资源列表
周期随机弹丸
- 生成随机弹丸,主要用于对称单元,用于abaqus创建inp文件。(Random projectiles are generated, mainly for symmetrical elements)
correction_curvature
- 用于计算波导中模式分布变化的数值计算程序,很好用的(Used to calculate the mode distribution changes in the waveguide numerical calculation procedures, very good)
4
- 使用一阶迎风格式与QUICK高阶格式(+LU分解)计算对流扩散方程。TXT文件为结果,QUICK格式效果更好。(Convection diffusion equations are computed using first order upwind schemes and QUICK higher order schemes (+LU decomposition). The TXT file is the result, and the QUICK format works better.)
2-1
- 根据日期计算星期几以及一年中的第多少天,考虑闰年(Consider the days of the week, the days of the year, and the leap year)
flame
- 一个刚性常微分方程。 火焰(R0)指定初始半径R0。默认的R0 = 02。 一个火球会膨胀,直到它的半径足够大,所有的氧气都可以通过地表燃烧。半径的方程^ RDOT = R 2 R ^ 3。(A stiff ordinary differential equation. FLAME(r0) specifies the initial radius is r0. Default r0 = .02. A ball of fire grows until its radius is ju
[muchong.com]vof_bolangCRflowtime
- 能够实现二维边界造波,且自带消波,能够较好地模拟波浪荷载。(with a prgram of eliminating wave,it can be used to achieve boundry wave.)
1
- (1)输入并建立多项式。 (2)输出多项式,输出形式为整数序列:n,c1,e1,c1,c2,e2,…,cn,en,其中n是多项式的项数,ci,ei,分别是第i项的系数和指数,序列按指数降序排序。 (3)实现多项式a和b相加,建立多项式a+b。 (4)实现多项式a和b相减,建立多项式a-b。 (5)计算多项式在x处的值。((1) input and establish polynomial. (2) output polynomial, the output form is intege
2 Edge Crack in a Finite Plate
- sph demo edge crack infinite plate
4 Hole in an Infinite Plate
- sph demo hole in an infinite plate
卡尔曼滤波器
- 卡尔曼滤波在GPS全球定位导航系统中的应用(Application of Calman filtering in GPS navigation)
ES
- 1.设定种群个体数和需要迭代的次数。 2.选择父代中的个体按照公式z1=sqrt(-2*ln(u1))*sin(2*pi*u2)*m,z2=sqrt(-2*ln(u1))*cos(2*pi*u2)*m进行演化。 这里u1,u2都是随机值,m是控制因子,演化次数越多m,m越小,父代通过与z1,z2相加得到后代。 3.计算后代的适应性。 4.选择后代中最优的适应性作为全局最优适应性。(1. set the number of individuals in the population and
niutow
- 采用牛顿法求解最优值点,主要是求解二次函数,对于非二次函数同样适用,效果不佳。(Newton method used to solve the optimal point, mainly for solving the two function, for non two function also applies, the effect is not good.)