资源列表
[其他小程序] WignerVilleDistribution
说明:自编程序分享-Wigner-Ville- Distribution,欢迎共享-Wigner-Ville- Distribution<leeting918> 在 2025-02-14 上传 | 大小:1kb | 下载:0
[其他小程序] zuixiaoyuangen
说明:这是我写的一个关于最小原根的程序,望大家指教-This is what I wrote a program on the smallest of the original root, hope you Zhijiao ~~~~~~<王一> 在 2025-02-14 上传 | 大小:1kb | 下载:0
[其他小程序] niyuanyuangen
说明:信息安全数学的实验题,希望对大家能有借鉴作用啦-Mathematical experiment of information security, in the hope that we can serve as a reference啦~ ~ ~ ~<王一> 在 2025-02-14 上传 | 大小:1kb | 下载:0
[其他小程序] BP
说明:BP神经网络是指基于误差反向传播(Error Back Propagation)算法的多层前馈神经网络-tool-state classification using multi-layer perception neural networks<guanjieanye> 在 2025-02-14 上传 | 大小:1kb | 下载:0
[其他小程序] chap5_6plant
说明:利用线性化反馈方法,设计滑模控制器。利用这种技术,设计了一种自适应神经控制器。-The use of feedback linearization method, the design sliding mode controller. With this technology, design of an adaptive neural controller.<刘坤> 在 2025-02-14 上传 | 大小:1kb | 下载:0
[其他小程序] chap5_4plant
说明:采用状态非那亏方法对名义模型进行控制,不用建立精确模型,事项鲁棒控制。-Uses the state of non-loss method that controls the name of the model, without the establishment of an accurate model, robust control matters.<刘坤> 在 2025-02-14 上传 | 大小:1kb | 下载:0
[其他小程序] MOM_RCS_CYLINDER
说明:利用矩量法计算无限长度的圆柱的雷达散射截面-Unlimited use of moment method to calculate the length of the cylinder RCS<汪洋> 在 2025-02-14 上传 | 大小:1kb | 下载:0
[C#编程] maopaopaixu
说明:依次比较相邻的两个数,将小数放在前面,大数放在后面。即首先比较第1个和第2个数,将小数放前,大数放后。然后比较第2个数和第3个数,将小数放前,大数放后,如此继续,直至比较最后两个数,将小数放前,大数放后。重复以上过程,仍从第一对数开始比较(因为可能由于第2个数和第3个数的交换,使得第1个数不再小于第2个数),将小数放前,大数放后,一直比较到最大数前的一对相邻数,将小数放前,大数放后,第二趟结束,在倒数第二个数中得到一个新的最大数。如此下<星> 在 2025-02-14 上传 | 大小:1kb | 下载:0
[C#编程] shuzhizhuanhuan
说明:十进制N和其它进制数的转换是计算机实现计算的基本问题,其解决方法很多,其中一个简单算法基于下列原理: N=(N div d)*d+ N mod d ( 其中:div为整除运算,mod为求余运算) 例如十进制向八进制的数制转换 (1348)10=(2504)8,其运算过程如下: N N div 8 N mod 8 1348 168 4 168 21 0 21 2 5 2 0 2 请利用堆栈用上述方<星> 在 2025-02-14 上传 | 大小:1kb | 下载:0