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

搜索资源列表

  1. dxlb

    0下载:
  2. 单向链表\\qlist.h 单向链表\\Stdafx.h 单向链表\\stdafx.cpp 单向链表\\单向链表.cpp 单向链表\\单向链表.ncb 单向链表\\单向链表.dsp 单向链表\\单向链表.dsw 单向链表\\单向链表.opt-one-way linked list \\ qlist.h one-way linked list \\ Stdafx.h one-way linked list \\ stdafx . cpp one-way linked l
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.77kb
    • 提供者:冯2
  1. TLink

    0下载:
  2. 精心链表操作,对单向双向的链表操用实例,精当-carefully chain operation, a one-way pairs two-way linked list speaks examples of elder
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.92kb
    • 提供者:张龙萍
  1. list_hash

    0下载:
  2. hash表和单向链表的实现代码,相当实用.-hash table and the realization of one-way linked list code useful.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.78kb
    • 提供者:likebj
  1. HashTable

    0下载:
  2. 用c++实现的hashtable的基本所有操作,有关one-way hash的再另行上传
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.62kb
    • 提供者:杨光
  1. joseph小程序

    0下载:
  2. 2.1将n个人围成一圈,m为未进入游戏前的先行码,用来淘汰第一个出 局的人,然后依次给出淘汰者的密码,根据输入的密码来确定下一个淘汰是哪一个,并依次输出被淘汰的人对应的号码。 2.2用单向循环链表实现操作。-2.1 n personal cordons m not yet entered the game before the first yards out for the first out, then eliminated were given the password, the passw
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:48.41kb
    • 提供者:苏亮
  1. 不带头结点的单向链表逆置

    0下载:
  2. 给定程序中,函数fun的功能是将不带头结点的单向链表逆置,即若原链表中从头到尾结点数据域依次为:2、4、6、8、10,逆置后,从头至尾结点数据域依次为:10、8、6、4、2。 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 -A given program, function fun is the function of the node will not take the lead against the home one-way linked list,
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-08-22
    • 文件大小:618byte
    • 提供者:储谢东
  1. suanfa.rar

    0下载:
  2. 包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,,Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the mi
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-01
    • 文件大小:2.84kb
    • 提供者:张文
  1. List.rar

    0下载:
  2. 单向链表的标准c++实现范例 数据结构 面向对象 生成函数 复制函数 赋值函数 操作符重载,The standard one-way linked list c++ to achieve an example of object-oriented data structure constructor function Copy function overloaded assignment operator function
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1.04kb
    • 提供者:yuebob
  1. dan_lian_biao

    0下载:
  2. 链式存储结构及应用 1.键盘输入一组元素,尾部插入法建立一个单向链表。 2.在单向链表中删除一个结点。 3.在链表中插入一个元素。 -Structure and application of a chain store. Keyboard input of a group of elements, the end of a one-way linked list insertion method. 2. In the one-way to remove a node lis
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:184.89kb
    • 提供者:sleeping_zzz
  1. list

    0下载:
  2. 配合严蔚敏数据结构(C版)是对单向顺序表的部分源码 -YAN Wei-Min with the data structure (C version) is the order form part of a one-way source
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:9.29kb
    • 提供者:xaoyan
  1. lianbiao

    0下载:
  2. 单向链表的存储特点及其实现,单向链表的插入 删除算法及其应用算法的程序实现-One-way linked list of storage characteristics and the realization of a one-way linked list insertion algorithm and its application to delete the program algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:48.26kb
    • 提供者:
  1. shujujiegou

    1下载:
  2. 本课题主要根据功能需要开发软件解决迷宫求解的问题。可以输入一个任 意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出。以及Joseph环问题,利用单向循环链表存储结构模拟此,按照出列的顺序输出各个人的编号。还有猴子选大王问题。数据结构课程设计时做的-This issue primarily on the basis of functional need to develop software solutions to solve maze problems. Can enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:103.97kb
    • 提供者:胡娟
  1. lianbiao

    0下载:
  2. 实现链表的程序。有单向链表,双向链表,循环链表等。-The realization of the procedure list. There are one-way linked list, two-way linked list, circular linked lists and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8.11kb
    • 提供者:井树刚
  1. ChainTable

    0下载:
  2. 该软件实现了一个单向链表的类,具有查找、增加和删除一个结点等功能-The software implements a one-way linked list of categories, with search, increase and delete a node and other functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:6.34kb
    • 提供者:张三
  1. asdfwcxgf

    0下载:
  2. 数据结构单向链表的多少功能的实现 建立插入删除查找等功-One-way linked list data structure functions realize how much set up to insert delete search such as reactive
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:张清
  1. lianbiao

    0下载:
  2. 制作一个单向链表,实现以下功能 可以前向插入 后向插入输入 可以删除数据 可以查询显示数据-The production of a one-way linked list, the following functions can be inserted before the insertion can delete the data input display data available
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:890byte
    • 提供者:lingdu0001
  1. try03

    0下载:
  2. 假定一个单向循环链表来表示队列(即循环链队),该队列只设一个队尾指针,不设队首指针,试编写下列各种运算的算法: 1) 向循环链队插入一个元素值为x的结点。 2) 从循环链队中删除一个结点。 3) 访问队列 -The assumption that a one-way circle to indicate the queue list (that is, the cycle chain teams), which is only a team queue tail pointer
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:632byte
    • 提供者:zhx
  1. dijkstra

    1下载:
  2. dijkstra算法的matlab实现,验证数据采用了河北省主要城市的赋值无权网络图,并分析了单程往复式行驶的效率因素,实际应用价值高-the dijkstra algorithm matlab to achieve, verify the data used in major cities in Hebei Province network has no right of assignment, and an analysis of the efficiency of one-way reci
  3. 所属分类:Data structs

    • 发布日期:2016-06-08
    • 文件大小:550.57kb
    • 提供者:WJC
  1. Create-a-one-way-linked-list

    0下载:
  2. 创建一个单向链表,在头创建。有主函数可以直接编译运行。-Create a one-way linked list, in the first created. Are the main functions can be directly compiled and run.
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:515byte
    • 提供者:zrf
  1. 07-One-Way-Hash-HAVAL

    0下载:
  2. 07 One-Way-Hash HAVAL
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:96.84kb
    • 提供者:Sableng
« 12 3 4 5 6 »
搜珍网 www.dssz.com