资源列表

« 1 2 ... .57 .58 .59 .60 .61 213562.63 .64 .65 .66 .67 ... 216390 »

[人工智能/神经网络/遗传算法chap5_2s

说明:将切换函数作为RBF网络的输入,利用神经网络的功能,实现了滑模控制。-Will be switched to function as the RBF network input, using neural network function, the sliding mode control to achieve.
<刘坤> 在 2025-09-27 上传 | 大小: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-09-27 上传 | 大小:1kb | 下载:0

[数据结构常用算法differentialequation

说明:常微分方程的数值解法,即用欧拉法求解常微分方程的源代码,C语言-The numerical solution of ordinary differential equations, namely, Euler' s method for solving ordinary differential equations with the source code, C language
<王亮> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[Linux/Unix编程scan

说明:這是一個用lex撰寫的一個小程式,主要可以判斷出一些KEYWORD 噹輸入字元最兩邊加上" 可以判斷為字串 單純輸入英文與數字的字串 會儲存-This is a lex written with a small program that can mainly be to determine some of the most KEYWORD When the input characters on both sides of the words " can be judged as a s
<Ken> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[数值算法/人工智能GreedDelNum

说明:删数问题源码,使用贪心算法 内有贪心规则说明-There are a few problems deletion greedy rule source descr iption
<zhudz> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[其他小程序MOM_RCS_CYLINDER

说明:利用矩量法计算无限长度的圆柱的雷达散射截面-Unlimited use of moment method to calculate the length of the cylinder RCS
<汪洋> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[图形图像处理(光照,映射..)RANSAC

说明:Ransac拟合直线和最小二乘法拟合的比较,对初次接触ransac的读者帮助很大-Ransac fitting straight line and the least-squares fitting of the comparison, the initial contact with the readers of great help to ransac
<田冰> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[VHDL编程JPEG2000

说明:用于JPEG2000的53小波VHDL源码-53 for the JPEG2000 wavelet VHDL source code
<闫霜山> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[图形图象computePCA

说明:it contain some programs about pca-it contain some programs about pca
<aziz> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[C#编程maopaopaixu

说明:依次比较相邻的两个数,将小数放在前面,大数放在后面。即首先比较第1个和第2个数,将小数放前,大数放后。然后比较第2个数和第3个数,将小数放前,大数放后,如此继续,直至比较最后两个数,将小数放前,大数放后。重复以上过程,仍从第一对数开始比较(因为可能由于第2个数和第3个数的交换,使得第1个数不再小于第2个数),将小数放前,大数放后,一直比较到最大数前的一对相邻数,将小数放前,大数放后,第二趟结束,在倒数第二个数中得到一个新的最大数。如此下去,直至最终完成排序。 -Comparison of t
<> 在 2025-09-27 上传 | 大小:1kb | 下载:0

[单片机(51,AVR,MSP430等)djs

说明:按SW19独立按键,倒计时开始 倒计时期间 继电器吸合 按SW20键继电器断开 计时暂停 按板上单片机复位按键 计数值恢复为999 此计数初值 可在程序中修改。-Press SW19 independent button during the countdown to begin the countdown relay pull-off time by SW20 key relay suspended by the board microcontroller counts reset butto
<刘京辉> 在 2025-09-27 上传 | 大小: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 请利用堆栈用上述方法实现十进制向三进制的数制转换-Decimal number
<> 在 2025-09-27 上传 | 大小:1kb | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 213562.63 .64 .65 .66 .67 ... 216390 »

源码中国 www.ymcn.org