搜索资源列表
综合实验哈夫曼编码
- 1.n个叶结点,权分别为w1,w2,• • • ,wn的二叉树中,带权路径长度WPL最小的二叉树叫最优二叉树, 也叫霍夫曼树。 2.霍夫曼算法:1)根据给定的权值{w1,w2,• • • ,wn}构造n个二叉树F={T1,T2,• • • ,Tn}每个Ti只有一个根结点,权为wi。2)在F中选取两棵根结点的权值最小的树 构成一棵新的二叉树,其根的权值为左右子树根的权值的和。3)F中删去这两棵树,加上新得
JavaexErciseSource
- 学习Java的过程中所做的联系的汇总 字符串的输入、字符串转化到整数、异常处理、流 最大公约数和最小公倍数 字符ASCII码的比较 一元二次方程根 求根公式 窗口类、按钮类、窗口中对象(如按钮)的布局、事件、绘图(Paint) 复选框、单选框、列表框、下拉选择框 菜单类、对话框类 绘图、绘图函数 按钮类、标签类 -learning through the process linked to the summary of the input string, the string
javaStemming
- 用java编写的自动抽取词根程序,比如expert,experts,expertise等,通过抽取词根后,为exper-prepared using the automatic extraction Roots program, such as expert, experts, expertise, taken by Roots, for Exper
LJTHREE
- 假设定义堆为满足如下性质的完全三叉树:(1)空树为堆;(2)根结点的值不小于所有子树根的值,且所有子树均为堆。编写利用上述定义的堆进行排序的算法,并分析推导算法的时间复杂度。-assumptions to meet the definition of reactor following the complete nature of the trigeminal tree : (1) Air trees reactor; (2) The root node is not less than the
gsl-1.10.tar
- GNU科学计算函数库GSL(GNU Scientific Library)是一个强大的C/C++数值计算函数库,它是一个自由软件,是GNU项目软件的一个部分,遵循GPL协议。函数库提供了大量的数值计算程序,如随机函数、特殊函数和拟合函数等等。整个函数库大约有1000多个函数,几乎涵盖了科学计算的各个方面。以下是整个函数库的目录: Complex Numbers Roots of Polynomials Special Functions Vectors and Matri
cyuyanshishangbianchengbaili
- 第二篇 文件操作 实例24 文件加密(1) 实例25 文件加密(2) 实例26 批处理程序的加密 实例27 给自己的程序加上行号 实例28 文件分割程序 实例29 删除目录树 实例30 显示系统文件表 实例31 显示一个目录的存储内容 实例32 递归读取磁盘文件 实例33 C语言直接读取FoxPro的.DBFYYWR 实例34 用索引文件读取数据项 实例35 加密数据库 第三篇 系统调用 实例36 用C语言内嵌汇编语言实现
calculator
- delphi制作的一款简单的计算器,实现加,减,乘,除,次方,求根。-delphi produced a simple calculator to realize add, subtract, multiply, divide,-th power, Roots.
ibox_core_0.0.2
- MenuetOS is an Operating System in development for the PC written entirely in 32/64 bit assembly language. Menuet64 is released under License and Menuet32 under GPL. Menuet supports 32/64 bit x86 assembly programming for smaller, faster and less reso
sample-rate-conversion
- 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求解-VB -Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation and non-linear eq
Heaviside
- Solution to Differential Equations using Heaviside Method for complex roots Spanish
NewtonRaphson_Transcendental
- newton rapphsonmethod to find the roots
1
- matlab源程序代码,应用于非线性方程求根等-Roots of nonlinear equations
music62
- 一维music与求根music的阵元个数对比分析-One-dimensional music and roots music comparative analysis of the number of array elements
music51
- 一维阵列 求根 music 算法-Algorithm for one-dimensional array roots music
music
- music算法相干和非相干2个信号源求根。有增益信噪比,自编求根music算法-music algorithm coherent and incoherent two sources Roots. There SNR gain, self-roots music algorithm
calc_roots
- 求一元二次方程ax2 + bx + c = 0 的根,不管它的根是实根还是复根,有一个根还是两个根。-Find a quadratic equation ax2+ bx+ c = 0 root, regardless of its real roots or roots are complex roots, has a root or two roots.
Jacobi-seeking-roots-of-equations
- 雅克比求方程组的根,已经调试成功。只需要输入变量即可。-Jacobi equations seeking roots, debugging has been successful. Only need to enter the variable.
Fortran-program
- fortran code calculation of the arrow loaded plate a program to solve roots of the quadratic equation Estimated parameters of the Weibull law calculation of the mass of an electron study of the distribution of temperature in the wall of a f
Matlab-project
- roots -Polynomial roots Syntax r = roots(c) Descr iption r = roots(c) returns a column vector whose elements are the roots of the polynomial c. Row vector c contains the coefficients of a polynomial, ordered in descending powers. If c has n
Finding the roots of a cubic equation
- Finding the roots of a cubic equation using Substitution Vieta