搜索资源列表
crc-ccitt
- CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
LeastSquarFit
- 用最小二乘法拟合曲线y=a0+a1*x+a2*x^2+a3*x^3+...+an*x^n 的vc源码-using the method of least squares fitting curve y = a0 a1 a2 * x * x * a3 ^ 2 x ^ 3 ... an * x ^ n vc FO
MatrixCalc
- 矩阵计数器,用VC++实现了矩阵的一般运算(加减乘),以及求逆求行列式值,和转置等运算-matrix counter, with VC + + implementation of the matrix of the general computing (plus or minus x), and inverse seeking determinant value, and home to such operations
SearchMedian.rar
- 寻找无序数组的中位数,实际上代码实现了寻找无序数组中任意第x大的数,使用了快排的思想。VC++ 2005环境,Find disordered array median, in fact, code has to find a disorderly array of arbitrary section x large, use the quick thinking of row. VC++ 2005 Environment
test_dct
- 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4 x 4 matrix for the transformat
calculator_vckbase
- 该类有以下特点: 1.支持字符串中含有各种常用函数,如"7.5+sin(6*ln(8))/exp(5)" 2.具有很好的纠错能力,能检查出表达式中括号是否配对、库函数是否正确 3.运算过程中能检查并判断出各种异常,如除数为0、开方函数sqrt(x)中x<0,反余弦函数acos(x)中的x<-1或x>1等 4.支持积分、求方程,算术表达式中可含有x,计算时将用类中的成员变量xx代替--1.support strings having common math functions,l
SGA_v1.0
- 用开发语言vc++编程实现用遗传算法求解函数f=x*sin(10*x)+1.0的最大值。-With the development of language vc++ Programming using genetic algorithm function f = x* sin (10* x)+ 1.0 maximum.
hunhebianma
- VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器-VC++ Mixed with MATLAB programming, can be excellent VC Visualization MATLAB programmi
weifenwaitui
- 在VC环境下,演示了协方差法的模型外推算法,测试函数为: f(x)=sin(x)*sqrt(x+1)。 最后输出结果对比 -In the VC environment, demonstrate the model covariance method extrapolation method, the test function: f (x) = sin (x)* sqrt (x+1). The comparison of the final output
ydaimaIntegarteClass
- 件介绍:一个求积分的VC++类及Demo源代码 一个求积分的VC++类及Demo源代码,特点: 1. 支持各种复杂的积分表达式,可含任何数学函数,如 3*exp(x)*tan(x)/(8+log(x)) 2. 可检查出表达式的书写错误 3. 可设置积分精度 4. 使用方便简单 使用方法: 1. 定义个CIntegrate 对象,构造时初始化或用 initial(char *s,double Upperlimit,double LowerLi
BT510
- 人工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过-Artificial intelligence, this is a simple neural network algorithm, for sin (x) of the fitting, vc compiled by
requierbt
- 人工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过,require.h是thingking in c++中的一个很有用的头文件,asser的升级版-Artificial intelligence, this is a simple neural networks algorithm for sin (x) of the fitting, vc compiled by, require.h is thingking in c++ in a very useful he
titanium
- VC Support Vector Classification Usage: [nsv alpha bias] = svc(X,Y,ker,C) Parameters: X - Training inputs Y - Training targets ker - kernel function C - upper bound (non-separable case) nsv - number of support vectors alpha -
GeoTrans
- //基本蚁群算法程序 //程序在vc++6.0下面同过,对原来的做了一点修改 eil51.tsp是一个调用文件,相当于各个城市的坐标值,所以你可以试着自己做个类似的数据,城市坐标x,y。-//Basic ant colony algorithm program// program in vc++6.0 with the following over, the original point made was a call to file amended eil51.tsp, equi
MexDemoNet2
- 《MATLAB7.x与C/C++混合编程》配套的源程序 6.5.2节代码 vc.net通过扩展MFC动态链接库创建MEX程序-" MATLAB7.x and C/C++ mixed programming," supporting the source code vc.net 6.5.2 MFC dynamic link library by extending the program to create MEX
_fsimpfun@20_RK4fun@28
- 在vb/vc中调用mathlualib.dll中的自定义API计算一些泛函的值,如计算定积分∫[a->b]f(x)dx,计算数项级数∑[n=1->100]f(n)≈∑[n=1->+∞]f(n),计算函数项级数∑[n=1->100]f(n,x)≈∑[n=1->+∞]f(n,x),计算一阶ODEy =fsxy(x,y),y(x_0)=y_0中的y(x),……泛函的自变量在Lua文件里面输入。注意:请不要改变Lua中的函数名fun(x),fan(n),fsx(x),fan
cordic-c-vc-6.0
- cordic算法的c语言实现,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角,适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm realize the C language, input x, y coordinates of two points, are automatically calculated to change point and plane coordinate axis ( x axis positive ) angle,
cordic-fixed-point-c-vc6.0-
- cordic算法的c语定点数仿真,输入x,y两点坐标,自动计算得出改点与平面坐标轴(x轴正向)夹角(有一定误差),适用于整个坐标平面。于环境vc 6.0下编译通过。-CORDIC algorithm C language fixed point simulation, enter the X, y coordinates of two points, are automatically calculated to change point and plane coordinate axis (
Neural-Networks
- 工智能方面,这是一个简单的神经网络算法,进行sin(x)的拟合,vc中编译通过 -Aspects of artificial intelligence, this is a simple neural network algorithm for sin (x) fitting, vc compiled by
SVD
- VC下奇异值分解,里面包含了所需的lib文件和头文件,及代码演示。dgesvd_函数的调用,参数A(一维数组)的赋值是关键点。比如对矩阵X(二维数组)奇异值分解,并不是直接将按X顺序赋值给A,而是需要将X转置后赋值给A,即A的内容是X的转置形式。-windows vc svd dgesvd_