资源列表
Bootloader\VC_Example_USB-CAN.zip
- 单片机MPC5744P用于CAN通讯Bootloader下载的上位机软件。
DMM-USB
- 利用Labview实现USB数据发送与接收(Using LabVIEW to send and receive USB data)
torpedo
- UUV仿真程序,龙格库塔法,数学模型,c++开发(torpedo simulation RK motion mode)
转转最新原码浩天版
- 功能完整花钱从浩天那里买来的需要的拿走吧(Take what you need from Haotian)
读取最大主应力插件
- abaqus 读取最大主应力插件,用于abaqus,自己编写(Read the maximum principal stress plug-in)
USRP开发,频谱感知和ofdm通信
- 该资源为应用GNUradio工具,对USRP的开发,主要实现了频谱感知,以及根据频谱感知的结果进行ofdm通信的功能
数学练习小程序
- 可以实现二进制和十进制转换,杨辉三角显示,别看程序小,可以规避很多输入错误,算法也算可以,适合学生用。
power system scheme
- 用遗传算法求解电网规划问题,双层算法求解,上层为遗传算法,下层利用拉格朗日对偶线性化后求解(Genetic algorithm is used to solve the power grid planning problem, double-layer algorithm is used to solve the problem, the upper layer is genetic algorithm, and the lower layer is solved by Lagrange dua
Matlab调用REFPROP完全说明
- matlab调用refprop文件,适用32位操作系统(matlab refprop m document)
Transform
- 包括以下函数 1)平移(tx,ty,tz)的矩阵Txyz void matTxyz(float Txyz[4][4],float tx,float ty,float tz) 2)绕x轴旋转theta角的矩阵Rx void matRx(float Rx[4][4],float theta) 3)绕y轴旋转theta角的矩阵Ry void matRy(float Ry[4][4],float theta) 4)绕z轴旋转theta角的矩阵Rz void matRz(float Rz[4][4]
互信息mi
- 互信息是信息论里一种有用的信息度量,可用于降维。
邻域粗糙集
- 邻域粗糙集,是建立在经典粗糙集的基础上的,可以用于数据约简。