CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Address Book File

搜索资源列表

  1. AddressBook_GUI

    0下载:
  2. An example of GDI for saving file using linklist, ADDRESS BOOK
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4.52mb
    • 提供者:nick
  1. Address-book

    0下载:
  2. 编写一个简单的通信录管理系统。通信录包括:姓名、通信地址、邮编、联系电话,现编写一个通信录管理系统,可以对通信录进行输入、显示、查找等,通信录保存到一个文件中。 -Write a simple address book management system. Communications recorded include: name, mailing address, zip code, telephone number, is recorded to write a communicatio
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:335.28kb
    • 提供者:tip tip
  1. MyCommunication

    0下载:
  2. 该通讯录是自己练习时所编写,采用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
  3. 所属分类:CSharp

    • 发布日期:2017-05-26
    • 文件大小:2.07mb
    • 提供者:张阿牛
  1. EMailSender_src

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:18.71kb
    • 提供者:harun
  1. book-Management-System

    0下载:
  2. 利用C语言实现的通讯录管理系统,只有一个C文件-The use of C language implementation of the address book management system, there is only one C file
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2.19kb
    • 提供者:李建国
  1. Address

    0下载:
  2. 该系统要求实现一个简单、实用的通信录管理程序,主要功能包括通信录数据的录入、查找、修改、删除、排序、显示等。所有通信录数据都要利用文件系统保存,以备系统下次运行时使用。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些基本算法思想的应用。-The system requirements to achieve a simple, practical address book management program, the main functions include address book
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3.47kb
    • 提供者:alan
  1. StudentBookCLanguageCourseDesign

    0下载:
  2. C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:11.21kb
    • 提供者:hefuping
  1. address-list-

    0下载:
  2. 设计一个程序,实现通讯功能。本软件采用C++程序编程,实现通讯录基本功能(①用文件来保存通讯录信息(必须实现的功能)②编程实现通讯录记录的添加、删除、修改、浏览和查询(必须实现的功能)。本软件在中文版Visual C++中运行,利用MFC编程设计界面,实现各个功能的操作。 -Design a program to achieve communication. The software uses C++ programming, to achieve the basic functions of
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3.3mb
    • 提供者:jane
  1. address-book

    0下载:
  2. 通讯录程序,可以显示,修改,添加,删除,文件保存,密码保护,附带报告书-address book,can display,add,delete,file save,change
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:21.98kb
    • 提供者:zhaolong
  1. Address-book

    0下载:
  2. 这是一个用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.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:2.38kb
    • 提供者:宋钟国
  1. Personal-address-book

    0下载:
  2. 本程序实现了一个同学通信录的功能,能录入个人信息和以文件形式存储个人信息,信息存储在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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:102.51kb
    • 提供者:李如风
  1. asd

    0下载:
  2. 通讯录至少应该有以下数据项:姓名,家庭住址,手机号码,邮编,E-mail。输入信息时要检查数据项手机、邮编、E-mail的合法性,手机号码:11位数字;邮编:6位数字;E-mail:包含@字符,且@两边都非空。对通讯录应该包含有以下操作(包括基本功能和拓展功能): a)向通讯录中添加信息; b)在通讯录中按姓名或手机号查找个人信息; c)删除通讯录中的个人信息; d)修改通讯录中的个人信息,并保存入文件; e)按不同数据项排序后列表输出通讯录中所有人的信息。通讯录中记录的数量
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-21
    • 文件大小:36.07mb
    • 提供者:王鸣明
  1. address-book

    0下载:
  2. 实现制作一个通讯录功能,还有对通讯录的增删改操作,以及对数据文件的读取和改写,该代码采用多文件的方式,分成多个模块-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
  3. 所属分类:Communication

    • 发布日期:2017-11-19
    • 文件大小:5.31kb
    • 提供者:peter
  1. book

    0下载:
  2. 基于VC++的个人通信录,使用文件保存信息,可添加、修改、删除-Based VC++ personal address book, save the file, you can add, modify, delete
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:42.01kb
    • 提供者:qiao
  1. address-book-management-program

    0下载:
  2. 这是用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
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:130.06kb
    • 提供者:唐文
  1. telnumber

    0下载:
  2. 电话簿新版VB,仿QQ窗口风格,竖向布局的窗口,为了省事使用了两个界面控件:XPHScroll.ocx 和 XPVScroll.ocx,可导入通讯录格式的文件,功能不是太多,不过界面方面也有借鉴的地方,对VB界面编程有帮助  XPScroll滚动条控件有蓝色、翠绿、银色三个版本。基于内部控件VScroll和HScroll基础构建,具备VScroll和HScroll的基本特性,并支持键盘方向键和PageUP、PageDown键,可以完全取代VScroll和HScroll。XPScroll的问世为推
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:309.28kb
    • 提供者:gpudn45
  1. address-book--C

    0下载:
  2. C语言编写的通讯录程序,包括增删改查、排序以及保存到文件的功能。-C language to write the address book program, including to add and delete, sort, and the function of the save to file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2.8kb
    • 提供者:王龙龙
  1. address-book

    0下载:
  2. 实现制作一个通讯录功能,还有对通讯录的增删改操作,以及对数据文件的读取和改写,该代码采用多文件的方式,分成多个模块-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
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:5.43kb
    • 提供者:zhao6156824
  1. Address-Book-system

    1下载:
  2. 通信录管理系统 用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
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1.74mb
    • 提供者:HiJune
  1. telephone-book

    0下载:
  2. 文件整合程序,可以将电话簿和通讯录进行整合,然后归整到另一个txt文件中。案例在压缩包中。-File integration procedures, phone book and address book can be integrated, and then reorganized into another txt file. Case in the compressed package.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1.21kb
    • 提供者:junlisun
« 12 3 4 »
搜珍网 www.dssz.com