-
days Gate Array game source. 1000 block of Terry Avenue is similar to the one ga...
天门阵游戏源码。是类似连连看的一款游戏,需要通过鼠标拖动牌到相同牌对齐的地方后,消除。最多有30000局。-days Gate Array game source. 1000 block of Terry Avenue is similar to the one game, through licensing the mouse to drag the same alignment of licensing, eliminate. Up to 30,000 Bureau.
- 2022-06-16 10:20:30下载
- 积分:1
-
这是一个用C语言编写的,用于转换我们中国特有的农历与阳历,有一定的参考价值
这是一个用C语言编写的,用于转换我们中国特有的农历与阳历,有一定的参考价值-This is a C language, for the conversion of our unique to China and the Chinese solar calendar, which is the reference value
- 2022-08-13 09:14:16下载
- 积分:1
-
TFT RGB
TFT RGB
- 2022-05-22 12:16:57下载
- 积分:1
-
The main view memory model can also view other information related to memory
主要查看内存型号还可以查看有关内存的其它信息-The main view memory model can also view other information related to memory
- 2023-07-17 01:35:07下载
- 积分:1
-
vb锁定鼠标活动范围反调试
vb锁定鼠标活动范围反调试源码参考,里面有画出来的自定义按钮,每过100微秒锁定一次,防止鼠标脱离。
设计思路是程序一起动就自动锁定鼠标不离开程序范围,除非结束掉程序,或者完成注册为止。
- 2022-05-31 21:45:54下载
- 积分:1
-
This is a Visual C++ with the preparation of the Sokoban game, deficiencies, wil...
这是一个用Visual C++编写的推箱子游戏,不足之处,见谅。-This is a Visual C++ with the preparation of the Sokoban game, deficiencies, will be forgiven.
- 2022-11-19 20:05:03下载
- 积分:1
-
Markov process
Markov 过程-Markov process
- 2022-02-24 20:49:49下载
- 积分:1
-
利用GOSSIP协议可以实现无线节点之间的路由选择.
利用GOSSIP协议可以实现无线节点之间的路由选择.-use GOSSIP agreement can be achieved between the wireless node routing.
- 2022-04-08 03:58:00下载
- 积分:1
-
带排序功能的Flash图片展示
带排序功能的Flash图片展示,图片一张一张载入,载入时候带音效,支持智能排序,图片还会一闪一闪的,比较有视觉效果,配上音效,视听效果不错哦。
- 2022-03-16 03:05:40下载
- 积分:1
-
K-means算法
应用背景c++代码,基于k-means遗传算法的应用,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。关键技术K-Means的算法如下:随机在图中取K(这里K=2)个种子点。然后对图中的所有点求到这K个种子点的距离,假如点Pi离种子点Si最近,那么Pi属于Si点群。(上图中,我们可以看到A,B属于上面的种子点,C,D,E属于下面中部的种子点)接下来,我们要移动种子点到属于他的“点群”的中心。(见图上的第三步)然后重复第2)和第3)步,直到,种子点没有移动(我们可以看到图中的第四步上面的种子点聚合了A,B,C,下面的种子点聚合了D,E)。
- 2022-08-15 16:57:53下载
- 积分:1