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

搜索资源列表

  1. zuqiu1

    0下载:
  2. 设计并实现一个简单的球队人员信息管理系统。对各类人员信息进行管理,包括增加、删除、查询、修改、排序和统计等基本功能。存储采用文件读取链表的形式 其他没了 适合刚学C的借鉴参考-Designed and implemented a simple team personnel information management system. Various types of personnel information management, including add, delete, query, m
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:38212
    • 提供者:miles
  1. 05141319

    0下载:
  2. 书管理系统,DOS界面,可加,修改、删除图书,使用链表技术-Book management system, DOS interface, can add, modify or delete books, the use of chain technology
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2960
    • 提供者:關生
  1. manage

    0下载:
  2. *设计方案:本程序分为七个模块:1、新建人事信息模块 2、查询模块 3、删除模块 4、添加模块 5、修改模块 6、打印模块 7、数据备份与还原模块。 每个模块相互独立。且每个模块只完成一个功能,用一个函数实现。在主函数中调用这些模块。每个模块处理的信息即人事基本信息用结构体存储,数据结构采用链表实现,最终以文件形式存储于磁盘上。*/-* Design: This procedure is divided into seven modules: 1, New Personnel Informa
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3754
    • 提供者:陈小森
  1. S10zx05-06

    0下载:
  2. 实现ShapeManage图元管理 实现Serialize存取功能 实现点击拾取和包围拾取 实现弱编组状态下的图元修改(移动、删除、叠放层次、缩放、拉伸等) 实现强编组状态下的图元修改 实现基于操作链表的撤销与重复 -Pixel implementation ShapeManage achieve serialize access management implementation click pick up pick up and surrounded by weak
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:156717
    • 提供者:蒋毓
  1. 123

    0下载:
  2. 约瑟夫环。。。对网上的一个程序的优化与修改。。实现的是循环链表下。。每个人不同的密码出列的问题-Joseph Central. . . On-line optimization of a procedure with the modifications. . Cycle of implementation are under the list. . Different passwords for each person listed in the question
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:804
    • 提供者:李玉
  1. communicate

    0下载:
  2. 简单链表实现 基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条通讯记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名字查找,并显示该记录。 (4)通信录排序 按姓名的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的信息(提示:需首先判断该记录是否存在)。 (7)按关系
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1891
    • 提供者:时代
  1. Code

    0下载:
  2. Hiding process with DKOM !采用断开系统中进程的双向链表方式,隐藏指定进程。本程序采用了硬编码,所以只能隐藏XP的进程,如果是其他系统需要修改编码地址!-Hiding process with DKOM! Disconnect system using two-way linked list in the process of the way, hidden designation process. This procedure uses hard-coded, so c
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:3423
    • 提供者:隔夜茶
  1. Calculatorcode

    0下载:
  2. Java程序计算器是:图形界面与数学计算相结合。图形界面的实现:考虑到按钮多而易混的问题,就选择了用数组来完成实现,在数字进行运算时,考虑的我们一般的计算器都是通过按按钮显示数字的,所以要有个类来获得按钮上的数字,由此可知还需要一个获得按钮上的运算符号,获得数字和运算符号上的按钮是放在链表里的,通过链表的节点不同来识别是数字还是运算符号,一般是第一个节点里存放的数字是第一个参加运算的数,第二个是放的运算符号,第三个是放的第二个参加运算的数,程序设计的优点是:条理清晰,容易理解,容易修改。这样设计
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:9325
    • 提供者:邓彭成
  1. stu_info_manager_system

    0下载:
  2. 这是通过链表算法进行处理的学生管理系统,功能很其全,健壮性很好,很适合做为学编程人的示例程序,里面有学生信息的增加,删除,修改,查询-This is dealt with through the list of students algorithm management system is its full-function, good robustness, it is suitable for people as an example of programmed learning proce
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:208496
    • 提供者:汤振宇
  1. LinkList

    0下载:
  2. 双向循环线性链表,链表初始化、插入结点、修改结点的值、删除特定结点、打印链表、销毁链表。在以上的基础下实现一元多项式的相加。-Two-cycle linear list, linked list is initialized, insert node, modify the value of node to delete a specific node, print list, the destruction list. Basis in more than a dollar to achiev
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5537
    • 提供者:dada
  1. lianbiao

    0下载:
  2. 链表实现方式,修改之后可用到自己的专业方向,参考一下。-List ways, changes can be used to their professional direction of reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1022
    • 提供者:刘勇
  1. osiplist

    0下载:
  2. osip库中的链表,用C语言实现,window、linux等均可以使用,去掉了一些关联,根据实际使用进行了修改,增加了函数。-osip library list, using C language, window, linux, etc. can be used to remove a number of related, according to the actual use of modified, an increase of function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5155
    • 提供者:JustGO
  1. renshiguanli

    0下载:
  2. 人事管理:使用链表或顺序表实现员工各种信息的输入(包括员工基本信息、学历信息等);浏览(对于员工基本信息、学历信息的整体浏览和逐一浏览);员工各种信息的修改(可以修改其中的任一条学生数据内容);插入;删除;按照某种条件,查询统计符合条件的员工信息;并将相应结果输出等功能;-Personnel Management: Use the order form list or the realization of the importation of all kinds of information t
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-04
    • 文件大小:471756
    • 提供者:陈卫
  1. phone

    0下载:
  2. 用数组 和 链表做的C++电话本程序。数据存储在.dat的文件中,用记事本可以打开,由于当时本人还不知道配置文件(.ini)这回事,所以没有用.ini文件 现在想来,完全可以用.ini文件,而且更简单,可以大量减少代码量,代码中还有大量的读写文件的地方完全可以写到一个函数中, 这样更是可以减少代码量,但由于时间有限,事情繁多, 一直没有时间修改完善,大家拿到代码后,可以自行修改。此程序分为两个版本,数组版 和 链表版-telephone book using C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:2046298
    • 提供者:刘凯
  1. graph

    0下载:
  2. 图: 调试图的邻接链表存储的程序,解决下列问题: 根据教科书P157页的G2图(无向图),输入数据运行程序;再适当修改程序使它适用于G1图(有向图),输入数据运行程序。-Adjacency list graph debug stored procedures, to address the following issues: According to the textbook page G2 Fig P157 (undirected graph), input data to run pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:107338
    • 提供者:奈奈
  1. listconv

    0下载:
  2. 把原链表倒向 先用指针循环至NULL(结尾),再--; 先从头一个一个遍历,再把读过的建成一个链表(关键是这次要建前插链表),遍历完了,倒链表也建成了,思路就是这样了,程序应该不是太难吧,你自己试试就行了. 在开始完成你的从单链表派生出来的双向链表之前,要在单链表这个基类中添加修改当前 -The side of the original list Pointer to the first cycle of NULL (the end), and then-
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:934333
    • 提供者:楼昊
  1. stu

    0下载:
  2. 以C语言中链表数据形式写的学生信息系统,包括添加,删除,保存,查询,修改学生信息等功能-C language linked list in the form of written student management system, including add, delete, save, query, modify the functions of Student Information
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2891
    • 提供者:david
  1. guibingpaixu

    0下载:
  2. 修改对链表分段的函数,使用链表的长度信息。其次要求把归并排序的每一步过程都打印出来。自己构造一个链表类并实现,用于排序。另外生成随机数的类-Modify the sub-list function, use the length of the message list. Second, requested that the process every step of mergesort are printed. Construct their own class and implement a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:358589
    • 提供者:paul lew
  1. IOCPServer

    0下载:
  2. SrvEngine的修改类,删掉了无用代码,使用双向链表保存SOCKET,线程池增加对粘包判断,完整接收判断等-SrvEngine modification classes, deleted unused code, and the use of doubly linked lists to save SOCKET, to increase the thread pool stick package to determine a complete receiver judgments
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:37627
    • 提供者:gt2333588
  1. guanli

    0下载:
  2. 医院各科室患者药品消耗信息管理系统 有科室 病人 药品3大类信息 采用十字交叉链表 有添加 删除 修改 保存等功能-Drug consumption in patients with various sections of the hospital information management system There are sections of patients with drug three major categories of information
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:11941
    • 提供者:王杰
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com