资源列表
dandaojisuan
- 弹道计算。可以计算导弹六自由度的运动轨迹和-Ballistic calculation
psmg
- pscad仿真环境中的直驱永磁风力机整流侧仿真模型,可应用于直流微电网中直驱风机的仿真-the simulation environment pscad in direct-drive permanent magnet wind turbine rectifier simulation model can be applied to direct-drive wind turbine simulation of DC micro-grid
wsrt-4.2
- 能分辨趋势的EA 起初10000USD wsrt 4.2-Can distinguish trends EA wsrt 4.2
foreign-exchange-system
- 赚钱王外汇交易系统 一个外汇系统 货币对欧元-Currency against the euro money king Forex Trading System is a foreign exchange system
health_net
- 职工健康档案管理是一套B/S架构的网络版系统。后台管理和前台个人查询都通过浏览器进入访问。该系统主要完成职工健康状况的记录、历次体检结果的存储、查询、统计分析、EXCEL数据导出等功能。系统提供了模板导入功能,方便对每次员工集中体检后大量体检数据的批量录入。为避免个人隐私信息的泄漏,系统对数据库数据及传输过程进行加密保护。系统具有灵活的统计功能和数据导出功能,满足企业医务管理的需求-Employee health records management is a set of B/S struct
cyst_phatom
- 超声成像中Capon自适应波束形成的仿真matlab代码-Beamforming for capon
Multi_function
- 01 线性调频信号的卷积功能测试(匹配) 02 LFM一维距离像 03 MATLAB联合FPGA仿真输入/输出功能测试 04 解速度模糊 05 扩展目标检测-01 LFM Test function of "conv" 02 LFM Range 03 MATLAB and FPGA 04 resovle speed resolution 05 Extended moving target
S-1
- ansys预应力混凝土梁的非线性分析,破坏分析-failed to translate
PHD_single_MM
- 用于单目标追踪的多模概率假设粒子滤波程序-MM-PHD for single target
Synthetic-seismogram-code
- 压缩文件里边包含好几个合成地震记录的程序,包括楔形模型,断层等,有的还画出了地震记录,反射系数的振幅谱~-the zip file contains several synthetic seismogram programs, including wedge model, fault model, etc., some even draw the earthquake records, the reflection coefficient of amplitude spectrum ~
motaicansu
- matlab 基础上通过最小二乘法进行模态参数识别,得出固有频率,振型,阻尼比,图形-by the least squares method matlab based on the identification of modal parameters obtained natural frequency, mode shape, damping ratio, graphics
1
- /* * * 定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。 * 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100 * 长度不足四个字符的串,剩下部分用0补足。 * * * 自己根据需要类IntChar的属性和方法,但需满足以下要求: * 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变