搜索资源列表
fsys
- 这是复数的加减法运算源代码.使用C++在VC环境中实现.-This is the plural of addition and subtraction operations source. The use of C in the VC environment to achieve.
countWordTimes
- 对文档中的某一单词进行统计,使用C++在VC环境中开发.-right documentation of a particular word statistics, the use of the VC C development environment.
timeFunciton
- 使用时间函数举例,使用C++语言在VC环境中开发.-use function of time, for example, the use of C language in the development of VC environment.
filtCSharp
- 使用C#语言编写的信号滤波程序,主要的优点是滤波后的信号不会产生相移,就是相位不会改变。-using C# language signal filtering procedures, the main advantages of the filtered signal no phase shift, phase is not going to change.
graph.tar
- linux环境对二维数组画出图像。使用c语言。
ConvexHull
- 使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。
gauss
- 高斯喬登消去法 使用 C 程式實現 使用 C++ Builder
df_psv.new
- 有限差分的原代码,使用C和Fortran编写而成。
df_sh
- 波动方程有限差分的原代码,使用C和Fortran编写而成。
Algorithm_using_C
- 压缩包内有使用C语言编写的各种数学算法的源代码。
dic
- 词典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Descr iption 你旅游到了一个国外的城市。那里的人们说的外国语言你不能理解。不过幸运的是,你有一本词典可以帮助你。 Input 首先输入一个词典,词典中包含不超过100000个词条,每个词条占据一行。每一个词条包括一个英文单词和一个外语单词,两个单词之间用一个空格隔开。而且在词典中不会有某个外语单词出现超
pid
- PID的实现程序,很基本,使用c编写,可以直接在tc的环境中调试。仅仅用于pid的实现测试而已
FFT_tc_code
- 使用C语言实现了DSP中常用的FFT算法,先对数据进行倒位序运算,然后通过3层循环对数据进行基-2的FFT运算。
FDTD_1.1.c
- 一维FDTD,计算电磁场在空间中的传播,使用Matlab显示计算结果。-One-dimensional FDTD, the calculation of electromagnetic field propagation in space, the use of Matlab show the calculation results.
cfft
- fft使用C语言编程,快速傅里叶变换,有文本说明,可使用-fft the use of C language programming, fast Fourier transform, there are texts that can be used
fft-c
- 使用c语言实现的fft(快速离散傅里叶变换呢)运算-Using c language fft (fast discrete Fourier transform it) operator
power-flow-with-c
- 电力系统计算潮流程序,使用c语言,牛顿拉夫逊法-The power flow of power system computation procedures, use c language with Newton Raphson method
FFT-by-c
- 自己使用C语言写的FFT,思路清晰,注解详细-Their use of C language to write the FFT, clear thinking, detailed notes
YouXianYuanFa
- 使用C语言进行的算法 用来求姐平面刚架的内力 使用有限元算法(Algorithm using C language Used to seek the internal force of the plane frame of sister Using the finite element algorithm)
基于Laplace方程的翼型O-形网格生成器
- 源程序使用C++编写,通过求解椭圆型微分方程(拉普拉斯方程)生成绕翼型的O-形二维网格。网格坐标以.plt的格式输出,可使用tecplot进行查看。