搜索资源列表
chat
- 班级通讯录与留言网站,使用ASP建立的系统案例-Address book and message class website, using ASP to establish
InfoRecord
- 班级通讯录 呵呵 老师留的作业 是命令行形式的 -Ha ha class address book to stay the operation of the teacher is the form of the command line
banjitongxuluguanlixitong
- 班级通讯录管理系统 通过系统可以查找和删除同学的信息-Class Directory Management System
communication
- 设计一个建立同学通讯录文件的程序,文件中的每条记录包括各位同学的姓名,学校,专业,班级,电话号码,通信地址,邮政编码等数据-Designed to establish a student contacts the file, file each record including Members of student' s name, school, professional, class, phone number, mailing address, zip code and other
txl
- 为班级创建一个同学通讯录管理程序,每个同学的数据应有:学号,姓名,出生年月日,手机号,家庭住址,电子邮件,以文件的方式保存用户录入的通讯录数据,供用户查询和使用通讯录信息。 程序应提供如下功能:录入,删除,修改,查找(可查学号,可查姓名),列表显示。 要求初始有文本菜单可供选择相应功能。-Students for the class to create a contact management program, each student should have the data:
phonenumber
- 电话薄程序,班级通讯录,可添加,删除,等操作-Phone book program, class contacts, you can add, delete, and other operations
AStuInfoManSyd
- 班级通讯录管理系统,C++语语言编写,这个系统风格简约,时尚 -Class contact management system, prepared by the language of the C++ language, style, simplicity of the system, fashion
The-address-book
- 通讯录 适合 各种学校的班级使用。对你非常有用-Useful communication tool is convenient to use suitable for all kinds of school class.it s very good to you .
phonebook
- 1.添加功能。能任意添加没有的通讯信息,将添加的信息保存到文本中。 2.修改功能。能任意修改已有的通讯信息,将原来的信息删除,把修改的信息保存到文本中。 3.删除功能。能任意删除已有的通讯信息,将删除的信息从文本中去除。 4.查询功能。可以按学生号、班级、姓名、宿舍号等至少 2种方式查找通讯信息,用switch语句判别方式,通过case带入相应函数执行对应命令。 5.显示功能。能以表格的形式有序的显示全部通讯录信息,每当一页超过十个信息,通过命令跳转到下一页。