-
05年全国大学生数学建模比赛的优秀论文,对参加数学建模比赛的同学是一个很好的参考资料。...
05年全国大学生数学建模比赛的优秀论文,对参加数学建模比赛的同学是一个很好的参考资料。-Best papers of 2005 Mathematical Modelling Contest, is a a good reference for the students preparing for the mathematical modelling Contest.
- 2022-01-22 07:57:18下载
- 积分:1
-
matlab 高斯—赛德尔迭代法+稳态导热
迭代法:
clear
x1(1)=0;x2(1)=0;x3(1)=0;k=1;
for k=1:100;
x1(k+1)=0.5*(500+x2(k));
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-18 19:05:24下载
- 积分:1
-
Hangzhou University of Electronic Science and Technology ACM
杭州电子科技大学在线系统ACM的1050题,用贪心方法解决-Hangzhou University of Electronic Science and Technology ACM-line system of the 1050 title with a greedy solution
- 2022-01-26 02:26:00下载
- 积分:1
-
RSA Encryption
这项工作提供了一个洞察RSA密码系统的实施使用Verilog最终导致一个IC。完整的实现包括密钥生成、加密和解密三个阶段。为了生成密钥,我们使用了随机数生成器和GCD块。而对于加密和解密过程,则实现了模乘和模幂运算。最后拿出一个IC,SoC在Cadence中的遭遇是已经用过了工作还强调了对Cadence和Verilog的介绍。文中还重点介绍了使用Verilog在Cadence中实现一些基本系统的细节。
- 2022-07-12 14:57:29下载
- 积分:1
-
OWL-S Editor用户手册
- 2022-05-16 12:52:49下载
- 积分:1
-
用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数...
用于生成不同参数的正态分布的随机数;瑞利分布随机数;泊松分布随机数-Different parameters used to generate the normal distribution of random numbers Rayleigh distribution random numbers Poisson distribution random number
- 2022-08-13 06:49:23下载
- 积分:1
-
2DFDTDTM波模拟金属园柱体中电磁波,采用脉冲源激励。
2DFDTDTM波模拟金属园柱体中电磁波,采用脉冲源激励。
-2DFDTDTM wave simulation metal cylinder Park electromagnetic wave and pulse source incentive.
- 2022-06-27 14:01:29下载
- 积分:1
-
数值分析第八版的负担和菲尔斯
Numerical Anaysis 8th Edition Burden and Faires
- 2022-03-11 13:44:04下载
- 积分:1
-
人脸特征点检测
运用机器学习算法实现人脸特征点的自动定位,可用于人脸识别,表情识别等领域。
- 2023-08-06 02:25:06下载
- 积分:1
-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1