-
c语言开发的五子棋游戏,简单的人工智能计算每步的分数,然后下子。...
c语言开发的五子棋游戏,简单的人工智能计算每步的分数,然后下子。-c language development of the welcome to play, simple artificial intelligence scores in each of the steps, and then erupted in.
- 2023-08-11 05:05:03下载
- 积分:1
-
移植到MCS51的uCOC_II
说明: ucos系统在51单片机上的应用和代码,方便快捷的使用(There are related content of uCOSII porting code on MCU)
- 2020-06-24 12:27:02下载
- 积分:1
-
seg2
seg2-segy格式转换工具,利用c++编写的,希望对相关的人有用-seg2- SEGY format conversion tools, the use of c prepared in the hope that the right of use
- 2022-03-21 17:23:54下载
- 积分:1
-
MineSweep
高仿win7的扫雷游戏,很适合初学者学习(High imitation win7 minesweeper game, it is suitable for beginners to learn)
- 2013-09-07 13:03:59下载
- 积分:1
-
fingtie_v57
关于小波的matlab复合分析,小波包分析提取振动信号中的特征频率,具有丰富的参数选项。( Matlab wavelet analysis on complex, Wavelet packet analysis to extract vibration signal characteristic frequency, It has a wealth of parameter options.)
- 2016-09-14 15:15:53下载
- 积分:1
-
Rossler
混沌吸引子的产生程序,演示了混沌吸引子的奇妙变化,适合初学者。(Chaotic attractor of the generation process, to demonstrate chaotic attractor of the wonderful changes, suitable for beginners.)
- 2007-10-09 16:35:01下载
- 积分:1
-
屏幕图片抓图,功能简单,但有写思想值得学习。
屏幕图片抓图,功能简单,但有写思想值得学习。-screen images, functions simple, but it was thought worth learning.
- 2022-02-12 06:02:55下载
- 积分:1
-
觉得要是不好一定要告诉我啊~~谢谢~~~说明自己看,我也不知道怎么说...
觉得要是不好一定要告诉我啊~~谢谢~~~说明自己看,我也不知道怎么说-feel bad if I must tell ah ~ ~ ~ ~ ~ Thank you stated your view, I do not know how that
- 2023-06-21 00:05:03下载
- 积分:1
-
EasyRS232Terminal
说明: LABVIEW 串口通讯又一例,设置简单,使用方便(LABVIEW Series)
- 2009-07-30 01:20:25下载
- 积分:1
-
core2
bool AABB::intersects(const AABB &p_aabb) const {
if (position.x >= (p_aabb.position.x + p_aabb.size.x))
return false;
- 2020-06-19 15:40:02下载
- 积分:1