资源列表
WS_CML
- 关于复杂网络中基于耦合映像格子的WS网络相继故障程序,正常运行。对比全局耦合映像格子及无尺度耦合映像格子。-ws_cml,compared to global_cml and ba_cml, can be run right.
tmp75
- Temperature i2c slave
Downloads
- This paper presents a new topology of three-level transformerless photovoltaic (PV) inverter. It consists of three main circuits they are a pulse driver circuit, a full bridge inverter circuit and a power factor correction circuit that have funct
SDindex1
- 求解聚类游戏性评价指标SD指数,自己编制的,可以运行。-a algorithm to get SD index, which is used to evaluate the clustering result.
chuankou
- MSP430G2553中串口的C语言程序。功能:串口发什么接收什么-MSP430G2553 in C language program of the serial port. Function: a serial port to send what receive
vrp-jieyuelichengsuanfa
- 数模vrp问题---节约里程算法C++代码 -vrp saving mileage algorithm C++ code。
GSTA---2
- 高抒泥沙运移趋势源代码,本人已成功验证,乃来共享-GAO Shu Sediment Transport Trends source code, I have successfully verified
ellipse
- 基于matlab的画出一个不完整的椭圆,结果完美。只要稍作修改可以出来任意要求范围的不完整椭圆。-Matlab to draw the ellipse
pde1
- 基于matlab的温度场模拟,相关人员可以参考尝试看看。-Matlab-based simulation of temperature field, related personnel can refer to try.
workspace
- 基于螺旋理论的4自由度并联机器人速度,加速度的求法-Based on Screw Theory 4 DOF Parallel end acceleration expression
zhengjie
- 3自由度并联机器人自由空间的详细程序和图形化法-3 DOF Parallel detailed procedures for free-space and graphical method
matrix
- 矩阵(二) 编写C++程序完成以下功能: (1)假定矩阵大小为4×5(整型); (2)矩阵空间采用new动态申请,保存在指针中; (3)定义矩阵初始化函数,可以从cin中输入矩阵元素; (4)定义矩阵输出函数,将矩阵格式化输出到cout; (5)定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6)定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7)动态申请三个矩阵:A1、A2、A3; (8)初始化A1、A2;