CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 通讯录

搜索资源列表

  1. source_code

    0下载:
  2. 1.排序算法:快排,插入排序,选择排序,冒泡排序,堆排,归并排序 2.无向图:建立邻接表,并深度遍历 3.二叉树:建树,插入叶子节点并删除,计算深度及高度,前序中序后序遍历,以及用栈实现的非递归遍历 4.二叉排序树:建树并插入、删除结点 5.通讯录:有主界面,能添加,删除查找相应的数据-1.sort:quicksort select sort,insert sort,heap sort.etc. 2.graph:create with the adjacent list,an
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:15453
    • 提供者:zyw
  1. ALSM

    0下载:
  2. c语言实现的通讯录管理系统,使用链表结构体等数据结构,仅供参考-Address book management system
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:20040
    • 提供者:aj
  1. NoteBookSample

    0下载:
  2. 使用C语言知识编写个人通讯录 运行环境TurboC2.0-C program sample of note book TurboC2.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:384431
    • 提供者:李博
  1. Tbook_OK

    0下载:
  2. 在vc下用C语言写的手机简单通讯录系统...基于文件操作...实现对联系人的增加...删除....修改功能-Written in C language phone contacts ... file-based operations ... the increase in contacts ... delete .... modify functions ...
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:2030428
    • 提供者:
  1. Contacts

    0下载:
  2. 采用链表编写的通讯录,可以输出TXT文件。 该通讯录具有查找,修改,删除等功能。 -Linked list prepared by the contacts, and can output TXT file. The address book has a find, modify, and delete functions.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3905
    • 提供者:Nemol
  1. TongXunList

    0下载:
  2. 这是用C++写的一个通讯录的小程序,自己写的,希望对你有些帮助。-This is written in c++ a little programs address book, write their own, hope to you some help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1960
    • 提供者:仔仔
  1. contract

    0下载:
  2. 这是一个通讯录的C++代码,其中包含了联系人的查找和添加等一些基本操作。-people contract
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2271
    • 提供者:吴荣祥
  1. txl

    0下载:
  2. 用链表实现通讯录系统,完成通讯录得建立、插入信息、更新信息、删除信息以及文件存储-With the list of the address book system realization, complete address book to establish, insert, update, and delete information information information and file storage
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:507967
    • 提供者:王通
  1. TXL

    0下载:
  2. 程序设计一般由两部分组成:算法和数据结构,合理地选择和实现一个数据结构和处理这些数据结构具有同样的重要性。在通讯录管理程序中,由于预计记录数相对于一个单位的学生人数或职工人数来说不会太大,除了能够增加、删除、保存等外,更多的情况时查询,且能够实现快速查询,所以选用静态数组保存数据,实现多种查询方式。-Programming generally consists of two parts: algorithms and data structures, rational choice and a
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3786
    • 提供者:kongyameng
  1. txl

    0下载:
  2. 利用C语言的调用函数的算法实现一个简单通讯录的添加,修改,删除,查询的操作-Algorithm using C language function is called a simple address book to add, modify, delete, query operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2466
    • 提供者:邓佳佳
  1. tongxunl

    0下载:
  2. 就一个链表的程序,很简单!一个c语言的代码程序 一个通讯录-A list of procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:263511
    • 提供者:顾杰波
  1. Stxllrare

    0下载:
  2. 建立一个通讯录的类note,该类中的属性有以下几项:String name,phone,MobilePhone,zip,address,Email 分别表示:姓名,固定电话,手机号,邮编,地址,电子邮邮邮件地址。方法有两个:Setnote()给属性赋初值的函数,方法show()显示出来一条通讯记录。 程序源码使用了ObjectInPutStream与ObjectOutPutStream这两个文件输入 -Class note to create an address book, class a
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2130
    • 提供者:高尚
  1. Wkechengshejii

    0下载:
  2. 用c或c++编写的八皇后问题,通讯录录,约瑟夫环的代码,数据结构的课程设计 -Write c or c++ for eight queens problem, the code of the address book entries, Josephus, the curriculum design of data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8410
    • 提供者:陪同
  1. parking

    0下载:
  2. 学数据结构时最简单的两个应用的实现。一个是停车场,含有工程文件在内的所有文件。一个是通讯录,只有cpp文件。请在vc下运行,其他环境可能需要其他头文件。-Two simple applications using the knowaledge of <data structure and algorithm>. One is a parking app, with all files included. Another is a phone book . Both run wi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:890118
    • 提供者:liyong
  1. Address

    0下载:
  2. 数据结构课设-通讯录管理,VC++编写 基本要求 (1) 添加:增加一个人的记录到通讯录中; (2) 显示:在屏幕上显示所以通讯录中的人员信息,应能分屏显示; (3) 存储:将通讯录信息保存在一个文件中; (4) 装入:即将文件中的信息读入程序; (5) 查询:可根据姓名查找某人的相关信息,若找到显示其姓名、地址、电话号码、电子邮箱; (6) 修改:可修改一个人的除姓名之外的其他信息 -Set of data structures class- contact m
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1463142
    • 提供者:大空翼
  1. Mobile-phone-directory

    0下载:
  2. 实现的是类似手机通讯录, 实现以下功能: 1) 通讯录编辑(添加、删除); 2) 按不同的项进行查找; 3) 对已存在的通讯录按不同的项排序; 4) 将通讯录写入文件; 5) 从文件读入通讯录。 -Implementation is similar to the phone contacts, the following functions: 1) Address Book editing (add, delete) 2) Find different
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:161852
    • 提供者:刘颖
  1. employee-information-system--

    0下载:
  2. 用链表实现员工信息系统,通过链表实现 通讯录编辑(添加、删除); 查找; 排序; 将通讯录写入文件; 从文件读入通讯录。-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.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2835
    • 提供者:刘颖
  1. Datastructure-Design

    0下载:
  2. 只是一个用C++写出来的通讯录管理系统,源于学校的数据结构课程设计,主要涉及到链表的增删改查,有需要的可以看下-Just one use C++ and write out the address book management system, from the data structure of the school curriculum design, mainly related to the linked list of CRUD, need to look
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:344353
    • 提供者:周雄
  1. 00

    0下载:
  2. 还是通讯录系统 增删改查 课程设计 本科学校要求的数据结构课程设计-Or address book CRUD the data structures required by the curriculum design undergraduate schools curriculum design
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4802
    • 提供者:feilvbin
  1. Address-book-management-system

    0下载:
  2. 通讯录是用来记载、查询联系人通讯信息的工具。请设计一个电子通讯录,包括输入、显示、查找、插入、删除、保存、读入、排序、修改、移动等基本功能。-The address book is used to record inquiries contact communications and information tool. Please design an electronic address book, including input, display, find, insert, delete,
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:217770
    • 提供者:xinxinwag
« 1 2 3 45 »
搜珍网 www.dssz.com