搜索资源列表
李学武提交C语言源代码
- 李学武提交的C语言源代码,包括Hilbert曲线,高精度计算,π值计算公式,取石子游戏,趣味等式填数游戏3则,验证四色定理等- Li Xuewu submits the C language source code, including the Hilbert curve, the high accuracy computation, pi the value formula, takes the gravel game, the interest equality fills in the
game
- 这个是汉诺塔程序,程序开头有动画,运用了简单的绘图函数...建议在turbo c环境下运行
c++俄罗斯方块应用开发
- c++俄罗斯方块应用开发,人工智能、游戏开发人员,下载有好处-c Tetris application development, artificial intelligence, game developers, download benefit
someccode 象棋之马踏棋盘
- 一些c程序,象棋之马踏棋盘、把算术表达式转化未逆波兰表达式、保龄球计分规则算法、可进行多达50位的大整数运算(+X)、铁路调度算法,演示了堆栈的基本用法,Some c procedures, horse riding chess board, the arithmetic expressions are not translated into Reverse Polish expression, bowling scoring rules algorithm, can be as many as
2004042813464214311
- C++游戏, C++3D赛车,很不错,你们可以看看 -C++ Game, C++ 3D car racing, is pretty good, you can look at the
Astar
- a星寻路~~c++ 做游戏的初学者值得-a star pathfinding ~ ~ c++ for beginners to do the game is worth a look ~ ~
12864snake_protuse
- protues仿真制作的C51和LCD12864的贪吃蛇游戏-protues simulation produced C51 and LCD12864 Game of the Snake
dosjumper
- 利用c++编写的带人工智能的跳棋程序。屏幕的中央是棋盘,所有的操作都是对这个棋盘进行的,棋子的选择框是红色的,移动它(“w”、“s”、“a”、“d”分别代表上、下、左、右)进行选子和选择目的地,利用空格键可以表示选定选择框到达的位置,棋盘左边有提示信息,提示由哪个玩家走棋。“Q”表示退出游戏,“R”表示重新开始,“H”表示悔棋(一次只能悔一步棋)-Using c++, prepared with artificial intelligence Checkers procedures. Scree
code
- 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
cPP-for-Game-Programmers
- c++ for Game Programmers not beginner, helps for middle skill developer
game
- 一付扑克牌52张共4种花色,使用C++ 中的产生随机数的函数(参看rand(),srand()等函数的使用说明)一个随机数,选取一张牌,将其与最前面的牌交换位置,即将选取的牌放在最前面;然后对数组p余下的牌重复选取操作,直到所有牌均重排列;最后按13行*4列输出发牌结果-A pair of playing cards 52 of 4 kinds of colors, the use of C++, random number generation function (see rand (), s
some-c-problem
- 几个编程游戏,关于数据结构的问题,对学习算法和数据结构很有帮助-Several programming game, the question about the data structures, algorithms and data structures for learning useful
GA-CSharp-game
- 基于C#.net的遗传算法五子棋程序,程序已经测试过,可以运行-C#. NET genetic algorithm backgammon program, the program has been tested, you can run
C-Freecell---pudndotcom.rar
- Freecell game coded with C. Uses linked lists. For educational purposes. Documentataion in french.,Freecell game coded with C. Uses linked lists. For educational purposes. Documentataion in french.
Tetris-game
- 基于图形库文件的俄罗斯方块游戏(C语言编写)可运行-Graphics-based Tetris game library file (C language) can be run
Backgammon-game-code
- 用C语言写的五子棋游戏代码,改代码简单易懂-Backgammon game code
Maze-game
- 超经典小游戏,C语言程序设计版本,最新小迷宫游戏-Super classic games, C programming language version, the latest small maze game
exp9
- 有512人参与游戏,从1至512给每人分配一个编号,已知每个人的游戏得分在0~999之间,需要找出游戏参与者的最高分和次高分。让电脑自行产生512个随机整数给各位参与者得分。输出所有参与者及其得分。用顺序查找方法,锦标赛法、通过无序序列建堆和堆调整三种方法取得最高分者和次高分者及其分数并输出。(There are 512 people involved in the game, each assigned a number from 1 to 512, known to each player'
一字棋-人工智能
- 一字棋游戏,包括两个选手。用户可以在一个3*3的棋盘上任意的选择空闲的位置拜访棋子,最早在水平方向上,或者垂直方向上或者对角线方向上形成三子一线者获胜。(One word chess game, including two players. Users can choose a free position to visit a piece of chess on a 3*3 chessboard, and the winner is first formed in the horizontal
Kill Game (List)
- 约瑟夫环的方式实现杀人游戏算法,实现简单,可供学习参考(The way of Joseph ring to realize the homicidal game algorithm is simple and can be used for reference.)