资源列表
FClimdex
- FClimDex(0.9),该软件是基于fortran90编辑器开发的用于计算多种极端气候指数。其计算的极端气候指数共有27 种,包括16 个极端温度指数和11 个极端降水指数,这27 个极端气候指数都是世界气象组织气候委员会推荐使用的核心极端气候指数。-The purpose of FClimDex is to provide a set of FORTRAN functions and routines to compute the 27 core indices quickly. The
sigfrft
- 分数阶傅里叶变换 Matlab仿真实现 单分量的LFM信号的检测和参数估计- Fractional Fourier Transform Matlab simulation to achieve a single-component LFM signal detection and parameter estimation
CarSim-Data
- 关于Carsim和Matlab联合仿真的学习资料,很详细的介绍了二者的仿真过程-On Carsim and Matlab simulation learning materials, both very detailed simulation
mh
- 收集的梦幻西游几个按键精灵脚本源码 初学者可以看看*的编写方法-The scr ipt source beginners collected Fantasy Westward Journey few QuickMacro can look at the preparation method of the plug-in
RBTS2
- RBTS可靠性测试系统数据在matlab编程中可直接调用的小程序-RBTS reliability test system data in Matlab programming a small program that can be called directly
fortran
- fortran初学者 有限元法运用常应变三角形单元解弹性力学平面问题-the fortran beginners finite element method for the use of constant strain triangular element solution of plane problems in elasticity
X_LabView
- 仪器控制,安捷伦的仪器控制,labview代码小程序-Instrument Control
EMD_matlab
- Matlab中的希尔伯特黄变换,很简单的三段程序,但是非常有用,这是注释版本-Matlab and Hilbert Transform,very useful
(18B20)-1
- 亚龙236单片机 DS18B20温度1602显示-DS1820 single-chip program
exam3_1
- 基于矩阵位移法的matlab编程,求刚架的内力和位移-Matlab programming based on the matrix displacement method, find the force and displacement of the rigid frame
EDA
- EDA课程设计,设计的四位乘法器,原理,仿真结果及其原程序。-EDA curriculum design, the design of the four multipliers, the principle of simulation results and its original program.
program
- 编写了一个pso优化bp神经网络的程序,应用在分类中。第一步:pso优化bp神经网络得到最优的阈值和权值,第二步bp神经网络把该最优的阈值和权值作为初始阈值和权值,采用动量及自适应学习速率算法进行训练。附件中,是数据和编写的部分程序,tiqushuju是用来提取文本中的数据构造样本集的函数。mubiao是用来构造期望输出的函数。bp是已经编写好的,未使用pso优化的bp神经网络函数。pso是本人编写的pso优化bp神经网络的函数,psobp是采用pso优化的阈值和权值作为bp神经网络的初始权值和