资源列表
[matlab例程] MATLAB
说明:MATLAB做的源代码,用于录制声音等获取信号啦,研究-MATLAB to do the source code, used to record the voice signal, such as access to you, research<kissinger123> 在 2025-06-25 上传 | 大小:255kb | 下载:0
[matlab例程] PID
说明:螺旋桨PID控制 In response to constant pressure to design more efficient, faster, smaller, and better systems, engineers are constantly looking for ways to improve existing designs or replace them with better ones. Facing large fuel costs, the aerospace<王晨至> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[matlab例程] SmithOfPan
说明:多功能史密斯圆图,带单枝节,双枝节匹配,有动态演示效果。各种参数可调。程序调通了,没问题。-Multifunctional Smith map, with single side, double side match, the effect of dynamic presentation. Adjustable parameters. Transfer procedures had, no problem.<潘洲旭> 在 2025-06-25 上传 | 大小:87kb | 下载:0
[数据结构常用算法] matchalgrithm
说明: 检验括号是否匹配可以用堆栈来实现,当遇到 (、[或{进栈,遇到 ) 、]或}出栈进行匹配检验,如果出现不匹配的情况立即结束,否则继续取下一个字符。如果没有遇到不匹配的情况,最后判断栈是否为空,栈为空,括号匹配,否则不匹配。并设置大、中、小括号的优先级(priory)为3、2、1 ,且设优先级(priory)的初始值为4。从第一个字符开始扫描表达式,如果是左括号,和栈中的括号的优先级对比,如果优先级比栈中括号的优先级高或者等于栈中的优先级,则说明不匹配,如果优先级小于栈中括号的优先级,将这个<yuanjia> 在 2025-06-25 上传 | 大小:9kb | 下载:0
[人工智能/神经网络/遗传算法] bp
说明:在matlab环境下,利用bp神经网络实现异或分类问题-In the matlab environment, the use of bp neural network XOR classification problem<王渝> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] liantong
说明:输入图,找出该图的所有连通支。图用“邻接矩阵”法表示。用两个数组来存储图:一个数组(一维)存储图中顶点集;另一个数组(二维)映象图中顶点间的关系集。且对于无向图而言,其邻接矩阵是对称的。-Input map, to find the map of all the connected extension. Chart with<yuanjia> 在 2025-06-25 上传 | 大小:20kb | 下载:0