CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 节点

搜索资源列表

  1. 11LinkList

    0下载:
  2. 链表的源代码,分为带头节点的链表,不带头节点的链表。-Chain source code into the lead in the linked list node, the node does not take the lead List.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10.1kb
    • 提供者:李乘风
  1. shorest

    0下载:
  2. dijistra最短路经算法的实现。根据以文件输入图中各个节点的距离关系,然后运用算法求出a点到b点的最短路径
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:signal
  1. Ployn-dos

    0下载:
  2. 实现多项式加法,Pa=Pa+Pb,利用两个多项式的节点构成“和多项式”-polynomial Ghaffar, Pa Pa = Pb, using two polynomials node "and polynomial"
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9.67kb
    • 提供者:编程浪子
  1. delete-the-same-elemt

    0下载:
  2. 用数据结构实现顺序表删除相同节点的操作,操作比较完善-With the data structure in order to achieve the operating table to delete the same node
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:245.88kb
    • 提供者:裴琳倩
  1. deleteminelem

    0下载:
  2. 删除最小节点,相同的最小节点也能删除,在C++中用数据结构进行实现-Remove the smallest node, the same minimum node can also delete the C++ data structures used to achieve
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:57.21kb
    • 提供者:裴琳倩
  1. LinkList

    0下载:
  2. 用C++的模板类实现了链表数据结构,里面包括了节点的删除、新增等简单算法-C++ template class, a linked list data structure, which includes the node to delete, add simple algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:206.28kb
    • 提供者:Lisa
  1. Complete_binary_tree

    0下载:
  2. 在完全二叉树中,在层次遍历和先根序遍历中,已知某节点在一种遍历中的编号,求该节点在另一种遍历中的编号.-Complete binary tree in level order traversal and first traversal of the root, known to a certain node in a traversal of the code, and the node in a traversal of the code.
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:280.83kb
    • 提供者:weixiaoguoke
  1. bintree

    0下载:
  2. 对一个二叉树进行各种运算,包括获取节点的子树节点数,节点层数,节点子树的最大值等等。-Various operations on a binary tree, including access to the sub-tree nodes in the node, the node number of layers, so the maximum value of the node subtree.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:10.2kb
    • 提供者:scorpioc
  1. rebblacktree

    0下载:
  2. 红黑树的实现,如何增加删除节点等,以及代码测试。-Red-black tree implementation, how to increase the delete node, as well as code testing.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:1.99kb
    • 提供者:luguifang
  1. test1

    0下载:
  2. list对任意位置的元素进行插入,删除,查找都是极快速的,list的每个节点都有三个域:前驱元素指针域,数据域,后驱元素指针域-List any position of the elements to insert, and delete, find it is extremely fast, the list each node has three domain: precursor element pointer domain, data fields, the rear element p
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:917byte
    • 提供者:willion
  1. xianxingbiao

    0下载:
  2. 1、 创建线性表类。线性表的存储结构使用链表。 2、 完成表首插入元素、删除指定元素、搜索表中是否有指定元素、输出链表。 3、 输入n个不为零的整数作为节点元素值,遇到0代表输入结束(不创建元素值为0的节点),创建链表。输出整个链表。 4、 输入一个整数,将该数作为一个元素值插入表首位置。输出整个链表。 5、 输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 6、 再一次输入一个整数,在链表中进行搜索,输出其在链表中的位置。如果不存在输出0。 7、
  3. 所属分类:Console

    • 发布日期:2017-11-20
    • 文件大小:1.46kb
    • 提供者:好笑
  1. example9_5

    0下载:
  2. 本程序实现了IO流中最为基本的输入和输出,以及节点流和过滤流的联系-This procedure realize the IO flow the most basic input and output, and the node flow and filtering flow contact
  3. 所属分类:Console

    • 发布日期:2017-12-04
    • 文件大小:544byte
    • 提供者:houbo
  1. Linklist

    0下载:
  2. 链表的操作:插入新节点、删除节点、查找节点、打印链表。-The operation of the list: insert a new node, delete node, find the node, print a linked list.
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:187.03kb
    • 提供者:卡卡
  1. FileSystem

    0下载:
  2. 模拟Linux的文件系统实现,控制台界面,生成100M磁盘文件来模拟文件系统,包括文件,目录的各种创建,插入,删除操作,内存块分配,i节点索引管理,超级块管理等。-Analog Linux file system, console interface, generate a a 100M disk file to simulate the file system, including file, directory create, insert, and delete operations, a
  3. 所属分类:Console

    • 发布日期:2017-11-20
    • 文件大小:1.1mb
    • 提供者:JJ
  1. jisuanshuzhongjiediangeshu

    0下载:
  2. 本程序用于计算树中节点的个数,效果十分犀利,谨慎运行-this program is so good that it can be called the one.
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:727byte
    • 提供者:陈老大
  1. shanchudanlianbiaozhongzhixiangtong

    0下载:
  2. 删除单链表中值相同的多余节点,选修数据结构的懂的,福音啊。-this is good ,no more question.
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:843byte
    • 提供者:陈老大
  1. GINode

    0下载:
  2. 利用list写成节点类使用宏去关联.可做小游戏游戏的管理框架-Written using the list node class using a macro to associate. Do small games management framework
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:2.19kb
    • 提供者:张立宏
  1. BinTree

    0下载:
  2. 二叉排序树,实现树的各种操作,包括计算深度,找最大值最小值,还有各种遍历的递归算法和非递归算法,以及查找查找树的前驱节点和后继节点-Binary sort tree, the tree to achieve various operations, including the calculation of depth, looking for maximum minimum, there are various recursive traversal algorithm and non-recur
  3. 所属分类:Console

    • 发布日期:2017-05-17
    • 文件大小:4.33mb
    • 提供者:小赵
  1. Dijkstra

    0下载:
  2. 该代码简单实现了路由选择的链路状态算法。通过输入节点数,再输入节点间的开销后自动找出最少开销路径-The code implements a simple link-state routing algorithm. Automatically find the least cost path through the input nodes, and then enter the cost of inter-node
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1.1kb
    • 提供者:huihui
  1. Graph

    0下载:
  2. 输入图的节点,节点之间的连接关系,实现求一个图的邻接矩阵。-Seeking to achieve an adjacency matrix
  3. 所属分类:Console

    • 发布日期:2017-04-13
    • 文件大小:1.65kb
    • 提供者:郑伟
« 12 »
搜珍网 www.dssz.com