资源列表
hash
- 魔兽争霸哈希算法演示,从网上转来的,有兴趣的朋友可以研究,作为借鉴-Warcraft hash algorithm demo, transferred from the Internet, interested friends can study as a reference
digit2text_english
- converter for digit number this program get your num and convert this to text :D
Eight_Queens
- 八皇后问题 C++版本 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight Queens
loading
- 漂亮的loading小控件,用的时候new一个就行了-Pretty small loading control, with a time of new on the list
game_number_nuess
- 经典的猜数字游戏在matlab中的一种实现方法-The classic guessing game in matlab an implementation methodWith this program no longer have to worry about paper illustrations look good.
热血江湖呼出框架
- 热血江湖呼出框架。练习使用呼出隐藏。。。。。源码练习,有一定参考意义!
facai
- 一个小游戏,给你几次机会,分别输入一个数字,看你发财的机会!
TIC
- this a tic tac game based on c-this is a tic tac game based on c
matrix
- matrix operations. Low precision
Hangman
- hangman小游戏,是小时候经常地玩的游戏,java编写-hangman game, I often play games, java write
hanoi.c
- This a solution to the tower of hanoi problem
nqueen
- 在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n×n格的棋盘上放置n个皇后,任何2 个皇后不放在同一行或同一列或同一斜线上。解n后问题的一个拉斯维加斯算法如下。-this is a project