搜索资源列表
C中加汇编_计算圆周率
- 介绍了在VC编辑器中,加入汇编语言的以实现混合编程的方法,并演示了计算圆周率的过程,很不错-introduced in VC editor, by adding assembly language to achieve the mixed programming method and demonstrated the calculation of the ratio of the circumference and very good! !
C语言数值算法
- VC环境下数值算法 大家可以参考实现一些数值算法!!!! 请多多支持呀!-VC environment numerical algorithm we can achieve some reference to numerical algorithm! ! ! ! You will support!
countWordTimes
- 对文档中的某一单词进行统计,使用C++在VC环境中开发.-right documentation of a particular word statistics, the use of the VC C development environment.
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
GaussJordan(VC)
- GaussJordan消去法C++实现,数值分析学习时的练习,希望大家多多指教,多多评论。-GaussJordan elimination C achieved, numerical analysis to study the practice, We hope the exhibitions, give more comments.
c++SoruceCCodeAboutTen
- C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统
超快的搜索算法
- 非常快的字符搜索算法。注:上传时,不知为何当开发语言选为C++BUILDER时,类别不能选择,故我都选为VC&C++,实际都是C++BUILDER -characters very fast search algorithm. Note : uploads, I wonder why, when the C programming language elected BUILDER, the category is not an option, so I have elected to VCC,
灰色关联VC代码
- 用C实现的灰色关联排序程序。代码完整,实现了多种数据的处理方法,包括:初值化处理、最大值化处理、区间值化处理等。
在VC下实现FFT对信号滤波
- 在VC下实现FFT对信号滤波,包括实现低通和带通滤波,图形显示,In VC to achieve FFT of signal filtering, including the realization of low-pass and band-pass filtering, graphical display
Matrix_Leastsquare.rar
- C#编写,包括两个类:矩阵运算,根据布尔莎模型通过最小二乘法计算七参数,C# Prepared, including two categories: matrix operations, according to Bursa model through the least squares method to calculate the seven parameters
DTMF.rar
- 包括傅里叶变换和傅里叶反变换,c语言编写,简单明了,VC环境验证通过,Including Fourier transform and Fourier inverse transform, c language, simple and clear, VC verification environment through the
C++数值分析代码
- 里面包含了一个用VC开发的二分法程序,牛顿迭代法程序源码-Which contains a dichotomy with VC development procedures, Newton iteration procedure source
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
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)
mainc
- 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
VC
- 本书是《VC常用算法程序集》的第十章内容,主要是利用C语言求解非线性方程组-It is chapter 10 of the book《VC常用算法程序集》,which is used for nonliear equation,enjoy it!
PBC-0.4.7-vc-c
- 刚刚修改成功的在VC6.0下的可用整套源码,注意解压后要打开PBCVC文件夹下的PBCVC.dsw工作区运行,可以分别将example文件夹下的例子分别放入该工作区,但要删除原工作区的testpairing.c文件,因为testpairing.c本身就是一个带有main函数的可用实例-Just changed successfully in VC6.0 source package available, pay attention to open the unzipped folder PBCV
vc
- 柴油机缸内压缩模块数值计算程序,基于VC++,输出数组保存在txt文件中,数据长度datalen,基本参数可修改(Simulation calculating program of the compression module in cylinder of diesel engine)
C语言实现FFT(快速傅里叶变换)
- 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)