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

搜索资源列表

  1. 超长正整数的加法

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

    • 发布日期:2008-10-13
    • 文件大小:2252
    • 提供者:姚紫欣
  1. li_0101

    0下载:
  2. /*DCT和IDCT快速变换的C语言实现 仿效FFT的FDCT方法有与DCT无关的复数运算部分,选用代数分解法可以降低运 算量,达到高速运算的目的。代数分解法实现如下:对一维DCT表达式直接展开, 寻找各点表达式中共同项,仿FFT蝶形关系,将表达式中的共同项作为下一级节 点,依次进行多次,最后得到变换结果。*/-/ * DCT and IDCT rapid transformation of C language FFT follow the diagr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5138
    • 提供者:李建红
  1. 1-ycx

    0下载:
  2. 这是一个通讯录程序,建立一个通讯录数据库,运行程序时,将数据读入内存,可以对数据进行删除/修改/添加 操作.数据库是由结构体构成的链表. 问题是:执行删除操作时出点问题. 我在内存中对数据的操作都正常,程序里面有个ShowAll()函数,可显示操作后的数据.我删除一个结点后,显示删除成功.然后退出程序,退出前有个Save()函数,将数据存盘.下次打开后,读取数据正常,用ShowAll()函数正确显示上次对数据的操作,如果这时进行添加或退出,就出问题.具体的问题你可以将程序编译执行搞
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2655
    • 提供者:asd
  1. steelcheck

    1下载:
  2. 先用.txt文件导出杆系结构和梁系结构的用于节点校核的数据,然后用matlab程序计算即可进行构件验算-time. Txt file is derived bar structure and the structure of the beam system for checking the data node, then Matlab can be calculated for checking Component
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3609
    • 提供者:谢艳花
  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
    • 文件大小:7393
    • 提供者:龚伟
  1. 长整形运算

    0下载:
  2. 一、问题描述 设计一个实现任意长的整数进行加法运算的演示程序。 二、需求分析 (1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer addition operations for the demonstr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2617
    • 提供者:
  1. ThreadedBitree

    0下载:
  2. 线索二叉树 包括了类声明,创建树,插入节点,删除树等操作。-clues, including a binary tree type statement, create tree node insert, delete, etc tree.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3835
    • 提供者:
  1. zhengshu

    0下载:
  2. 利用双向循环链表实现长整数的存储,每个结点含一个整形变量。任何整形变量的范围是 -(2^15 - 1)~ (2^15 - 1)。 输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-use of a two-way cycle Chain achieve long integer storage, each node containing a plastic variables. Any shaping the scope of the variable - (2 ^
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:78959
    • 提供者:罗东
  1. Divide22.c

    0下载:
  2. 分治算法的实现,输入N个节点数据(如个在一条直线上则只有一个数,平面上则以数据对形式实现),可以得到其中距离最近的两点数据及其距离。-partition algorithm implementation, the importation of N-node data (eg 000 in a straight line only a few. while data on the plane on the form), which can be from 2:00 recent data and
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22662
    • 提供者:李风
  1. sencongd

    0下载:
  2. 主要是运用C++来解决数据结构的问题 是一个二叉排序树删除一个节点-is mainly used C + + data structure to solve the problem is a binary tree sort delete a node
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1420
    • 提供者:詹黑哥
  1. huffman(c)

    0下载:
  2. huffman树可以通过输入的权值和结点值来唯一确定。然后根据最优二叉树原理来编码。左孩子的路径上记下0,右孩子记下1-Huffman tree can be imported duty and the right node only to determine value. According to the principle of optimal encoding binary tree. Children left on the path down 0 and the right note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8451
    • 提供者:
  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
    • 文件大小:10027
    • 提供者:丁丁
  1. 8-node-isoparametric-space

    0下载:
  2. 空间8节点等参单元的程序源码,用C编写的。有解释过程,运行良好。-8-node isoparametric space program source code, written using C. To explain the process of running well.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:325631
    • 提供者:宋成良
  1. node

    0下载:
  2. 大一新生~利用类实现链表节点插入以及删除 并用于输入序号查数据或输入数据查序号-~ Freshmen class implements a linked list node using insert and delete and search for input data or input data serial number search
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:894
    • 提供者:sr
  1. ieee14-node

    3下载:
  2. matlab ieee十四节点潮流计算程序 可以直接用-matlab ieee fourteen node flow calculation program can be directly used
  3. 所属分类:source in ebook

    • 发布日期:2015-11-18
    • 文件大小:4096
    • 提供者:huanghaobin
  1. a-private-node

    0下载:
  2. LabVIEW一个私有属性节点,获取窗口句柄-A private property node
  3. 所属分类:LabView

    • 发布日期:2017-04-14
    • 文件大小:6228
    • 提供者:zouyang
  1. labview-formula-node

    0下载:
  2. labview 公式节点的使用例程可以借鉴-labview formula node using routines
  3. 所属分类:LabView

    • 发布日期:2017-04-14
    • 文件大小:5266
    • 提供者:liu
  1. LabVIEW-calls--function-node

    0下载:
  2. 关于LabVIEW的库函数节点的简单调用。-A Simple Call to the Library Node of LabVIEW.
  3. 所属分类:LabView

    • 发布日期:2017-05-07
    • 文件大小:1212050
    • 提供者:Jayc
  1. Node的Excel模块

    0下载:
  2. 一个 Node.js 模块,可用来读写和操作 XLSX 和 JSON 电子表格数据和样式(A Node.js module that can be used to read, write, and manipulate XLSX and JSON spreadsheet data and styles)
  3. 所属分类:中间件编程

    • 发布日期:2018-04-28
    • 文件大小:1051648
    • 提供者:孤独的老张
  1. LABVIEW___Select the sort formula node

    0下载:
  2. 一随机数组,按从小到大排列,基于公式节点做的(A random number group is arranged from the smallest to the largest, based on the formula node.)
  3. 所属分类:LabView编程

    • 发布日期:2018-04-30
    • 文件大小:6144
    • 提供者:hesanque
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com