资源列表
[其他小程序] BP
说明:BP神经网络是指基于误差反向传播(Error Back Propagation)算法的多层前馈神经网络-tool-state classification using multi-layer perception neural networks<guanjieanye> 在 2025-06-15 上传 | 大小: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-06-15 上传 | 大小: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-06-15 上传 | 大小:1kb | 下载:0
[其他小程序] MOM_RCS_CYLINDER
说明:利用矩量法计算无限长度的圆柱的雷达散射截面-Unlimited use of moment method to calculate the length of the cylinder RCS<汪洋> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[其他小程序] insertionanddeletion
说明:双向链表的插入和删除操作的原理和函数实现。 -Two-way linked list insertion and deletion operations<huidan> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[其他小程序] 7
说明:C语言:编写一个程序,检查所用的计算机系统的C编译在执行右移时是按照逻辑右移的原则,还是按照算术右移的原则进行操作。如果是逻辑右移,请编一个函数实现算术右移;如果是算术右移,请编一个函数实现逻辑右移。 编一个函数getbits,从一个16位的单元中取出某几位(即该几位保留原值,其余位为0)。函数调用形式为:getbits(value,n1,n2),其中value位该十六位数的值,n1为欲取出的起始位,n2位欲取出的结束位。(要求:把这几位数用八进制数打印出来。注意,应当将这几位数右移到最右端<peter> 在 2025-06-15 上传 | 大小:1kb | 下载:0