搜索资源列表
MoShiPiPei
- 有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
mjyna
- Evaluate a sequence of Bessel functions of the first and second kinds and their derivatives with integer orders and real arguments-Evaluate a sequence of Bessel functions of the first and second kinds and their derivative s with integer orders
specialfuntion
- 特殊函数的c语言算法,内容包括了第一第二类的贝塞函数和某些椭圆积分算法-special function of the c language algorithms, including the first second category of Bessel functions and some elliptic integral algorithm
secondmark
- 完整的vc源码有关于第二类完全椭圆积分,非常实用-vc integrity of the source code on the second category fully elliptic integrals, very practical
YunChou2
- 一维搜索程序第二种方法,我自己编的!大家多多下载,多多支持啊!-a second search process, I developed! Members can download the generous support ah!
heart513
- 刚才弄错了,这才是第二个源码,可以实现输入一二叉树的前序与中序,输出其后序-have just made a mistake, this is the second source, can achieve an input sequence of binary tree with the sequence, then the output sequence
invGreville
- 矩阵的广义逆计算,共两种方法,其中迭代法有一阶收敛和二阶收敛-generalized inverse matrix calculation, a total of the two methods, which iteration is a second-order convergence and convergence
Elliptical_Filter
- IIR Filter Coefficient Quantization Example % written by DRB on 6-Dec-2004 for ECE3703 % % Looks at unquantized filter (ideal), direct form, and cascaded second % order section (SOS). -IIR Filter Coefficient Quantization Exam ple% written b
hanio1
- 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
fdtd_f
- 利用均等分割的FDTD解析程序,三维二阶Mur边界条件,fortran程序!-using the FDTD 384 analytical procedures, three-dimensional second-order Mur boundary conditions. fortran procedures!
compact3
- 自己写的高精度紧致差分格式,包括 Pade格式(FST) 二阶精度中心格式(SLW) 二阶精度迎风格式(MXD) 宽网格基二阶精度中心格式(SLW) 五阶精度迎风紧致格式(MXD) 写成C++类,使用VC6.0环境,计算数据文件可用tecplot画图。 -himself wrote the compact high-precision differential format including Pade format (FST) second order accurac
icrosoftWord
- 龙哥库塔方法,求解微分方程,具有二阶代数精度,在本例中的精度已经相当不错了。-Mangge Kutta method to solve differential equations, with second-order algebraic precision, in this case, the accuracy has been quite well.
Non-lineProgram
- 本方程为二阶边值问题的数值算法之打靶法计算,主要是边值得磨光处理,程序调试成功-equation for the second-Numerical Algorithms shooting method, is worth polished edge, Debugger success
t2_5
- 本题采用的计算方法为:主要用Jacobi迭代和Gauss-Seidel迭代解线性方程组。 Jacobi迭代算法思路:由方程组 ,使等式左端仅保留向量 ,其他一概放到右端,将 代入上式右端,便可(按顺序逐行)进行计算得到 。 Gauss-Seidel迭代和Jacobi迭代不同的是先计算第一式得到 ,用此数再参与第二式的右端的计算,依次类推。 -that the use of the method of calculating : main Jacobi iteration and th
duoyuanhanshuerjiedaoshu
- 用C++编的多元函数求二阶导数,能使用,我已经调试过了-C series of the multi-function for second derivative, in use, I have over the debugging
Second-order-Lorenz
- 二阶龙格库塔法解洛伦兹方程的小程序,附带图画一张,origin格式。-Second-order Runge-Kutta method for solving the Lorentz equation, with a figure, origin format.
fdtd-method(second-version)
- 使用fdtd算法求解电磁问题,葛德彪 (第二版)-solve magnetic problem using fdtd method,ge debiao (second version)
Second-Order-Runge-Kutta-Code
- 二阶微分方程组,采用龙格库塔法求解,将二阶降为一阶之后在求解。-Second-order differential equations, using the Runge-Kutta method to solve the second-order reduced to an order after solving.
Second
- 数值分析大作业第二个,主要是在北航的数值分析课程的上,解压后直接用VC6.0运行就可以-Numerical analysis of large operations a second, mainly in Northern courses on numerical analysis, after decompression can be run directly with VC6.0
least-square-method(second-order)
- 运用c语言进行二阶最小二乘法运算,可用于嵌入式计算。-Using C language to second-order calculation method of least squares