搜索资源列表
超长正整数的加法
- 请设计一个算法来完成两个超长正整数的加法。 *问题分析与算法设计 首先要设计一种数据结构来表示一个超长的正整数,然后才 能够设计算法。 首先我们采用一个带有表头结点的环形链来表示一个非负的 超大整数,如果从低位开始为每 个数字编号,则第一位到第四 位、第五位到第八位...的每四位组成的数字,依次放在链表的 第一个、第二个、...结点中,不足4位的最高位存放在链表的最 后一个结点中,表头结点的值规定为-1。-requested to
li_0101
- /*DCT和IDCT快速变换的C语言实现 仿效FFT的FDCT方法有与DCT无关的复数运算部分,选用代数分解法可以降低运 算量,达到高速运算的目的。代数分解法实现如下:对一维DCT表达式直接展开, 寻找各点表达式中共同项,仿FFT蝶形关系,将表达式中的共同项作为下一级节 点,依次进行多次,最后得到变换结果。*/-/ * DCT and IDCT rapid transformation of C language FFT follow the diagr
1-ycx
- 这是一个通讯录程序,建立一个通讯录数据库,运行程序时,将数据读入内存,可以对数据进行删除/修改/添加 操作.数据库是由结构体构成的链表. 问题是:执行删除操作时出点问题. 我在内存中对数据的操作都正常,程序里面有个ShowAll()函数,可显示操作后的数据.我删除一个结点后,显示删除成功.然后退出程序,退出前有个Save()函数,将数据存盘.下次打开后,读取数据正常,用ShowAll()函数正确显示上次对数据的操作,如果这时进行添加或退出,就出问题.具体的问题你可以将程序编译执行搞
steelcheck
- 先用.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
drawbezier
- bezier曲线绘制的一个小程序,鼠标左键控制一个控制节点,鼠标右键控制另一个控制节点-bezier curve drawing of a small program to control a mouse button control nodes, the right mouse button to control another node control
长整形运算
- 一、问题描述 设计一个实现任意长的整数进行加法运算的演示程序。 二、需求分析 (1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer addition operations for the demonstr
ThreadedBitree
- 线索二叉树 包括了类声明,创建树,插入节点,删除树等操作。-clues, including a binary tree type statement, create tree node insert, delete, etc tree.
zhengshu
- 利用双向循环链表实现长整数的存储,每个结点含一个整形变量。任何整形变量的范围是 -(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 ^
Divide22.c
- 分治算法的实现,输入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
sencongd
- 主要是运用C++来解决数据结构的问题 是一个二叉排序树删除一个节点-is mainly used C + + data structure to solve the problem is a binary tree sort delete a node
huffman(c)
- 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
GetDegree
- 通过输入来控制是建立有向图还是无向图,输入节点数,边数,来计算每个节点的出度和如度-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
8-node-isoparametric-space
- 空间8节点等参单元的程序源码,用C编写的。有解释过程,运行良好。-8-node isoparametric space program source code, written using C. To explain the process of running well.
node
- 大一新生~利用类实现链表节点插入以及删除 并用于输入序号查数据或输入数据查序号-~ Freshmen class implements a linked list node using insert and delete and search for input data or input data serial number search
ieee14-node
- matlab ieee十四节点潮流计算程序 可以直接用-matlab ieee fourteen node flow calculation program can be directly used
a-private-node
- LabVIEW一个私有属性节点,获取窗口句柄-A private property node
labview-formula-node
- labview 公式节点的使用例程可以借鉴-labview formula node using routines
LabVIEW-calls--function-node
- 关于LabVIEW的库函数节点的简单调用。-A Simple Call to the Library Node of LabVIEW.
Node的Excel模块
- 一个 Node.js 模块,可用来读写和操作 XLSX 和 JSON 电子表格数据和样式(A Node.js module that can be used to read, write, and manipulate XLSX and JSON spreadsheet data and styles)
LABVIEW___Select the sort formula node
- 一随机数组,按从小到大排列,基于公式节点做的(A random number group is arranged from the smallest to the largest, based on the formula node.)