资源列表
酒店管理小系统
- 酒店管理系统 实现客房登记,选房 房间预定,餐饮点菜,账单付款 服务点单,财务结账,还有查询等功能-Hotel Rooms Management System registration, the election scheduled for the rooms, catering orders and invoice payment services single point, the financial closure, There query capabilities
S语言词法分析程序
- 一、 实验内容 S语言的编译程序的词法分析部分实现 从左到右扫描每行S语言源程序的符号,拼成单词,换成内部表示(token) 二、 实验要求 要求实现编译器的以下功能: 组织源程序的输入 按规则拼写单词,并转换成二元形式 删除空格及无用符号(如回车符,字符常数的引号符等) 发现并定位错误 建立单词表、符号表、常数表等文件 三、 实现方法 数据结构 1、
mathstud
- MathViews Version 1.71A Student version -MathViews Student Version 1.71A version
datastr
- 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
Debugging C++_code
- VC调试手册的一书的所有源代码 The programs in the following subdirectories are from the Osborne/McGraw-Hill book \"Debugging C++\" by Pappas and Murray. -VC manual debugging of the book The source code for all programs in the Follo wing subdirectories are f
myMileage-0.30.tar
- myMileage是一个简单的系统,用于获知你的车辆的行使公里数。-myMileage is a simple system for the vehicle you informed of the exercise kilometers.
OS进程调度源码_2
- OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法.-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
附录1:源程序:
- 用java编写的一个小程序 完成一定的特定的功能 白板-prepared with a small program to accomplish certain specific functions whiteboard
ScoreCalc
- 自己第一次写的gre计分小程序,编译环境win xp,vc++6.0-wrote his first points of the poet small programs, build environment win xp, vc 6.0
xHEX
- 一个简单的16进制编辑器,新版本添加了以下的功能: 1。更强的撤消 2。块删除 3。插入 4。块填充 5。内存编辑 6。checksum(计算CRC32,求和) 7。直接对数值运算-a simple band of 16 editors, the new version adds the following features : 1. Subsequent to the withdrawal of two. Delete three blocks. Insert 4.
gs02
- 原来一些32位版发表在 http://www.x86asm.com 因暂停。更新的版本改上传于你处。 在原来的基础上。 增加了简单的宏指令. 增加了链接分散的汇编文本能力. 增加了完全的32位寻址格式. 例如: MOV EAX,[9*EDX] 也即MOV EAX,[EDX+8*EDX] 又如 ADD [ESI+ECX+某单或四字节数],另某数 其中: 某单或四字节数,默认为单字节偏移.(有些会另外,如PUSH类默认为32位的四字节.) 可以用DW等指
shukong
- 这是一个数控系统的插补程序,实现逐点比较法和DDA算法的圆弧插补功能-This is a CNC system interpolation procedures, a case-by-point comparison to achieve law and the DDA circular interpolation algorithm functions
