-
The use of C++ Realize the Graham scan method (for solving convex hull problems)...
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
- 2022-02-04 23:48:30下载
- 积分:1
-
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶...
地震模拟资料数字化的过程中,会存在数据打折、台阶等现象,该程序用于把数字化后的数据去打折、去台阶-Earthquake simulation data digitization process, there will be discounts of data, step of such a phenomenon, the program for the digital data to a discount, go to step
- 2022-04-18 19:14:11下载
- 积分:1
-
这是一个支持多位数运算(可以达到几百位的长整数)的数类,名字叫Long,它是从long类发展过来的,但比原来的long类功能多。Long类可以和原有的doubl...
这是一个支持多位数运算(可以达到几百位的长整数)的数类,名字叫Long,它是从long类发展过来的,但比原来的long类功能多。Long类可以和原有的double,long等等数据类型混合运算-This is a multi-digit support operations (which may reach hundreds of long integers) to a number of named Long, it is long from over the type of development, but more than the original multi-functional long. Long classes can be double the original, long data types, etc. Operational mixed
- 2022-01-26 07:59:30下载
- 积分:1
-
线索化二叉树的源程序
线索化二叉树的源程序-clues to the source of Binary Tree
- 2022-02-14 18:04:51下载
- 积分:1
-
文件系统及其相关的操做
资源描述本章主要介绍了文件系统及其相关的操作。文件系统是应用程序设计中很重要的部分,也是Visual
Basic 6.0的一个重点。读者在了解文件结构的基础上,应该学会对顺序文件、随机文件及二进制文件的进行读写等操作。
- 2022-04-14 22:37:09下载
- 积分:1
-
SCM信道模拟MATLAB程序
SCM信道模拟MATLAB程序,支持用户、基站天线数配置;默认6条子径设置;支持DOA、TOA、天线发送功率等参数设置,按照3GPP25.966协议定义的信道模型实现;
- 2022-01-25 22:02:33下载
- 积分:1
-
普里姆算法
Java 代码他们一本正经的最小生成树算法。只需更改的值图的代码本身的重量。所有都添加了评论。
- 2022-02-25 04:31:43下载
- 积分:1
-
MD4算法C实现
资源描述C语言实现的MD4的加密程序算法,是Hash函数之一,目前已被攻破。其升级版本MD5也已被证明不安全。
- 2022-02-27 00:27:58下载
- 积分:1
-
这是我从网上找到的阴历算法,出于对原作者的尊重,代码里的各内容多于保留。...
这是我从网上找到的阴历算法,出于对原作者的尊重,代码里的各内容多于保留。-This is what I found in the lunar calendar online algorithm, based on the original author of respect, the code"s content than reservations.
- 2022-10-04 12:00:03下载
- 积分:1
-
基于粒子群算法的PID控制器
粒子群算法与 Simulink 模型之间连接的桥梁是粒子(即 PID 控制器参数)和该粒子对应的适
应值(即控制系统的性能指标)。优化过程如下:PSO 产生粒子群(可以是初始化粒子群,也可以是更新后的粒子群),将该粒子群中的粒子依次赋值给 PID 控制器的参数 Kp、Ki、Kd,然后运行控制系统的Simulink 模型,得到该组参数对应的性能指标,该性能指标传递到 PSO中作为该粒子的适应值,最后判断是否可以退出算法。
- 2023-03-31 13:00:03下载
- 积分:1