CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 通讯录 c 链表

搜索资源列表

  1. demo10

    0下载:
  2. 作用就是通讯录,C语言动态链表,还没20字啊-Function is to address book, C language dynamic list, not 20 words ah
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:204969
    • 提供者:guhuanyu
  1. txl

    0下载:
  2. 用c写的通讯录程序 采用的链表做的 可以实现查找插入删除等基本功能-Address book program with c write to do lists can be used to achieve the basic functions of search insert delete
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:501668
    • 提供者:熊路
  1. a

    0下载:
  2. c语言编写的通讯录 主要是练习链表操作 还请多指教-c book is mainly written in operation also Pleased to meet you practice list
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1722
    • 提供者:tchen
  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. double_circle_link

    0下载:
  2. 用纯c实现的双向循环链表,类似于通讯录的功能。-The double-way circle linked list is realized with pure c code and its function is similar to the address book.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:971
    • 提供者:张三
  1. addressbook

    0下载:
  2. 通讯录管理系统 ,c语言 ,动态链表和结构体,课程设计-Address Book
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:444921
    • 提供者:
  1. ALSM

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

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

    0下载:
  2. 学生档案通讯录管理系统,用C++双向循环链表编写,支持信息保存,从文件载入,信息录入,信息添加删除,信息排序,信息修改等功能-Student file address book management system, written in C++ two-way circular linked list, support information is saved and loaded from the file, information input, information is added to
  3. 所属分类:Education soft system

    • 发布日期:2017-04-06
    • 文件大小:99927
    • 提供者:罗晓媛
  1. tongxunl

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

    • 发布日期:2017-04-07
    • 文件大小:263511
    • 提供者:顾杰波
  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. communication

    0下载:
  2. VC简易通讯录,加强C的编程,熟悉链表文件的使用等。-Simple VC contacts, strengthen C programming, familiar with the use of a linked list file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:2459
    • 提供者:liqiangda
  1. tongxunlu

    0下载:
  2. 一个简单的C编程 同学通讯录,附有文件,结构体,指针,链表综合应用-A simple C programming students address book, with file structure, pointers, linked lists integrated application
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:2248
    • 提供者:yaojinsong
  1. xiaoyoutongxunlu

    0下载:
  2. c语言写的校友通讯录程序,使用了十字交叉链表-c language written by alumni contacts program, cross linked list
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:32315
    • 提供者:liuyang
  1. addressbookmanagementsystem

    0下载:
  2. C语言数据库课程设计,通讯录管理系统的实现,利用链表数据结构操作,有完整的报告和帮助文件!-The realization of C language database curriculum design, address book management system, using the operation of the linked list data structure, complete reports and help files!
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:553955
    • 提供者:Miami
  1. liu

    0下载:
  2. 用〈〈数据结构〉〉中的双向链表作数据结构,结合C/C++语言基本知识。编写一个通讯录管理系统。以把所学数据结构知识应用到实际软件开发中去。 设计内容:本系统应完成一下几方面的功能: 录入信息——enter() 显示信息———display( ) 查找———search( ) 删除信息———delete( ) 存盘———save ( ) 装入———load( ) 设计要求: 1) 每条信息至包含 :学号(NUM)姓名(NAME)性别(SEX)城市(C
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:167025
    • 提供者:liuhao
  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
    • 文件大小:133178
    • 提供者:唐文
  1. 666

    0下载:
  2. c语言用链表写的通讯录系统,可以编译通过,然后运行-Chain written address book system, c language can be compiled through, and then run
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:18491
    • 提供者:孟津
  1. address-list

    0下载:
  2. 学生通讯录系统,C语言应用实例,指针操作,链表操作-Student directory system, C language application examples, pointer manipulation, list operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:672568
    • 提供者:Lynn
  1. contacts

    0下载:
  2. 用链表建立通讯录,C语言,链表,可创建,插入,删除,查找-Establish contacts, C language, the list with the list, you can create, insert, delete, search
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1184
    • 提供者:周双
  1. tongxunlu

    0下载:
  2. 用C语言写了一个简单的通讯录,说简单一是功能简单,二是也没有加读写文件操作, 只是作为链表操作的一个练习,希望能给这方面的新手一此引导和帮助。-Use C language to write a simple address book, that simple one simple function, and second, there is no increase read and write file operations, Just as an exercise cha
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1296
    • 提供者:zsx
« 1 23 »
搜珍网 www.dssz.com