搜索资源列表
VBKing
- 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
2009102814394761
- 开心网争车位外挂C#源码,本程序读取您的好友的争车位数据,并显示排序结果。 -Happy net C# source code plug-in parking dispute, the program reads your friends fight parking data, and displays the results.
Puzzel
- 拼图游戏是一个考眼力和脑力的益智游戏,一直为大家所厚爱,文介绍了c#中开发拼图游戏的思路及实现,解决了部分拼图软件上图片路径为固定的缺陷,采用动态随机的路径生成,确保每次游戏的拼图不一样;采用计时记步方式,使游戏更加具备竞技性;加入了打乱图片的自动排序功能,使用户可以随时进行新游戏。-Jigsaw puzzle is a test eyesight and mental puzzle game, has love for everyone, the text introduces the c#
C-sorting-method-used-Daquan
- C语言常用排序方法大全,很强,很实用,用了才知道C-sorting method used Daquan, very strong, very practical, with the know-C-sorting method used Daquan, very strong, very practical, with the know
Result-class
- 赛马程序,李涵静老师的C++课程,可实现选择,进行比赛,排序等功能Racing program, Li Han Jing C++ course the teacher can achieve selection for the game, sort functions-Racing program, Li Han Jing C++ course the teacher can achieve selection for the game, sort functions
Sort_Template
- C++模板类的实现,主要通过函数模板实现冒泡排序。C++ template class implementation, mainly through the bubble sort function templates.-C++ template class implementation, mainly through the bubble sort function templates.
7-2
- 课上老师要求写的C语言编写的排序小程序,希望大家指正-The teacher asked the class to write the C language, sort of small procedures, hope that we can correct me
pintu
- 使用c#语言,实现华容道游戏,由数字构成每一板块,最终拼凑成为从1到9的数字排序,其中会有计数的功能。(C# language is used to realize Huarong road game, and every block is made up of numbers. Finally, it is pieced together from 1 to 9, and there will be counting function.)
斗地主ai
- //使用方法: //首先创建m_pRobot = new CRobot()对象 //叫分: //1.初始化手牌到m_pRobot->m_szHandCards数组,手牌按牌面从小到大排序,例:200,300,101,201,102,403,205,311,210,310....,注意数组大小,不要有空值或者0值 //2.调用解析函数m_pRobot->Resolution(); //3.获取叫分m_pRobot->getCallF(),返回0不叫,1一倍 2两倍 3三