CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - nodes

搜索资源列表

  1. 统计英文文章的字符个数并huffman编码

    4下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.77kb
    • 提供者:李韦纬
  1. 链表结点的删除

    0下载:
  2. 链表结点的删除。我最近的作业,小程序,各位多多包含。-linked list of nodes removed. My recent operation, small programs, you contain a lot.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:chuanxin
  1. ListOperate

    0下载:
  2. 该程序运用线程的思想来操作一个链表,对链表的动作有增加和删除。增加节点和删除节点分别在两个线程里,这两个线程通过事件来进行同步,每次增加10个节点、删除5个节点。-use of the program's ideological threads to operate a chain and the right Chain movements had increased and removal. Additional nodes and delete nodes, in two separ
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:33.25kb
    • 提供者:罗将神
  1. 单向链表

    0下载:
  2. 这是一个单向链表的程序,可以增加,删除节点,运行调试通过.-This is a one-way linked list of procedures, can add, delete nodes, running through debugging.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.16kb
    • 提供者:袁青芳
  1. 超长正整数的加法

    0下载:
  2. 请设计一个算法来完成两个超长正整数的加法。 *问题分析与算法设计 首先要设计一种数据结构来表示一个超长的正整数,然后才 能够设计算法。 首先我们采用一个带有表头结点的环形链来表示一个非负的 超大整数,如果从低位开始为每 个数字编号,则第一位到第四 位、第五位到第八位...的每四位组成的数字,依次放在链表的 第一个、第二个、...结点中,不足4位的最高位存放在链表的最 后一个结点中,表头结点的值规定为-1。-requested to
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.2kb
    • 提供者:姚紫欣
  1. 综合实验哈夫曼编码

    0下载:
  2. 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根的权值为左右子树根的权值的和。3)F中删去这两棵树,加上新得
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:yy
  1. 二叉树高度和叶子节点数

    0下载:
  2. 这是一个用来实现二叉树高度和叶子节点数的程序-This is a binary tree used for height and leaf nodes procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:991byte
    • 提供者:yue
  1. answork

    0下载:
  2. 一些从ansys中输出数据(结构节点信息、拓扑关系,面积,荷载等)的apdl小程序 对于需要提取一个结构的这些信息用于其它程序语言编程,很好用,特别是对于复杂的结构-some Filed output from the data (information structure nodes, topology, area, load) 7.0-9.0 small extraction procedures need for a structure of such information for
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:谢艳花
  1. ans_to_output

    2下载:
  2. 一些从ansys中输出数据(结构节点信息、拓扑关系,面积,荷载等)的apdl小程序 对于需要提取一个结构的这些信息用于其它程序语言编程,很好用,特别是对于复杂的结构-some Filed output from the data (information structure nodes, topology, area, load) 7.0-9.0 small extraction procedures need for a structure of such information for
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:谢艳花
  1. drawbezier

    0下载:
  2. bezier曲线绘制的一个小程序,鼠标左键控制一个控制节点,鼠标右键控制另一个控制节点-bezier curve drawing of a small program to control a mouse button control nodes, the right mouse button to control another node control
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.22kb
    • 提供者:龚伟
  1. erchashupaixu

    0下载:
  2. 对于操作数,为操作数的值;对于运算符结点,存放计算出的子表达式的值-operation for a few, to the value of several operations; For Operators nodes, the amount of storage for the value of the expression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.62kb
    • 提供者:王全镇
  1. Delaunayvb

    0下载:
  2. vb delaunay算法 vb delaunay算法 vb delaunay算法-vb nodes algorithm vb nodes nodes algorithm algorithm vb vb nodes algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22.76kb
    • 提供者:iwisher
  1. prime-tree

    0下载:
  2. 最小生成树:利用普鲁姆算法,完成将给定节点和边的权值的图生成最小生成树,用于各项公共事业最少经费的设计方法-minimum spanning tree : pass algorithm, Givens completed nodes and the right side of the value of the minimum spanning tree generation for public utilities at least for the design method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.62kb
    • 提供者:杨翠
  1. GetDegree

    0下载:
  2. 通过输入来控制是建立有向图还是无向图,输入节点数,边数,来计算每个节点的出度和如度-adopted to control importation is to establish a map or no map to the input nodes, edges, to calculate each node degrees out and if degrees
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.79kb
    • 提供者:丁丁
  1. canon

    0下载:
  2. canon算法的mpi程序,很基本的 适用多个节点-canon algorithm MPI process, a very basic application of a number of nodes
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:5.93kb
    • 提供者:王皓
  1. piaoliang

    0下载:
  2. 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 -two forks in search of a tree to delete two chi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.07kb
    • 提供者:dfssd
  1. ModelCfg

    3下载:
  2. IEC 61850 模型配置工具,可以建立61850模型,增加,删除,修改逻辑设备,逻辑节点等-IEC 61850 model configuration tools, we can set up 61,850 model, add, delete, revised logic devices, logic nodes
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:265.29kb
    • 提供者:zhang
  1. QTtreenode

    0下载:
  2. QT下树节点,在QT下实现树节点的功能。测试能正常使用-QT under the tree nodes, the QT under the tree nodes function. Testing normal use
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:3.49kb
    • 提供者:qiaonen
  1. lexcion

    0下载:
  2. 用于语音识别的汉语树形词典,完成了6万词汇的建树操作及相关子节点等的查询处理,主要用于指导语音搜索整个建立时间大概为3分钟-for speech recognition dictionary of Chinese tree, completed 60,000 contribution to the vocabulary and related operations, such as sub-nodes of query processing, Pronunciation guide for th
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:323.43kb
    • 提供者:王峰
  1. 33-nodes-trend-technology-program

    0下载:
  2. 33节点潮流计算 毕业设计论文中可能会用到 总之很牛逼就对了-33 nodes trend technology program
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:15.5kb
    • 提供者:陈相
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com