资源列表
flooding
- flooding algorithm on Omnet-flooding algorithm on Omnet++
LU
- LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
nextnano3_2004_08_24_source
- K.P方法计算多种量子机构的能带图,包括超晶格结构,量子阱,RTDs, MOSFETs,,高电子迁移率器件等等。-simulating quantum dots, quantum wires, quantum wells, RTDs, MOSFETs, HEMTs, etc.
20061108051241232
- C语言算法,C常用算法程序集,清华大学徐世良-C language algorithms, C commonly used algorithm for assembly, Tsinghua University徐世良
src
- 逆风格式欧拉方程求解naca0012二维翼型流场程序,内附网格文件和输入参数。-Wind Euler equations naca0012 format two-dimensional airfoil flow field procedures, containing the grid files and input parameters.
MATLAB-algorithm
- 插值 函数逼近 数值微分 数值积分 非线性方程求解 解线性方程组的直接解法 解线性方程组的迭代法 随机数生成 特殊函数计算 常微分方程的初值问题 偏微分方程的数值解法 数据统计和分析-Interpolation function approximation numerical integration of nonlinear differential equations numerical solution of linear equations
timer1
- 定时器的应用,AVR操作,ICCAVR编程-Application of the timer, AVR operation, ICCAVR programming
algorithms
- 分别用变尺度算法、牛顿法、阻尼牛顿法和最速下降法求函数的最值。-Variable metric algorithms were used, Newton, damped Newton method and steepest descent of a function of the value.
FFTfilterbank
- 一個音樂分頻程式,以c++寫成。內含一個將音樂轉成純數字的源碼,一個分頻源碼(用FFT的overlap-and-add技術寫成),一個把不同頻率加起來的源碼(確認分頻正確)。-A filter bank using FFT overlap-and-add with a transformer that transfer the wav file into txt file and a checker that ensure the filter is correct.
jacobi
- 用雅克比迭代求解线性方程组。编程语言是VB。计算方法-Jacobi iteration used to solve linear equations. Programming language is VB. Calculation
fortran
- 找出txt文件的最大值和最小值。要输入文件的行数和列数-Txt file to find the maximum and minimum value. To enter the file number of rows and columns
suanfa
- 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括: 1. 删除一个字符 2. 插入一个字符 3. 将一个字符改为另一个字符 将字符串A变换为字符串B所用的最少操作数称为A到B的编辑距离,极为d(A,B)。设计一个算法,计算任意两个字符串的编辑距离。 -Set A and B are two strings. Operation will use the least character string A is converted to a
