资源列表
Project
- project regarding wvelength
PQ-power-flow
- 基于MATLAB,用PQ分解法计算电力系统潮流-Solutions trend calculated using PQ decomposition method
VSP_Q
- 该程序属于地震信号处理方面,用于估计零偏移距VSP数据中的Q值。-The program is part of the seismic signal processing for estimating the zero-offset VSP data in the Q value.
LCd
- 320*240液晶显示代码,PIC 单片机驱动,完全正常工作-320* 240 LCD display code to work
ParisFormula
- 结构疲劳分析性能回归Paris公式用七点滑动法-Seven point fitting for Paris formula used in fatigue analysis
rongbing
- 微网系统实现软并网,实现无冲击并网,并且任意角度都可以并网。-the micro-grid has the soft connection ability,it can makes no break to connect the main grid
RAGA1MOD
- 实数编号加速遗传算法,是一种通用的优化方法,在工程中具有广泛的应用。-threshold autoregression model
lcd2
- PIC6621与液晶驱动PCF8576DT的连接程序-PIC6621 with the LCD driver PCF8576DT the linker
solar_chimney
- 太阳能烟囱的结构动力学分析程序,可以计算其变形,并有动画输出。-The solar chimney structural dynamics analysis program that can calculate its deformation and animation output.
inter_fidap_2Dquad
- fidap_2d.FDREAD为网格文件,在程序中把路径和文件名自己修改一下就可以了-fidap_2d.FDREAD
SINGLE
- 在水利工程中,计算单管的水力瞬变,可知管道各点的水头流量。-In hydraulic, hydraulic calculation of transient single-tube, we can see the points of the head pipe flow.
TSP_matlab
- 旅行商问题(TSP)是典型的NP完全问题,遗传算法是求解NP完全问题的一种常用方法。旅行商问题(TSP)的蚁群算法实现算法。在MATLAB中用遗传算法施行对TSP问题进行了求解,进行了选择、交叉和变异算子进行了算法设计。MATLAB源代码。-Traveling Salesman Problem (TSP) is a typical NP-complete problem, genetic algorithm for solving NP-complete problems, a common m