资源列表
zifuqiuzhi
- 字符和算术的表达式求值,用简单的C语言编写,思路简单易懂.-characters and arithmetic expression evaluates, with a simple C language, ideas simple and understandable.
CARROOM
- 一个车辆管理系统,使用了队列和堆栈的基本操作-a vehicle management system, the use of the queue and the basic operation of stack
MWYY
- <1>问题描述 有一个魔王总是使用自己的一种非常精练而又抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: (1) α 转换为 β1β2…βm (2) (θδ1δ2…δn) 转换为 θδnθδn-1… θδ1θ 在这两种形式重,从左到右均表示解释。试写一个魔王语言的解释兄,把他的话解释成人能听得懂的话。 [基本要求] 用下述两条具体规则和上述规则形式(2)实现
air_book
- 飞机订票系统,任务:通过此系统可以实现如下功能: 录入:可以录入某个航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选者航班; 退票:可退票,退票后修改西相关数据文件; 可户资料有姓名,证件号,订
dsproject3
- 解决一个加权遍历的问题。 文件包含一个word文档,作为原问题。 还有一个c文件,解决遍历。-solve a weighted traversal issue. Document contains a word document, as the original question. There is also a c document traversal solution.
clonePtr
- a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.-a non-sharing smart
arithmetic14
- 1-14种经经典算法,用c++实现 Robert Sedgewick著-1-14 species by the classical algorithm, using c Robert Sedgewick to achieve
P1005
- vijos p1005 超长数字串 枚举算法-vijos p1005 long string of figures enumeration algorithm
telphone
- 这个程序的功能不是很全,如果你有更好的建议,please contact me.请多多指教哦-function of this process is not very long, if you have any better suggestions, please contact me. oh please exhibitions
Encrypt_1
- 几个封装完好的常用算法,md5,des,base64,crc32-several commonly used algorithms intact, md5, des, base64, crc32
MultiProcesses
- 这是一个模拟操作系统中多进程并发调度的问题。-This is a simulated operating system more complicated process of scheduling problems.
ClosestNodePairs
- 这是最接近点对问题,分别使用了分治算法和穷举法求解最接近点对。-it is the closest point of the problem, namely the use of a divide-and-conquer method and exhaustive closest point right.