搜索资源列表
c语言实现通讯录
- c语言实现通讯录功能: 1、 数据入录――按顺序入录学生成绩 2、 插入记录――在一个特定序号处插入一条记录 3、 删除记录――删除特定记录 4、 修改记录――修改特定记录 5、 查询记录――关键字等于确定值的简单查询;关键字的值在某一范围内的范围查询,并可作相应统计。(该大作业可对记录所在的序号进行查询) 6、 排序――按学号、姓名、出生年月、家庭住址、邮编、电话等进行排序 7、 系统维护――退出系统时关闭所有文件。 -directory functions :
forbank
- 银行代收电话费管理系统功能叙述 1、使用文件管理整个收费信息,内容有: 客户姓名C16,电话号码N11,市话费F7.2,长途费F7.2,信息费F7.2,ADSL费F7.2,费用合计F8.2,对应年月N6,收费状态C(0――未收,1――已收),收费日期D,银行帐号N20,收费人编姓名 2、提供的功能:(注:所有输出送显示器) A按月统计总的收费情况; B收费、退费的处理及相应单据的输出; C提供按姓名和电话号码查询收费状况及费用明细,要求对姓名按顺序插入排序(稳定排序),对
studentsimple
- 采用数组方式生成的\"学生成绩管理系统\" 全C语言编制.....适合学生在学校课程设计参考..功能比较齐全...有创建,查找,排序,显示,插入,删除...附带子程序..校验输入的正确性...在turbo c 2.0下测试通过-array is formed using the "student performance management system" full C language ..... suitable for students in
STU
- 学生信息管理系统,用汇编语言写成,共有八个功能,插入,排序,修改,显示等,功能较为齐全-Student Information Management System, written in assembly language with a total of eight features, insert, sort, modify, display, function is more complete
student
- 学生成绩管理系统通过连接数据库实现对数据的删除、修改、插入、排序等操作,非常完善。-Student achievement through the connected database management system to achieve the deletion of data, modify, insert, sort, such as operation, very well.
susheguanli
- 宿舍管理系统:查询:按学号或成绩或姓名,排序,插入,删除,退出-Dormitory Management System: Search: Student ID or achievement, or by name, sort, insert, delete, exit
chap6-src
- 这是用C语言编写的学生成绩管理系统,程序提供8个功能,分别input,delete,search,modify,insert,count,sort,save,display.-It is written in C language student achievement management system, the program provides eight functions were input, delete, search, modify, insert, count, sort, s
zhangyu
- 该程序是一个简单的职工管理系统;用C++语言编写的;由链表实现其具有的功能:具有查找、删除、插入、排序等功能。本程序有许多不足甚至错误之处;诚请各位多多指教:谢谢!!QQ:718290025-The program is a simple employee management system use written in C++ from the list has to achieve its function: have to find, delete, insert, sort, and
kechengsheji-zhigongguanli
- 简单的职工管理系统 (1)问题描述 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 (2)要求 职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 新增一名职工:将新增职工对象按姓名以字典方式职工管理文件中。 删除一名职工:从职工管理文件中删除一名职工对象。 查询:从职工管理文件中查询符合某些条件的职工。 修改:检索某个职工对象,对其某些属性进行修改。 排序:按某种需要对职工对象文件进行排序。 -
925
- 车友拼车管理系统 为倡导绿色低碳生活,提高私家车的利用率,试设计一个车友拼车系统。该系统要求建立一个简单的拼车管理系统,有车的车友可以将自己出行线路和时间输入到系统中,无车的车友可以查看已有的拼车信息,也可以将自己的拼车需求输入到系统中。该系统具有排序、查找、插入、显示等功能。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些算法思想的应用。-Riders carpool to promote green management system for low-carbon life, i
calander
- 利用静态数组实现学生成绩数据的输入、查询、排序、插入、删除和数据存储等功能。 数据库主要字段:学号、姓名、各门课成绩、总分、平均分、名次(可根据需要扩充其它字段)。-To achieve student performance using a static array of data input, query, sort, insert, delete, and data storage functions. Database main fields: Student ID, name, t
salary
- 工资管理系统:功能齐全,有查询,排序,修改,删除,插入,载入,存储等功能。界面友好。-Salary management system: full-featured, with query, sort, edit, delete, insert, load, storage and other functions. Friendly interface.
Lab1
- 学生系统的简单程序,能完成学生数据的录入,插入,删除,排序等一系列操作-The system simple procedure students can complete the student data entry, insert, delete, sort, and a series of operations
StaffManager
- 员工管理 系统,插入,更新,删除,排序等操作-Staff management system, insert, update, delete, sort, and other operations
achievement-management-system
- 学生成绩管理系统,用C语言编写,一个C语言课程设计,里面有对程序的详细的解释,有九大功能,输入、查找、排序、插入、删除、保存、读取-Student achievement management system, written in C, a C language curriculum design, which has a detailed explanation of the program, there are nine functions, input, search, sort, ins
stu
- 创建学生表,实现学生信息的输入,显示,按成绩排序,反转显示,查找,插入,删除功能。-this is a student information table.you can input and output sutdents information,which includes name,number,score.it can do sort in scores,insert or delete students information
jstu
- 学生管理系统,主要是成绩管理系统,对成绩进行插入、删除、修改、排序等操作。-Student management system, performance management system, insert, delete, modify, sort, and other operations on the results.
commdity
- 商品管理系统,包括:商品信息的添加、删除、查询、修改、制定位置插入及按金额排序。-Merchandise management system, including: product information to add, delete, query, modify, develop the insert and the amount of sort.
found
- 学生信息系统,实现了(冒泡,快速,选择,插入)四种排序方式和(顺序,哈希)两种查找方式,有界面,支持信息的手动输入。-Students information system, realize (bubbling, fast, choose, insert) four sort order and (order, hash) two search way, to have the interface, support information manual input.
学生管理系统
- 主要包括学生数据的输入、插入、查询、排序和保存等……(Mainly include student data input, insert, query, sort and save......)