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

搜索资源列表

  1. DataStructureCourseDesign

    0下载:
  2. 数据结构是很重要的一门课程,此为数据结构课程设计实验时3个算法衍生的小程序:哈夫曼编码,交通咨询系统设计,通讯录管理。对初学数据结构的人很有帮助。-Data structure is very important to a course, this is the data structure of curriculum design experiments three algorithms derived from a small program: Huffman coding, the tra
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:338282
    • 提供者:陈杨
  1. ContactBook

    0下载:
  2. 数据结构课链表实验设计——一个MFC下的小巧学生通讯录。代码欢迎大家来参考。将双向带头尾链表封装在一个类里(因为是数据结构课,所以没用STL的list)。然后将链表封装在通讯录类里供Dialog使用。-Experimental Design class list data structure- a small MFC students under the address book. Welcome to the code reference. Will take the lead in the
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:3144509
    • 提供者:朱凯迪
  1. tongxunlu

    0下载:
  2. 通过用数据结构实现对通讯录的设计,可以加深理解线性表及栈的逻辑结构、存储结构,掌握线性表及栈上基本运算的实现-Data structure address book
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2289
    • 提供者:黄昊
  1. contacts1

    0下载:
  2. 利用线性表实现一个通讯录管理,通信录的数据格式如下: struct DataType { int ID //编号 char name[10] //姓名 char ch //性别 char phone[13] //电话 char addr[31] //地址 } 要求: ? 实现通讯录的建立、增加、删除、修改、查询等功能 ? 能够实现简单的菜单交互,即可以根据用户输入的命令,选择不同的操作。 ? 能够保
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1743
    • 提供者:贾森
  1. tongxunluxitong

    0下载:
  2. 利用C++编写的关于数据结构的一个通讯录系统-Using C++ written a book on the system data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:200307
    • 提供者:罗应凯
  1. HashtabledatastructuretoachieveContacts

    0下载:
  2. 用哈希查找实现通讯录,内容包括添加,删除,修改,查找等-Achieved with the hash to find contacts, including add, delete, modify, search, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:99932
    • 提供者:hiejijgd
  1. AddressBook

    0下载:
  2. 数据结构用C语言编写通讯录管理系统任务:通过此系统可以实现如下功能..录入:录入新的通讯信息(包括姓名、通讯地址、邮编、联系电话)查询:可按照姓名进行查询相关信息修改:可修改相关信息-Data structure book using C language task management system: This system can be achieved through the following functions .. entry: entry of new communications
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:735
    • 提供者:nanli_cn
  1. Addressbook

    0下载:
  2. 通讯录,数据结构课程设计作业,希望对大家有所帮助-Address book, data structures, curriculum design work, we hope to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:308986
    • 提供者:luowen
  1. directories

    0下载:
  2. 一个简单的通讯录软件,使用双向链表的数据结构-A simple address book software, the use of doubly linked list data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:682087
    • 提供者:戚兴宇
  1. TongXunLu

    0下载:
  2. 通讯录 C++ 数据结构 通讯录 C++ 数据结构 -C++ data structure book
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3742
    • 提供者:liusam
  1. address_book

    0下载:
  2. 用C语言写的通讯录链表管理程序,适用于大学《数据结构》课程的实验作业。可以实现通讯录链表的建立,查找,删除,输出等功能。-Contacts with the C-list management program written for the University, " data structures" course laboratory assignments. Can achieve the establishment of contacts list, find, dele
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1197397
    • 提供者:lumeizhuo
  1. contacts

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

    • 发布日期:2017-04-07
    • 文件大小:15292
    • 提供者:
  1. haxibiao_tongxunlu

    0下载:
  2. 自己写的一个哈希表实现的通讯录,是c++课程设计的课题,采用结构体数组实现,用线性探测法解决冲突。源码中还附有注释,适合初学者使用-Write your own implementation of a hash table book, is the c++ program design issues, implementation using an array of structures with linear detection method to resolve conflict. Anno
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:961305
    • 提供者:
  1. list

    0下载:
  2. 链表写的简单的通讯录,控制台下的.....。-Simple address book written list, under the console.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:16039
    • 提供者:se7en
  1. structure

    0下载:
  2. 这是大二上数据结构实验,编写一个通讯录,实现查找删除修改等功能-This is the second year experiment on the data structure, write a book, to achieve such functions to find deleted
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:546318
    • 提供者:刘益
  1. chapter20

    1下载:
  2. 用C++写的小型通讯录,可以添加,删除,排序和查找,主要使用的数据结构是stl的list。-In C++ to write a small book, you can add, delete, sort, and search, the main use of the data structure is stl the list.
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-03-20
    • 文件大小:7344
    • 提供者:刘长鸣
  1. AddBook

    0下载:
  2. 链表实现通讯录,保存文件和读取文件- show the addressbook by the sqlist ,including the save and the read function
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3546
    • 提供者:coffeepigxp
  1. zhan_student_communication

    0下载:
  2. 数据结构中用栈实现通讯录,功能完整,学习栈很好的例子,代码说明完整,可以直接运行。祝大家好运~-Stack data structure used to achieve Contacts, integrity, learning good example of the stack, a complete descr iption of the code can be run directly. Good luck ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:220464
    • 提供者:yinjie
  1. CDeep

    0下载:
  2. 用C语言模拟一个通讯录的功能,包括查询、添加、修改和删除等。-An address book using C-language simulation features, including query, add, modify, and delete.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1976
    • 提供者:辽湘
  1. tongxunlu

    0下载:
  2. 关于通讯录的小程序,具有录入联系人信息、条件查找、排序、保存通讯录到文件的功能。-A small program of c++ ,meaning to write data of contact people ,check poeple s data with some condition ,make the data inorder ,and save these data to file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1626
    • 提供者:janison
« 1 2 34 5 »
搜珍网 www.dssz.com