-
这是粒子群算法的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序...
这是粒子群算法的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序-This is a source particle swarm optimization algorithm, the program is very simple, has been running over us, we can use, for beginners is a good program
- 2022-08-08 21:47:13下载
- 积分:1
-
该代码实现了A率和mu率PCM算法,有详细的注释说明,
该代码实现了A率和mu率PCM算法,有详细的注释说明,-the code achieved A rate and the rate of PCM mu algorithm, a detailed explanatory notes
- 2022-01-28 03:45:50下载
- 积分:1
-
琪美诺算法9的统计
大致想法就是对于一个数abcdefg。。。比他小或等于的有abcdefg 个,其中不包括9的有(大致就是转成9进制, 如果不存在9的话转出来的大小就是小于等于abcdefg有几个十进制的数)a*9^n + b * 9 ^(n-1)....这样。但对于在高位出现过9了,那么低位的数字也就没有意义了,计算的话反而会重复,就在高位的下一位不+就好了 所以比abcdefg小的9的个数就是abcdefg-a*9^n + b * 9 ^(n-1)。。。这样多个。 一个高精度*纯洁的数字 + 高精度的加减操作就好了(因为确认了b >= a)。。 很奇怪大神们的思想都是一开始打表10^n - 9 ^ n什么的这样。。 渣渣的思路一开始就是一级一级往上乘果然跟大神们不是一个思维方式
- 2022-12-12 03:00:03下载
- 积分:1
-
对于人脸识别等计算机视觉应用Gabor滤波器
Gabor filter for face recognition or other computer vision applications
- 2022-11-01 07:45:03下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
本程序采四边形网格法编制了曲面等值线程序,只要输入相应数据,就可绘制出等值线图...
本程序采四边形网格法编制了曲面等值线程序,只要输入相应数据,就可绘制出等值线图-the procedures adopted mesh France produced a surface contour procedures, as long as the corresponding data input can be drawn contour map
- 2022-03-16 06:51:28下载
- 积分:1
-
随机数类: 可以随意生成一个给定区域内的随机数或伪随机数
随机数类: 可以随意生成一个给定区域内的随机数或伪随机数-Random number categories: can generate a given region of the random number or pseudo-random number
- 2022-02-13 01:38:03下载
- 积分:1
-
particle filter
unlike kalman filter this filter is more suitable to deal with nonlinear data types. the source code is of omnet++ simulators. which contains a c++ file and other two files is used for network description and the general initialization files.
- 2022-01-28 02:07:30下载
- 积分:1
-
Apriori算法中频繁项目集生成算法C语言实现
算法在根据频繁K项集过程中要计算频繁K 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-10 23:30:03下载
- 积分:1
-
有界背包问题
应用背景有界背包问题 ;zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz关键技术有界背包problemtrhrttttttttttttttttttttttttttttttttttttttttttttttt
- 2023-08-04 04:05:04下载
- 积分:1