CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 清除

搜索资源列表

  1. gaoji

    0下载:
  2. 系统应实现的操作及其功能定义如下: 1)采编入库:新购入一种书,经分类和确定书号之后登记到图书账目中。如果这种书在账目中,则只将总库存量增加。 2)清除库存:某种书已无保留价值,将它从图书账目中注销。 3)借阅:如果某种书的库存量大于0,则借出一本,登记借阅者的图书证号和归还期限。 4)归还:注销对借阅者的登记,改变该书的现存量。 -system should achieve the operation and function are defined as foll
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819byte
    • 提供者:王东
  1. 图书管理2to2

    0下载:
  2. 本系统完成了要求的所有功能,能进行图书的基本管理业务活动。包括采编入库、清除库存、借阅和归还等。利用B树对书号建立索引,提高了工作的效率。本系统支持对中文书籍的输入输出。.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the system completed all the required functions, the library will conduct basic management operations. Journalists, inc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.73kb
    • 提供者:妮娜
  1. MyList

    0下载:
  2. 为了实现RTP数据重组,写了双指针链表,类似动态hash表(网上资料太少了),有添加(自动排序),删除和清除.我还在扩展功能-RTP data in order to achieve the reorganization, wrote a two-pointer List, similar dynamic hash table (online so little information), add (automatic sorting), delete and remove. I also ex
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.83kb
    • 提供者:llg
  1. shunxubiao

    0下载:
  2. 1. 已知顺序表L为按值递增有序的,编写算法将数据元素e插入到顺序表L中,使之仍有序。 2、编写算法删除顺序表L中所有值为e的数据元素。 3、编写算法清除顺序表L中所有重复的数据元素。 4、已知两个集合分别存储在顺序表La和Lb中,编写算法求出两个集合的并存储在Lc中。-1. The known sequence of Table L, increasing ordered by value, write algorithms to data elements L e
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:699byte
    • 提供者:liulisha
  1. linkqueue

    0下载:
  2. 数据结构——链队列功能的实现,入队、出队、清除、销毁。一次可进行多功能的实现。-Data structure- chain of the queue function realization, into the team, the team removed and destroyed. One can be multi-functional implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:919byte
    • 提供者:dave
  1. tushuguanli

    0下载:
  2. 课程设计,C语言编写的数据结构课程设计之图书管理源代码登记书的书号、书名、著者、清除库存某种书、借阅、归还。-Registration book library management source code written in C language data structures course design ISBN, Title, Author, clear the inventory of a certain book, borrow, return.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:13.91kb
    • 提供者:岳豪
  1. sine

    0下载:
  2. 利用C语言编写的正弦函数发生的代码,实现提取正弦函数并显示,清除退出等功能-Code written in C, the sine function to extract the sine function and display clear exit functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:678byte
    • 提供者:ljf
  1. students

    0下载:
  2. 基于C语言的学生信息管理系统。包含查插删改的功能。并且添加了清除键盘缓冲区的函数。适合C语言初学者。-C-based student information management system. Contains the functions check the plug excision. And add a function to clear the keyboard buffer. Suitable for the C language for beginners.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:218.76kb
    • 提供者:张鑫
  1. danlianbiao

    0下载:
  2. (0)单链表的创建,结点i处插入X,查找某元素、返回逻辑位置及物理指针并删除 (1)单链表的逆置.(2)清除单链表中多余的重复元素.(3)在有序的循环的带头结点单链表中插入数据X.(4)判断循环双向链表是否按值对称.(5)一元多项式的加法.-(0) The creation of a single linked list, at the junction i insert X, find an element, return to the logic of the position and
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:65.27kb
    • 提供者:吴璨
  1. shunxubiao

    0下载:
  2. 顺序标的相关操作,如(1)  清除线性表L中多余的重复元素 (2)已知两个线性表LA和LB中的数据元素按非递减有序排列,现要求将LA和LB归并为一个新的线性表LC,且LC中的数据元仍按值非递减有序排列。(1)  清除线性表L中多余的重复元素 (2)已知两个线性表LA和LB中的数据元素按非递减有序排列,现要求将LA和LB归并为一个新的线性表LC,且LC中的数据元仍按值非递减有序排列。 (3)利用两个线性表LA和LB分别表示两个集合A和B,求集合A=AUB。 (3)利
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:73.4kb
    • 提供者:吴璨
搜珍网 www.dssz.com