资源列表
Queenquestion
- 这是c语言的初学者容易看见的一个程序。国际象棋里的皇后问题。-This is the c language, easy for beginners to see a program. Chess queen inside the issue.
AdjList
- a code to use DFS which is achieved with stack to search the map which is stored ine the adjList,this is my first time to practice the map
shu_ju_jie_gou_pai_xu
- 这是数据结构中的排序算法,包括堆排序法、快速排序法、冒泡排序法、希尔排序法、选择排序法。原文说名,简单易懂,各排序还列了程序源代码。-This is the data structure in the sorting algorithms, including the heap sort, rapid sequencing method, bubble sort method, Shell sort method, select the sorting method. , Said the or
smallandbigroot
- 用小大根交替堆实现的简单的学生成绩管理算法。其实只是简单的应用了一下。重点是交替堆的实现和维护的算法。自己写了一个礼拜,希望交流。-"small and big root heap". Quit good!
trieTree
- 一个基于hashtable的理论而编程的程序,建立文本时根据keywordtree而建立的-based on hash table, build table by keyword tree
liandulie
- 该程序描述 了一个链队列结构 -.................................
qspl
- 该程序描述了一个骑士遍历 -..........................
jisuanqi
- 实现简单计算机的功能,可以通过CSharp软件实现其编绎,在其中可以自动修改其界面-Achieve simple computer functions, you can CSharp software to incorporate that unravel, in which can automatically modify its interface
DuL
- 基础数据结构学习:实现数据结构中双向链表的各种操作-Learn basic data structures: a two-way linked list data structure, the various operating
shujujieou
- 利用赫夫曼树来设计二进制的前缀编码,实现文件的压缩和恢复功能。-Huffman tree to use to design binary prefix codes, the implementation file compression and recovery.
bezier
- 算法实现:主要利用 (我们使用三次Bézier Curve)函数来绘制十个点,然后依次连接-Algorithm: The main advantage of (we use three Bézier Curve) function to draw 10 points, followed by connection
clock
- 1. 首先建立一个基本对话的exe工程,并命名为time; 2. 在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL) 3. 再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate() 4. 再用classwizard建立消息响应函数void CTimeDlg::OnDestroy(),在里面输入代码如下:
