▍1. calrescapind
this source code is use to calculate resister capacitor and inductor
this source code is use to calculate resister capacitor and inductor
是CA算法的test程序,用于描述微观枝晶长大的代码!(CA algorithm is the test procedure, used to describe the micro-dendrites grew up in the code!)
一个用FTT法实现相关函数的快速估计程序(A correlation function with the FTT method to achieve the rapid estimation procedures)
说明: 多元线性回归的C++源码,在VC6.0上可直接运行!(Multiple Linear Regression C++ source code, can be directly run in VC6.0!)
说明: 该文件是用C语言实现快速傅里叶变换的源代码,需要的朋友快下载(The document is used C language to achieve fast Fourier transform of the source code, need friends fast download)
说明: c语言编写的高效用LU分解法求任意维数的矩阵的逆,它是经典书籍《算法导论》(第二版)中矩阵求逆的c语言实现。 (The algorithm of matrix inverse is based on LU decomposition which is proposed by the book of introduction to algorithm (second edition).)
一个有限元计算的例子,初学者可以参考,简单易看懂(an example of FEm computation)
加步探索法,二分法,黄金分割法,抛物线插值法求解方程的演示(Plus step-by-step exploration of law, black-and-white, golden section method, the parabolic interpolation method for solving equations of presentation)
利用蚁群算法求解TSP问题, 从Location.dat文件输入每个城市的坐标。(The use of Ant Colony Algorithm for TSP problems Location.dat file input from the coordinates of each city.)
pipelined algorithm implementation in a cluster of personal computers with ANSI C of Eratoshenis sieve problem (prime mumbers)
用于处理电力系统中含有4个节点的随机潮流计算(Four nodes to deal with the random flow calculation)
基于全相位谱分析的相位差频谱校正法,结合了全相位FFT与传统FFT谱分析法。(Phase Difference Correcting Spectrum Method)
数值分析中的高斯——塞德尔迭代算法的的C语言实现(Numerical Analysis of Gauss- Seidel iterative algorithm of the C language)
用于求解线性方程组的追赶法!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载!!(Solving linear equations for the law to catch up! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !)
基于C环境下的最小二乘法的计算编程算法相当相当实用。(C based on the circumstances of the least squares algorithm for calculating the programming very well.)
稀疏脉冲反褶积代码,包括高尔消元法解矩阵方程阻,自相关,互相关,褶积,反褶积的代码. 刚参加工作那会儿,上进心也足,爱动脑,编了很多的程序,唯有这一个是我引以为傲的,花了几个星期写的稀疏脉冲(预测)反褶积的代码,放到了现在,觉得也没必要再私藏下去了,不出五年,我都不知道这段代码是干什么的了. 希望对大家有用,方法太简单,所以效果不是太好,请大家修改,如要转载,请记得注明出处. (vc++)
可以用于科学计算的库,数值计算库,只要将头文件包含即可。(Can be used for scientific computing libraries, numerical libraries, header files will be included as long as you can.)
矩阵按键程序,用的是C。本人还是学生,做得不好请大家多多指教(Matrix button procedure is used in C. I am still a student, doing a lot of bad advice please)
主要功能是进行高斯正算,高斯反算及透视方位投影的显示。(Main function is to be considered are Gaussian, inverse Gaussian and the perspective projection display position.)
This program is used to find the union, intersection and exclusive OR for given two sorted arrays.