搜索资源列表
convolution(vc++)
- 我上硕士时完成的第一个作业!!! 可以显示两个离散的数据,然后完成它们之间的卷积运算,并显示!绝对原创-I completed a master's degree on the first operation! ! ! Be able to show two discrete data, They then completed the convolution between the operator and show! Absolute originality
st
- s 变换的vc++源程序代码,需要用到fftw函数库
jifen
- 用复合辛普森公式求积分的vc++ 算法。 VC6.0编译的-Composite Simpson' s quadrature formula for the vc++ algorithm. VC6.0 compiled
VC_Spline
- 三次样条插值的VC++源码,可以进行简单的插值运算,运行简单,运算快速准确-VC++ source code of Spline, by using this you can get the accurate value of spline function of a set of data
ydaimaBigNum
- 件介绍: VC++数论计算的无符号大整数类及范例 VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类: //乘2运算,即 // a = a * 2^dwTimes 相当于左移一位二进制,低位补0 CUSuperInt& Double(DWORD dwTimes = 1) //除2运算 相当于右移一位二进制,高位边补0,低位舍弃 CUSuperInt& Half(DWORD dwTimes = 1)
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
stones
- 使用VC++解决历史上的田忌赛马这个故事的问题,常用算法中的优秀解答-Using VC++ to solve the history issue Tian Ji' s horse story, answer the outstanding common algorithm