资源列表
xiao
- 是一个用C语言编写的一个小游戏,大家可以下载回来交流学习一下啊
sudoku.cpp.tar
- 解决数独问题的源码,对于9x9的方格可一秒钟出解-a method to solve sudoku problem
Snake
- 贪吃蛇小游戏程序,适用于C初学者学习,并开发编程兴趣!-Snake game procedures, apply to C for beginners to learn and develop interest in programming!
guessing-number-game
- 利用随机函数产生一个在1到9之间的数字,然后通过用户输入数字猜产生的那个数,统计输的次数-Using random function generates a number between 1-9 and then guess generated by the user enter numbers that count, the number of statistical output
c-migong
- 一款在c语言下编写的迷宫游戏,比较有趣,但只有一种形式,不能够自主生成迷宫-paragraph c of the language to prepare the maze game that's more interesting, but only one form, not able to independently generated maze
lcs
- 算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn } 求X和Y的一个最长公共子序列 举例 X = { a , b , c , b , d , a , b } Y = { b , d , c , a , b , a } 最长公共子序列为 LSC = { b , c , b , a }
getStoenGema
- C语言实现拿石头游戏.采用"博弈书树法"实现
snake-code
- 贪吃蛇小游戏的代码,实现了贪吃蛇游戏的过程。-Snake game code to achieve the process of Snake game.
easesnake
- 及其简单但是又可以进行不断的扩展,加深的贪吃蛇游戏。欢迎大家指导交流 -simple but can be continuously extend, deepen the snake game. Welcome to guide the communication
memoryGame
- 这是一个记忆数字的游戏,你需要记忆出现的数字,然后从小到大点开。(本人正在学习编程,很喜欢贵网站,目前只能上传较简单的游戏,以后会陆续上传复杂点的,也会包含各种语言)-This is a game about memorying number,you should click the circle according to the correct order.
5
- 这是一个扫雷游戏的程序代码,是用JAVA编的-This is a mine the game code is compiled with JAVA
zhang
- 通过上下左右键来控制人物的走动,可应用于迷宫等游戏中-Arrow keys to control the characters move around, can be applied to the maze game ...