搜索资源列表
Address-book
- 编写一个简单的通信录管理系统。通信录包括:姓名、通信地址、邮编、联系电话,现编写一个通信录管理系统,可以对通信录进行输入、显示、查找等,通信录保存到一个文件中。 -Write a simple address book management system. Communications recorded include: name, mailing address, zip code, telephone number, is recorded to write a communicatio
ADDLIST
- 我自己写的一个通讯录的程序,用ODBC来连接数据库. 可以查找,添加,删除,和修改记录,并显示数据库中人所有记录. 登录程序的默认密码为空,可以在程序中修改.- I write an address book procedure, connects the database with ODBC May search, the increase, deletes, with amendment record, and in demonstration database person all r
syncml_vc
- syncml_vc版本,各个模块都已编译成dll,并且加了一个新的模块tmllib,用来处理tml协议(自定义)的同步协议,此同步协议已经用于通讯录,文件同步功能,开发者可以根据自己需求,扩展新的功能。-syncml_vc version of each module have been compiled into a dll, and add a new module tmllib, to deal tml Protocol (custom) of the synchronization pr
MyCommunication
- 该通讯录是自己练习时所编写,采用c#实现,以文本文件存取通讯录记录,并实现了记录的浏览,添加,修改,删除,音乐播放等功能-The Address Book is prepared by their own practice, the use of c# Achieve in order to access the Address Book text file records and achieved a record to view, add, modify, delete, music pla
EMailSender_src
- EmailSender is a simple application which allows you to send an email with a text body or an HTML body and if you want one attachment file. The control which displays the email body is only a RichText control. This project is a mix of two initial pro
book-Management-System
- 利用C语言实现的通讯录管理系统,只有一个C文件-The use of C language implementation of the address book management system, there is only one C file
address
- 设计一个通讯录管理系统,要求系统实现通讯录管理的各项要求操作。管理者使用该系统可以输入姓名、电话等通讯信息,可以对通讯录进行添加、删除,并通过各种条件进行查询,最后将通讯录保存到文件中。-Design a contacts management system, address book management system implementation requirements with the requirements of operation. Managers use the system
Desktop
- 1.建立某单位职工通讯录二进制文件,文件中的每个记录包括职工编号、姓名、电话号码、邮政编码和住址。2.从键盘上输入职工的编号,在由第1题所建立的通讯录文件中查找该职工资料。查找成功时,显示职工的姓名、电话号码、邮政编码和住址。-1. The establishment of a unit of staff contacts binary file, each record including the workers in the number, name, telephone number, p
Address
- 该系统要求实现一个简单、实用的通信录管理程序,主要功能包括通信录数据的录入、查找、修改、删除、排序、显示等。所有通信录数据都要利用文件系统保存,以备系统下次运行时使用。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些基本算法思想的应用。-The system requirements to achieve a simple, practical address book management program, the main functions include address book
shili
- matlab gui, 包括了4个很好的例子: 1.具有多个坐标轴的GUI,主要学习控制哪一个坐标轴是绘图命令的对象和用编辑文本框读入输入的数。 2.列表框目录阅读器,主要学习获取路径,加载,打开文件 3.从列表框中存取工作区变量,学习把存在于基本工作区的变量名放进列表框,选择多项等 4.地址簿阅读器,这个比较综合,用得技术也比较多。包括打开,保存,修改mat文件,利用handles结构保存和重新调用共享数据。-matlab gui, including four very go
androidmobledevelopent
- 这是其中的几个案例源码: 1 图片浏览器 2 文件浏览器 3 通讯录 4 任务管理器 5 音乐播放器 6 天气预报 7 多媒体播放器 8短信语音播报 9手机远程监控 12贪吃蛇游戏 -android mobile development case Xiang Jie, a dozen cases, this is one of several cases Source: 1 Image file browser, the browser 2 3
StudentBookCLanguageCourseDesign
- C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
address-book
- 通讯录程序,可以显示,修改,添加,删除,文件保存,密码保护,附带报告书-address book,can display,add,delete,file save,change
Address-book
- 这是一个用C语言写的通讯录:它包括输入记录、删除记录、插入记录、记录保存文件、从文件中读取记录等。-This is a C language to write the address book: it includes input records, delete records, insert record, recording save the file, read the records from a file.
Personal-address-book
- 本程序实现了一个同学通信录的功能,能录入个人信息和以文件形式存储个人信息,信息存储在TXT文件中。-The program function of the address book of a fellow student to input personal information and personal information stored in document form, the information is stored in a TXT file.
address-book
- 实现制作一个通讯录功能,还有对通讯录的增删改操作,以及对数据文件的读取和改写,该代码采用多文件的方式,分成多个模块-Making an address book function, CRUD operations on contacts, as well as the data file read and rewrite the code using the multi-file into multiple modules
address-book-management-program
- 这是用C语言实现的一个简易通讯录管理系统,数据结构是用链表实现的,能够实现各种查询,修改,增删操作,还能够保存文件。非常适合C语言初学者参考学习-This is a simple address book management system implemented in C language data structure linked list, to various queries, modify, add or delete operation, and also be able to sa
address-book--C
- C语言编写的通讯录程序,包括增删改查、排序以及保存到文件的功能。-C language to write the address book program, including to add and delete, sort, and the function of the save to file.
address-book
- 实现制作一个通讯录功能,还有对通讯录的增删改操作,以及对数据文件的读取和改写,该代码采用多文件的方式,分成多个模块-Making an address book function, CRUD operations on contacts, as well as the data file read and rewrite the code using the multi-file into multiple modules
Address-Book-system
- 通信录管理系统 用C++设计出模拟手机通信录管理系统,实现对手机中的通信录进行管理,按照姓氏拼音排序。通信名单和信息的文件存储/读取和修改。-Address book management system using C++ design analog mobile phone address book management system, to achieve the phone address book management, sorted by last name spelling. C