-
输入任意大小的矩阵阶数n,程序将自动生成…
输入任意大小的矩阵阶数n,程序将自动产生一个随机矩阵迷宫。本程序可以迅速的找到所有可能的路径,并显示之。代码中故意限制只显示最多30条路径。-arbitrary size of the input matrix order n, the program will automatically generate a random matrix maze. This program can quickly find all possible paths, and Displays. Code intentionally limited only to a maximum of 30 trails.
- 2022-07-24 00:29:25下载
- 积分:1
-
一个简单的计算器,支持基本四则运算,括号,支持运算级
一个简单的计算器,支持基本四则运算,括号,支持运算级-A simple calculator, support the basic four operations, brackets, support the operations level
- 2023-05-06 21:25:03下载
- 积分:1
-
Primitives, simple draw using Glut (opengl) on c
Primitives, simple draw using Glut (opengl) on c-Primitives, simple draw using Glut (opengl) on c++
- 2022-08-25 11:51:09下载
- 积分:1
-
一个jsp的同学录,新加了通讯,相片,详细资料等,以jsp为开发用...
一个jsp的同学录,新加了通讯,相片,详细资料等,以jsp为开发用-An Album developed with JSP, supports communication, photos, personal informations and so on.
- 2022-07-03 14:32:33下载
- 积分:1
-
DBSCAN 聚类使用 JAVA
基于密度的空间聚类的噪音 (DBSCAN) 的应用程序是在 1996 年的数据的聚类算法的马丁酯、 汉斯-彼得 · 克利格尔、 Jörg 砂光机和小薇徐。[1] 它是一种基于密度的聚类算法,因为它会找到集群从估计的密度分布的相应节点的数目。DBSCAN 是最常用的聚类算法之一,也最科学文献中引用。]光学可以看作是向多个范围,有效地取代 ε 参数与最大值搜索半径的 DBSCAN 泛化。我用了实践性的 java 这种算法,我已从控制台本身输入。
- 2022-03-24 01:30:51下载
- 积分:1
-
This is a topological sorting example, the data structure of the students will h...
这是一个拓扑排序的例子,对学数据结构的同学有很大帮助!-This is a topological sorting example, the data structure of the students will have a great help!
- 2023-02-20 18:40:03下载
- 积分:1
-
Zhejiang University ACM network testing and that its 1109, enclosing shows that...
浙江大学ACM竞赛网测试题第1109道,内附说明,在DEV C++上编写。-Zhejiang University ACM network testing and that its 1109, enclosing shows that the C DEV prepared.
- 2022-08-25 16:15:09下载
- 积分:1
-
将int类型数据转化为float型。对于没有浮点运算器的平台非常适合。...
将int类型数据转化为float型。对于没有浮点运算器的平台非常适合。-will int data type conversion to float type. For no floating point unit is suitable for the platform.
- 2023-02-27 18:55:03下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1
-
遥感原理与应用的实习程序,主要是图像的纠正,图像的光滑,锐化...
遥感原理与应用的实习程序,主要是图像的纠正,图像的光滑,锐化-Remote Sensing Principles and Applications of the internship program, mainly to correct the image, the image of the smooth, sharpening, etc.
- 2022-05-18 00:12:58下载
- 积分:1