搜索资源列表
communicatebook
- 通讯录 程序设计 大二作品 c++ 面向对象 文件读写 操作符重载-Address Book program design sophomore c++ object-oriented works of the file to read and write operator overloading
shili
- matlab gui, 包括了4个很好的例子: 1.具有多个坐标轴的GUI,主要学习控制哪一个坐标轴是绘图命令的对象和用编辑文本框读入输入的数。 2.列表框目录阅读器,主要学习获取路径,加载,打开文件 3.从列表框中存取工作区变量,学习把存在于基本工作区的变量名放进列表框,选择多项等 4.地址簿阅读器,这个比较综合,用得技术也比较多。包括打开,保存,修改mat文件,利用handles结构保存和重新调用共享数据。-matlab gui, including four very go
contacts
- MATLAB——通讯录软件分享 使用MATLAB GUIDE,可以载入已存在的数据库,可以新增新的数据库(数据用excel文件存放的)。-MATLAB- Address Book software to share with MATLAB GUIDE, you can load an existing database, you can add new database (data storage with the excel file.)
Contacts
- 采用链表编写的通讯录,可以输出TXT文件。 该通讯录具有查找,修改,删除等功能。 -Linked list prepared by the contacts, and can output TXT file. The address book has a find, modify, and delete functions.
txl
- 用链表实现通讯录系统,完成通讯录得建立、插入信息、更新信息、删除信息以及文件存储-With the list of the address book system realization, complete address book to establish, insert, update, and delete information information information and file storage
Stxllrare
- 建立一个通讯录的类note,该类中的属性有以下几项:String name,phone,MobilePhone,zip,address,Email 分别表示:姓名,固定电话,手机号,邮编,地址,电子邮邮邮件地址。方法有两个:Setnote()给属性赋初值的函数,方法show()显示出来一条通讯记录。 程序源码使用了ObjectInPutStream与ObjectOutPutStream这两个文件输入 -Class note to create an address book, class a
Address
- 数据结构课设-通讯录管理,VC++编写 基本要求 (1) 添加:增加一个人的记录到通讯录中; (2) 显示:在屏幕上显示所以通讯录中的人员信息,应能分屏显示; (3) 存储:将通讯录信息保存在一个文件中; (4) 装入:即将文件中的信息读入程序; (5) 查询:可根据姓名查找某人的相关信息,若找到显示其姓名、地址、电话号码、电子邮箱; (6) 修改:可修改一个人的除姓名之外的其他信息 -Set of data structures class- contact m
Mobile-phone-directory
- 实现的是类似手机通讯录, 实现以下功能: 1) 通讯录编辑(添加、删除); 2) 按不同的项进行查找; 3) 对已存在的通讯录按不同的项排序; 4) 将通讯录写入文件; 5) 从文件读入通讯录。 -Implementation is similar to the phone contacts, the following functions: 1) Address Book editing (add, delete) 2) Find different
employee-information-system--
- 用链表实现员工信息系统,通过链表实现 通讯录编辑(添加、删除); 查找; 排序; 将通讯录写入文件; 从文件读入通讯录。-Employee information system, a linked list, address book editor through the list (add, delete) search sort contacts write to a file read from the file into the address book.