资源列表
exercise1
- 简单的字符串操作,截取特定位置的字符串并输出-get a certain part of a string
expression-evaluation
- 表达式求值,实现运算一般四则运算的能力,具有优先级辨别等功能。-Expression evaluation, operations four computing capacity, with a priority to identify functional.
starA
- A*算法解决传教士和野人过河问题。有N个传教士和N个野人要过河,现在有一条船只能承载K个人(包括野人),K<N,在任何时刻,如果有野人和传教士在一起,必须要求传教士的人数多于或等于野人的人数。-A* algorithm to solve the missionaries and Savage river issues. With N and N Savage missionaries to cross the river, there is now only one boat carryi
bubblesort
- 冒泡法排序,我是新手现在不会编什么大程序,随便上传一个,以后会有好作品的 -Bubble sort method
huffman
- 哈夫曼树的建立,及应用,包括哈夫曼编码的简单实现-huffman established,application
PointersLoops
- describes pointers and loops
C_suroce
- 链表.栈等数据结构的C实现,常用查找的C实现!
code
- 一些数据结构的函数,调用,对初学者有用!-A function of some data structure, called useful for beginners!
IDsearching
- 按照层次的顺序输入节点,按先序的顺序输出接点,可以返回节点所在的位置-In accordance with the order of the input node of the hierarchy, the order of the first sequence of output contacts, you can return to the node where the position
0
- 设停车场是一个可停放n辆车的狭长通道,且只有一个大门可供汽车进出。在停车场内,汽车按到达的先后次序,由北向南依次排列(假设大门在最南端)。若车场内已停满n辆车,则后来的汽车需在门外的便道上等候,当有车开走时,便道上的第一辆车即可开入。当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门后,其它车辆再按原次序返回车场。每辆车离开停车场时,应按其停留时间的长短交费(在便道上停留的时间不收费)。-Parking lots is a car parked n the na
huffman
- 数据结构中哈夫曼数实现的详细代码,很有用,对学习很有帮助。-Detailed code of Huffman number in the data structure, very useful, very helpful for learning.
trunk
- 这个程序主要是实现检查是否抄袭作业,它可以打开txt格式的文件,然后检查在所有存的文件中是否有雷同的,用了命令行参数和数据结构算法,很适合学习c++人做参考
