-
初学者的matlab双温方程模拟程序
适合初学者的matlab双温方程模拟程序(Two-temperature model of matlab)
- 2020-06-27 01:00:01下载
- 积分:1
-
Frequency Domain
说明: 频域仿真数字延迟滤波器,并完成宽带阵列的波束合成。(The digital delay filter is simulated and the beamforming of broadband array is completed.)
- 2019-11-20 17:16:54下载
- 积分:1
-
又一个JSP上传文件 下载文件源码实例
又一个JSP上传文件 下载文件源码实例,基于Java FileUpload的文件上传和下载程序,包括图片上传,不多介绍了,类似程序本站已经有不少了,自己搜索下,可以找到。
- 2022-02-02 07:48:54下载
- 积分:1
-
SAGE_singlepolar_antenna_v1_6
这是一个信道参数提取算法,sage算法的程序,非常有用.(This is a channel parameter extraction program based on matlab, Sage algorithm that is very useful.)
- 2017-11-29 21:22:02下载
- 积分:1
-
LLC_TI_MATHCAD
该资料为LLC电路的mathcad计算文档(This data is the Mathcad computing document of the LLC circuit)
- 2020-12-22 22:19:07下载
- 积分:1
-
Python在ABAQUS应用源代码_chapter0-3
说明: 是《Python语言在ABAQUS中的应用》书中源码,可以为学习Python和ABAQUS的同学提供很好的资料。(Is "Python language in ABAQUS application" book source code, can provide python and ABAQUS students very good information.)
- 2020-07-24 18:39:28下载
- 积分:1
-
逆变器9月26日
说明: 本人自己设计的逆变器仿真 可供初学者借鉴参考(The simulation of inverter designed by myself can be used for reference by beginners.)
- 2019-02-16 18:36:35下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
应式手风琴特效
说明: 鼠标响应式手风琴特效是一款基于jquery+css3实现的鼠标(Mouse response accordion effect is a mouse based on jQuery + CSS3)
- 2019-03-07 14:05:13下载
- 积分:1
-
带压缩,学习因子
说明: 在matlab用于各种算法粒子群和遗传的测试函数性能比较,画图等等(Performance comparison of particle swarm and genetic test functions used in various algorithms in matlab, drawing, etc.)
- 2020-03-28 15:44:20下载
- 积分:1