资源列表
DE
- 差分进化算法程序基本程序,通过种群间的变异、交叉、与选择 实现非凸函数的优化。-differential evolution program
DFP-and-BFGS
- 分别用DFP和BFGS来解决无约束的优化问题,中间用的进退法和黄金分割法。-With DFP and BFGS respectively to solve unconstrained optimization problems, in the middle between the method and the golden section method.
minWP
- Wolfe-Powell方法解决优化问题,调用形式已详细说明,更加全面了解该算法-Wolfe- Powell method to solve optimization problems, call form has detailed instructions, a more comprehensive understanding of the algorithm
EDCA
- 在opnet平台下对IEEE所提出的适用于车载网络的802.11p协议进行仿真,分析网络中不同优先级的数据包延时及吞吐量-Under the proposed IEEE opnet platform suitable for in-vehicle networks 802.11p protocol simulation, analysis of network data in different priority packet delay and throughput
CNC-GPU-CUDA_src_bin_examples
- GPU并行求解系数矩阵为稀疏矩阵的线性方程组-GPU parella sparse linear equations solver
shocktube1D
- 此程序为物质点法求解一维激波管问题的fortran90程序-This procedure for solving the problem of one-dimensional shock tube method for the material point fortran90 program
FortranChapter10to18
- Fortran程序设计权威指南源程序代码书中代码第10-18章-Fortran source code design and authoritative guide book Code Chapters 10-18
soduim-vapor-UDF
- 钠蒸汽蒸发冷凝fluent使用的UDF代码,用于模拟相变传热过程-describe the condensation of sodium vapor
TAstronaut
- 现对六个方向分别标号,x,y,z正方向分别为0,1,2,负方向分别为3,4,5;称它们为绝对方向。宇航员在宇宙中只沿着与绝对坐标系xyz轴平行的方向行走,但是他不知道自己当前绝对坐标和自己面向的绝对方向。 任务描述: 请根据宇航员对自己在相对方向上移动的描述确定宇航员最终的绝对坐标和面向的绝对方向。对在相对方向上移动的描述及意义如下: forward x 向前走x米。 back x 先转向后,再走x米。 left x 先转向左,再走x米。 right x 先转
AlgorithmOfSARForRDA
- 本代码提供合成孔径雷达(SAR)成像中RD算法,其包含详细的说明与注释,对于雷达成像算法具有很好的参考意义。
Lagrange-multipliers
- 在matlab的环境下实现拉格朗日乘子法 -matlab achieve Lagrange multipliers
rk4
- Runge-Kutta法中最常用的是:四阶五级变步长算法。德国学者Felhberg对传统Runge-Kutta法进行了改进,得到了四阶五级变步长算法,也叫FRK算法。下面是标准四阶龙格-库塔法的Matlab程序 -Runge-Kutta method most commonly used are: FOURTH ORDER five variable step algorithm. German scholars Felhberg traditional Runge-Kutta method