CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - Linked list

搜索资源列表

  1. xuejiguanli.rar

    0下载:
  2. 学籍管理:使用链表或顺序表实现数据的录入、浏览(对于学生记录的整体浏览和逐一浏览)、添加(可以添加任何符合记录格式的学生档案记录)、删除(可以删除数据库中任一条学生记录)、修改(可以修改其中的任一条学生数据内容)、查找(可以根据学生学号,查找某学生信息,也可以查找具有相同特征的学生的集合(比如:相同年龄、相同系别、相同籍贯、相同性别、相同专业等))、排序(如可按年龄排序)等功能;,School management: the use of linked list or the realizati
  3. 所属分类:Database system

    • 发布日期:2017-04-09
    • 文件大小:1113711
    • 提供者:陈卫
  1. 数据结构中关于单链表的算法

    0下载:
  2. 数据结构中关于单链表的算法,将两个链表有序链合并成一个非递归有序的单链表,并不占用其他的存储空间,data structure of single-chain algorithm Listless and orderly of the two chains merged into a non- recursive and orderly single linked list, does not occupy other storage space
  3. 所属分类:其他数据库

    • 发布日期:2017-03-24
    • 文件大小:1128
    • 提供者:zl
  1. 3

    0下载:
  2. 1. 如何存储三对角阵? 2. 如何用行逻辑链接顺序表及十字链表存储稀疏矩阵? -1. How tridiagonal storage array? 2. How to use the logic of the link line order form and cross linked list sparse matrix storage?
  3. 所属分类:Database system

    • 发布日期:2017-04-05
    • 文件大小:8847
    • 提供者:zhang
  1. 4

    2下载:
  2. 1. 建立自己的头文件BT.H,内容包括二叉链表的结构描述、二叉树的建立、二叉树的先序、中序与后序遍历算法。 2. 建立二叉树,并通过调用函数,,输出先序遍历、中序遍历与后序遍历的结果。 -1. To establish their own header files BT.H, including the structure of linked list binary descr iption of the establishment of binary tree, binary tre
  3. 所属分类:Database system

    • 发布日期:2017-04-09
    • 文件大小:8854
    • 提供者:zhang
  1. LinuxPos

    0下载:
  2. POS收银系统 开发平台:Redhat9 开发语言:标准C 数据库:Oracle 8i 开发周期:2009年6月-2009年7月 关键技术:ncurses库,Pro*C ,通用双向链表 项目简介:使用ncurses绘制界面,通过Pro*C访问 Oracle数据库,数据保存在通用双链表中,实现超市日常经营情况管理,报表生成,以及后台管理功能。 功能模块:用户登录模块,前台收银模块(收银、挂单、取单、退货),后台管理模块-POS cash register system
  3. 所属分类:Oracle

    • 发布日期:2017-03-25
    • 文件大小:89349
    • 提供者:杜峰
  1. 080248_1

    0下载:
  2. 单链表操作,从键盘输入任意的5个数,生成一个有序单链表-Single-linked list operation, from the keyboard input any number of 5 to generate an ordered singly linked list
  3. 所属分类:SQL Server

    • 发布日期:2017-04-11
    • 文件大小:1020
    • 提供者:陈帅
  1. sparse-matrix

    0下载:
  2. A Sparse Matrix implemented in Visual Studio memory based, using linked list
  3. 所属分类:Other Databases

    • 发布日期:2017-03-27
    • 文件大小:18320
    • 提供者:yrnunez
  1. c

    0下载:
  2. 建立学生管理链表,能够实现学生日常管理功能,包括: (1) 学生基本信息链表的建立 (2) 链表中学生结点的插入 (3) 链表中学生结点的删除 (4) 链表的浏览(遍历) (5) 链表中学生结点的查找 -The establishment of student management list, students can achieve daily management functions, including: (1) the establishment of student
  3. 所属分类:Database system

    • 发布日期:2017-03-31
    • 文件大小:1805
    • 提供者:冯雷
  1. 11111111

    0下载:
  2. 数据结构的链表查询和删除 是读者更容易理解和利用-Linked list data structure and delete queries are easier to understand and use the reader
  3. 所属分类:Other Databases

    • 发布日期:2017-04-13
    • 文件大小:1915
    • 提供者:高虎
  1. MiniPlus_TEAM_A

    0下载:
  2. 这是课程设计做的一个员工信息管理系统,还不完善,包含了一个SQL解析器,双链表实现的-This is a course designed to do an employee information management system is not perfect, contains a SQL parser, double-linked list implementation. .
  3. 所属分类:SQL Server

    • 发布日期:2017-05-04
    • 文件大小:1219675
    • 提供者:张镇宇
  1. dlb

    0下载:
  2. 编写一个程序,实现单链表的各种基本运算,并在此基础上设计一个主程序完成如下功能: (1)初始化单链表 (2)依次采用尾插法插入a,b,c,d,e元素 (3)输出单链表 (4)在第四个元素位置上插入f元素 (5)删除该单链表的第三个元素 -Write a program to achieve the basic operations of single linked list, and designed on the basis of a main program per
  3. 所属分类:Database system

    • 发布日期:2017-03-24
    • 文件大小:38470
    • 提供者:蒋玮珂
  1. LAB05

    0下载:
  2. Operations on singly linked list - Create, Insert,Delete,Search
  3. 所属分类:Other Databases

    • 发布日期:2017-04-10
    • 文件大小:1474
    • 提供者:Danu
  1. DataTest

    0下载:
  2. 帮师姐写的一个用链表完成的一个单词分类的代码 纯手工打造-Write a linked list to help the senior sister apprentice classification code of a word pure hand to create
  3. 所属分类:Other Databases

    • 发布日期:2017-04-01
    • 文件大小:306544
    • 提供者:稂龙亚
  1. looplistplus

    0下载:
  2. 简单链表设计,有助于理解其工作原理 可读性强~-Simple linked list designed to help understand how it works readable to
  3. 所属分类:Other Databases

    • 发布日期:2017-12-05
    • 文件大小:872
    • 提供者:dale
  1. Bank-analog-system.

    0下载:
  2. 银行模拟系统。链表和链队列(均带头指针)实现,程序中累计客户逗留时间,客户数,银行营业时间等,最终计算客户排队办理时间-Bank analog system. Linked list and chain queue (pointer to take the lead) to achieve, the cumulative customers stay program time, the number of customers, banking hours, the final calculati
  3. 所属分类:SQL Server

    • 发布日期:2017-12-04
    • 文件大小:5032
    • 提供者:Blus
  1. hash_table

    0下载:
  2. hash_table的c语言的链表实现。包括一个简单的hash函数和hash_table的源码。-hash_table c language linked list implementation. Includes a simple hash function and hash_table source.
  3. 所属分类:Database system

    • 发布日期:2017-04-02
    • 文件大小:1607
    • 提供者:
  1. duilie

    0下载:
  2. 用单链表实现优先级队列,编写实现队列的下列操作的函数并实现书上的进程调度应用. -Realization of the priority queue with a single linked list, prepared to achieve the following functions of the queue and process scheduling application book.
  3. 所属分类:SQL Server

搜珍网 www.dssz.com