-
优选1005
1005一堆石头;
- 2022-03-09 10:39:39下载
- 积分:1
-
MIT photonic crystal calculation procedures, to look after feeling learned a lot...
麻省理工的计算光子晶体的程序,自己看后感觉收获不小,推荐给大家,对工科学生应该很有用处-MIT photonic crystal calculation procedures, to look after feeling learned a lot and recommend it to everyone. Engineering students to be useful
- 2022-11-29 09:50:03下载
- 积分:1
-
for the filename specified by the file name to create a model mode FILE structur...
为filename 所指定的文件名按mode 模式创建一个FILE结构数据区,并将该数据区的首地址赋值给FILE类型的指针变量fp.-for the filename specified by the file name to create a model mode FILE structure data, the data will be the first to address assignment FILE pointer types of variables fp.
- 2022-08-23 19:57:32下载
- 积分:1
-
FFT(快速傅立叶变换)的算法实现
FFT(快速傅立叶变换)的算法实现-FFT (Fast Fourier Transform) algorithm
- 2022-04-09 02:58:48下载
- 积分:1
-
POJ经典试题-1091青蛙的约会
POJ是北大在线测评系统这里有一些经典试题。P1061青蛙的约会是一道经典试题代码给出了Accepted算法。
- 2023-08-04 18:00:03下载
- 积分:1
-
迷宫寻路 A*算法
A*算法实现迷宫寻路功能,用启发式函数的编写以及各类启发式函数效果的比较。
- 2022-03-20 20:51:41下载
- 积分:1
-
基本算法为:先将1填入第一行中间位置;再依次将2
基本算法为:先将1填入第一行中间位置;再依次将2-n方按如下规律填写://1,填入上个数上一行的右边位置,如果没有上一行则转到最后一行,如果右边没有方格//则转到最左边的方格。2,如果要填的位置上已经有数,则转填到它上一个数的下边方格//3,对于第一行的最后一个数的下一个数应填在该数下边的空格处-basic algorithm : a first Enter the middle of the first line; Another will be followed by 2-n-law filled out as follows :// 1, the number entered on the right side on his position, if not in his will to the last line, if not right box// then transferred to the most left while the box. 2, to fill the position of several, in turn, to fill it on a number of subordinate box// 3, the first trip to the final a few under a few should fill in the blank space of a few top candidate Department
- 2022-02-05 03:13:23下载
- 积分:1
-
一个关于数据挖掘的决策树算法
一个关于数据挖掘的决策树算法-a data mining on the Decision Tree Algorithm
- 2022-01-25 19:53:42下载
- 积分:1
-
视频目标检测跟踪例程
基于aforge.net的视频监控智能分析,目标跟踪、物体分类,用C#编写,是个很好的例子。
- 2022-01-25 22:09:17下载
- 积分:1
-
距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引...
距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引-matrix chain by : identify matrix chain by A (35* 40) A (40* 20) A (20* 10) A (10* 15) concludes the best order. Algorithm from : computer algorithm Seeker
- 2022-03-14 17:46:13下载
- 积分:1