搜索资源列表
电话本管理系统
- 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imp
24C64
- 一个通用的24C01-24C256共9种EEPROM的字节读写操作程序, 此程序有五个入口条件,分别为读写数据缓冲区指针, 进行读写的字节数,EEPROM首址,EEPROM控制字节, 以及EEPROM类型。此程序结构性良好,具有极好的容错性,程序机器码也不多: -A generic 24C01-24C256 A total of nine kinds of EEPROM bytes to read and write operating procedures, this proc
1
- (汇编程序)使用MASM 5.0工具,完成10字节长两个压缩无符号BCD数相加的实验程序。两个操作数最好从键盘输入,采用数据段定义(常数)也可以。调试通过、运算结果正确、结果可观察,程序运行具有容 错性、代码编写风范良好、语句行适当注释。-(Assembler) using MASM 5.0 tools to complete the 10 bytes long compressed unsigned BCD number two added to the experimental proced
chengxu
- 采用db3小波对信号进行六层分解,可以用作容错故障检测的源程序,我做的小论文就用的这个程序,没有错误-Using six db3 wavelet decomposition of the signal can be used as fault tolerance fault detection of the source, I made a small paper on the use of this program, no errors
75-4
- 用双向链表做数据结构,编写一个通信录管理系统。本系统应完成以下几方面的功能。 输入信息——enter(); 显示信息——display(); 查找以姓名作为关键字——search(); 删除信息——delete(); 存盘——save(); 装入——load(); 设计要求: 每条信息至少包含姓名(name)、性别(sex)、工作单位(company)、电话(Tel)等项。 作为一个完整的系统,应具有友好的界面和较强的容错能力。
