搜索资源列表
usingSystem
- 该程序主要是用来:随机算法求圆周率演示程序源代码。-the program is primarily used for : a randomized algorithm for pi demo program source code.
zhubuhuiguifenxi
- 本程序是一个逐步回归分析的演示程序,通过对众多因子的逐步选择,最终选出影响最大的因子构成线性回归方程。-this procedure is a stepwise regression analysis of the demonstration program, many of the progressive choice factor, ultimately selected the greatest impact factor constitute linear regression equa
cmini
- 统计信号处理中计算最小代价,并画出曲线的演示程序;可以变换参数,实时绘制曲线。
polynomail
- 设计一个一元稀疏多项式简单计算机器 1. 本演示程序中,用户根据相应提示可以完成以下功能: (1) 输入并建立两个多项式; (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2,…… cn,en,其中n是多项式的项数,ci和ei分别是第i项的系数和指数,序列按照指数降序排列。 (3) 多项式Pa和Pb相加,建立多项式Pa+Pb (4) 多项式Pa和Pb相减,建立多项式Pa-Pb 2. 对一些特殊情况的说明:将0多项式设置为仅一项的多项式,其系
高数演示math
- 本程序提供三矢量混合积的计算,采用matlab实现-procedures for the three mixed vector plot calculated using Matlab to achieve
polyfit
- C语言的曲线拟合程序,并附有最简单的调用演示程序-C-curve fitting procedure, together with the most simple demonstration program called
YANSHICHENGXU
- 数值分析之romberg算法演示程序 1.0. 大家 看 看 -Numerical Analysis of the Romberg algorithm demo 1.0. Let us take a look
genetic_algorithm
- 基于求函数f(x,y,z)=xyz*sin(xyz)最大值问题的演示程序-Based on the demand function f (x, y, z) = xyz* sin (xyz) max demo issues
SplineDemo_lhd
- 三次样条插值程序演示。在SplineDemoView.cpp文件中的函数BOOL CSplineDemoView::ZSpline3()和函数double Spline3(double)是实现三次样条插值算法的核心函数。用VC6.0编译运行后,在窗口上由左至右点击鼠标左键设置一些点,然后点击鼠标右键即绘出穿过这些点的三次样条插值曲线。-Cubic spline interpolation procedure demonstration.
Hano
- 汉诺塔算法演示程序,开发环境为vs2005-Tower of Hanoi algorithm demo program, development environment for vs2005
Serial
- 一个二位式伪随机序列发生演示程序,用于产生工业上的二位式伪随机数,程序界面友好,可以作为相关方面的参考-A 2-type pseudo-random sequence occurred demo program, used to produce industrial-type 2 pseudo-random number, the program user-friendly, can be used as the relevant reference
Henit
- 汉诺塔演示程序 可以显示运行时间 整体运行-Tower of Hanoi demo program can show the overall run-time operation
Han
- 汉诺塔的演示程序,带有界面的,递归程序的最好演示例子。-Hanoi programming
FFTdemo
- 这是一个用VB实现FFT运算,并且进行简单应用的演示程序。-This is a FFT algorithm demo, programmed by VB language. The core of this programm is the realization of FFT algorithm by VB language.
hannuota
- 汉诺塔演示程序,用vc环境下编写的汉诺塔演示程序-under the envrionment of vc,play the process of han nuo ta,including the code,programming and so on
Monte_Carlo
- 随机积分的演示程序,使用Monte Carlo方法实现了sin,cos,exp等常用函数的一维二维随机积分。-failed to translate
AstarDemo
- 用A*算法进行路径规划的演示程序,基于MFC开发-With the A* path planning algorithm demo program, developed based on MFC
griddemo.tar
- 一个无限插值和偏微分方程生成网格的演示程序-Demonstration of two Matlab scr ipts for grid generation Please use help elliptic or help transfinite for more information on how to define your own geometries.
Complex
- 设计一个可进行复数四则运算的演示程序。 要求实现下列六种基本运算: 1)由输入的实部和虚部生成一个复数; 2)两个复数求和; 3)两个复数求差; 4)两个复数求积; 5)两个复数求商; 6)从已知复数中分离出实部; 7) 从已知复数中分离出虚部。 运算结果以相应的复数或实数的表示形式显示。 -Complex InitComplex(float a,float b)
LeastSquare20110722
- 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).