搜索资源列表
RANDOMS
- 随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
逼近与拟合
- 6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!-six approximation with the fitting of the C source code, examples, from the "C language commonly used numerical procedures," and so I have been put to test available!
Bpriori_0
- 在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and th
mpich2-1.0.3.tar
- mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境-mpi parallel computing available vc c code or compile gcc structures can be used to test parallel computing environment
ACMcode
- ACM比赛的成绩计算方法,自己用C编的,内附测试数据-ACM contest the results calculation method they used C series, containing test data
szfx_zjsj
- 数值分析中的求解算法-直接三角分解法 程序用C++语言编写。经过编译测试-numerical analysis of algorithm-direct triangular decomposition process using C language. After compiling test
test
- /// /求一般矩阵的特征根的算法与C程序
zero.rar
- 完整的C语言编写的带通滤波器 运行成功并在matlab上检验,Integrity of the C language to run the band-pass filter on the successful test in matlab
kalman
- 这是卡尔曼滤波算法用在数据融合中的程序实现,还包含了数据读入模块,在windows vc++ 6.0环境下测试没有问题,对于用卡尔曼做数据融合研究非常有帮助-This is the Kalman filter algorithm used in data fusion procedure to achieve, but also contains the data read into the module, in the windows vc++ 6.0 test environment the
Kalman-cpp
- Kalman滤波器的C++实现,核心代码,经过实际使用的测试-Kalman filter C++ Realized, the core code, after the actual use of the test
CICFilter
- 测试CIC内插滤波器中间寄存器的长度和滤波结果的关系。-test relationship betwen CIC upsample Filter interal register length & filter result
Simpson
- 复化辛普森求积公式 C语言源代码 vc++测试成功-Complex Simpson quadrature formula of C language source code for vc++ to test the success of
fftw_test
- FFTW的C++测试程序,计算[0 1 2 3]的傅立叶变换,有VC++和VS的工程(*.dsp和*.sln)-C++ test procedures for FFTW, calculating the Fourier transform of [0 1 2 3], including VC++ and VS project (*. dsp and*. sln)
test
- FFT的C语言程序,内容很详细,是不错的源程序-FFT of the C language program, the content is very detailed, is a good source
test
- 求组合数C(m,n)的各种算法,包括递归和利用最大公约数求解-deal with the Combination
test
- 51单片机检测光电编码器。C语言实现检相和速度的检测-The 51 microcontroller detection optical encoder
test
- 百度坐标转换谷歌坐标,利用c#编写的程序,有兴趣的朋友可以参考一下 -From Baidu maps transfer to Google maps
linear-burgers-equation
- 编程序给出线性burgers方程解析解 条件:-10<x<10,正三角形位于-0.5 <x <0.5 u和c测试几个数据-Programmed to give a linear analytical solution burgers equation Conditions:-10 <x <10, equilateral triangle at-0.5 <x <0.5 u and c test several data
CG_DESCENT-C-6.7.tar
- 用C语言实现CG_DESCENT算法,另外对部分测试函数用matlab编写-Achieve CG_DESCENT algorithm using C language, in addition to some of the test function using matlab
Test
- 计算方法,最小二乘数c语言实现源码,求取线性拟合曲线,得到二次方程的a,b,c值。-Calculation methods, Least Squares c language source code, to strike a linear fitting curve, quadratic equation a, b, c values.