资源列表
PVExample_GNU.
- PVmodV2010-Ver4_pagemod- PVmodV2010-Ver4_pagemod
Traffic
- A simple software to be used to dimension a traffic light of an intersection.
Fluid_77
- This program computes the pressure drop for a fluid flowig through a pipe.
the-solution-to-AX=B
- 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using G
gmpsg
- 实现论文中的程序,用fortran语言实现的-the code of paper
inverse-matrix
- 矩阵求逆。用初等行变换的方法。适合于N阶矩阵。-Matrix inversion. Elementary row transformation method. For N-order matrix.
transposed-matrix
- 求矩阵转置,非常好用,适合于N阶矩阵,用C#编出,通过测试。-Demand matrix transpose, very easy to use, suitable for N-order matrix, with C# code out of the test.
fft
- c语言实现的时间抽取的FFT算法程序,输入两个参数,一个是输入序列xin,采用复数形式,数组从下标1开始存数,另一个是FFT的点数N.FFT子程序求s的256点的FFT的方法-FFT algorithm implemented in C
FFT-real
- 实序列的FFT算法 当isign=1时,对实序列data[1..n]做FFT, 返回正频率的系数保存在data[1..n]中 当isign=-1时,对实序列做IFFT,所得结果乘以2/n为原序列 n必须为2的幂-//The real sequence of FFT algorithm// When isign = 1, the sequence of real data [1 .. n] do FFT,// Return positive freq
Bezier
- A simple application/algorithm to implement Bezier Curve using Turbo C/C++ for DOS using mouse pointer.
2D-trans
- A simple algorithm to implement 2-D transformation in Turbo C/C++.
BRESCIR
- An implementation of Bressenhams circle drawing algorithm in Turbo C/C++.
