资源列表
454
- 算法研究不可错过的好资料,喜欢算法的朋友有福了-Algorithms can not afford to miss good information, like a friend blessed algorithm
arragement
- 数据结构涉及到的所有排序算法,如基数排序,堆排序等-Data structures involved in all the sorting algorithm, such as base sequencing, etc. HEAPSORT
qishi
- void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE
binary_trees
- 能够实现二叉树的基本功能,是学习二叉树的很好的资料!-To achieve the basic functions of binary tree, binary tree is to learn from the good information!
Huffmantree
- 数据结构中的Huffman编码/译码源程序,在Vc++6.0上编译通过。-Data structure of Huffman encoding/decoding source in Vc 6.0 compiled through.
haffman
- 哈夫曼编码用 c语言编写的 比较简单 初学者 编码与字符的转换-Huffman coding using c language is relatively simple for beginners and character encoding conversion
EclipsePluginDevlopmentGuide
- Eclipse插件开发指南 作者:陈刚-Eclipse Plug-in Development Guide Author: Chen Gang
PersonNote
- 采用用户名和密码信息作为密钥 对联系人信息加密 防止用户通过删除用户名和密码来获取联系人信息 密钥:用户名、密码、存储的时间 每次打开时将联系人信息读入到数据结构中 操作时只操作数据结构 可以定时保存到文件中 每次关闭时将联系人信息加密后存到文件中-The use of user name and password information as contact information for the encryption key to prevent u
20081217225602
- 此为平衡二叉树代码,它能插入、删除以及查找-This is the balanced binary tree code, it can insert, delete and to find
Hashset
- 一个拼写检查程序,用来检查你的输入的文件中的单词是否拼写错误,并给你给出可能的拼写建议。(用Hashset实现)(卡耐基梅隆大学ssd5数据结构Option Exercise4答案) 程序参数设置(第一个为要输入的词库文件,本例中是wordlist.txt, 第二个为要检查的文件,必须为txt格式,本例中用test.txt来检查)-A spelling checker to check your input file is misspelled words, and give you a p
NQueen-WindowsVersion
- N皇后问题的解决办法.用深度优先搜索搜实现.-N Queen s problem solution. Used to achieve depth-first search found.
5-20
- 用堆栈传递参数的形式把1到100进行累加,结果以十进制的形式在屏幕上显示出来。-Using the stack to pass parameters form 1-100 to accumulate, resulting in decimal form on the screen is displayed.