资源列表
printfk
- 一个类似与printf功能的函数。支持16进制和10进制及字符串打印。-A similar function with the printf function. Support for hex and 10 hex string to print.
c-language-program
- c语言程序精解,提供了100道题目的c语言解法-c language program, intensive solution, c language solution of 100 topics
redblack
- 红黑棋游戏 在VC上可直接运行 不过要注意设置图片路径-Red Black game on the VC can be run directly but to pay attention to set the picture path
ecmoban
- ecshop前台模板 放到模板文件夹即可-ecshop foreground template into the template folder can be
Bridge-on-the-machine-programming
- 桥梁设计计算软件设计.用VB完成桥梁工程设计中有关数据计算部分的通用软件设计-Bridge design software design to completion of bridge engineering design data to calculate some common software design using VB
Maze_solver
- 机器人走迷宫的C语言代码,可以解决走迷宫问题-Robot Maze C language code, you can solve the maze problem
Xml
- 解析一个XML文件,并打印XML文件里面的内容-Parse an XML file, and print the contents of the XML file inside the
unionset.tar
- 求数轴上多条线段覆盖的区域的并集,即求出被这些线段覆盖的所有区域。-And set to request the number of axes of the segment covering the region, that is calculated in all regions covered by these segments.
orl_PCA
- 主成分分析法源码,可用于提取主成分,识别率百分之九十-the PCA code
if
- IF命令的示范代码!!适合初学者研究,IF相关语句!-IF command sample code! ! Suitable for beginners, the IF-related statements.
Address-book
- 用16位汇编 写的小程序 有 增删改查功能的通讯录程序-16 assembly to write a small program, address book program CRUD functionality
Chess
- 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:f