-
Temperature Field Calculation of a small program that shrimp pointing Point 12
一个温度场计算的小程序 望各位大虾指点一二-Temperature Field Calculation of a small program that shrimp pointing Point 12
- 2022-03-22 02:15:17下载
- 积分:1
-
Classification algorithm based on support vector machine, after test results, we...
基于支持向量机分类算法,经试验效果不错,取得了很好的分类效果-Classification algorithm based on support vector machine, after test results, well, and achieved very good classification results
- 2022-03-05 15:28:17下载
- 积分: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
-
最精简的C++队列, 覆盖各种方法
队列特性:先进先出(FIFO)——先进队列的元素先出队列。来源于我们生活中的队列(先排队的先办完事)。队列有下面几个操作:InitQueue() ——初始化队列EnQueue() ——进队列DeQueue() ——出队列IsQueueEmpty()——判断队列是否为空IsQueueFull() ——判断队列是否已满
- 2022-11-07 10:10:04下载
- 积分:1
-
this is a FFT algorith using by matlab code
this a FFT algorith using by matlab code-this is a FFT algorith using by matlab code
- 2023-03-25 16:05:03下载
- 积分:1
-
子集和数问题,回溯法实现
子集和数问题,回溯法实现-subset of several problems that back Method
- 2022-02-11 12:20:43下载
- 积分:1
-
圆的bresenham算法的实现
圆的bresenham算法的实现-round of the algorithm to achieve bresenham
- 2022-07-24 17:16:20下载
- 积分:1
-
二维粗糙面生成源程序
这是一段生成粗糙面的源代码,非常实用,二维的,能够帮助那些做粗糙面研究的朋友,很简单明了,我在这里分享给大家,大家可以借鉴一下。
- 2023-05-31 07:40:03下载
- 积分:1
-
一种关于多模式匹配问题的算法优化的研究。
一种关于多模式匹配问题的算法优化的研究。-Research on Optimizing Multi- Pattern Matching Algorithm
- 2023-05-25 06:15:03下载
- 积分:1
-
matlab 遗传算法求解旅行商问题
一个基于遗传算法求解旅行商问题的MATLAB程序,里面注释很清楚,可以运行,而且能够有实时更新显示。
- 2023-07-16 05:10:04下载
- 积分:1