-
queue
队列是一种特殊的线性表,是一种先进先出(FIFO)的数据结构。它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。(Queue is a special kind of linear table, is a first in first out (FIFO) data structure. It is only allowed in the front of the table (front) to delete, and at the rear end of table insert (rear).)
- 2018-06-20 11:25:58下载
- 积分:1
-
这是一个用VB。NET开发一个关于多线程的使用,关于如何实现同步调用的。。希望对大家有帮助...
这是一个用VB。NET开发一个关于多线程的使用,关于如何实现同步调用的。。希望对大家有帮助-This a VB.NET development of a multi-thread on the use, on how to achieve simultaneous calling. . We want to help. .
- 2022-11-26 20:55:03下载
- 积分:1
-
MedianFilter
快速中值滤波,在大数据量的情况下速度很快,论文“Median Filter in Constant Time”的C语言实现(C souce code for "Median Filter in Constant Time")
- 2014-01-14 10:25:05下载
- 积分:1
-
Trendop——五子棋(含有AI)
这个程序经历我无数搜集资料,终于制作出了这个作品。虽然基于DOS平台,但是还是很不错了。AI运用α-β剪枝算法,计算8层不在话下,棋力足以达到专业级别。开局的话,前2步会使用随机取点,然后计算速度会比较慢(大概需要十几秒),到了后面会相对快些。(尚且不开源)
- 2022-07-14 07:44:28下载
- 积分:1
-
DeleteCeleSign
说明: 删除PE文件,含EXE,OCX,DLL,CAB,SYS等里面的文件证书,便于重新注册证和修改EXE(Remove PE files, including EXE, OCX, DLL, CAB, SYS etc. files inside the certificate, to facilitate re-registration card and modify the EXE)
- 2011-03-02 23:15:01下载
- 积分:1
-
forward
地下双层均与介质正演模型程序,适用于matlab,c,c++(Underground layer are forward model with the media program for matlab, c, c++)
- 2011-09-08 19:59:16下载
- 积分:1
-
matlab--c
数学建模中的MATLAB程序在C语言下的实现.pdf(Mathematical modeling in the MATLAB program in C language implementation. Pdf)
- 2011-10-22 15:58:04下载
- 积分:1
-
opticalflow
改进的聚类光流法,聚类方法有kmeans和DBSCAN,光流法金字塔LK可以用,HS光流法占用内存太多。(Improved clustering optical flow method, clustering method kmeans and DBSCAN, pyramid LK optical flow method can be used, HS optical flow occupy too much memory.)
- 2021-01-07 16:18:53下载
- 积分:1
-
MySpaceShooter
说明: 开发一个飞机大战的示例学习unity3d入门学习(Develop an aircraft battle example to learn unity3d introductory learning)
- 2019-06-13 20:06:52下载
- 积分:1
-
六自由度并联机器人控制界面开发
该软件主要包含运动学逆解、点位运动、直线插补、图形绘制、示教再现、机器人复位、机器人急停、回停机位等模块。“运动学逆解”的主要功能是对运动范围内的任意两点的位资进行运动学逆解,来算出两点对应的各个电机位置,并算出各个电机需要移动的脉冲数。
- 2022-08-10 21:54:12下载
- 积分:1