资源列表

« 1 2 ... .66 .67 .68 .69 .70 18771.72 .73 .74 .75 .76 ... 28522 »

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

说明:基于预测观测高速运动控制系统 2013最新IEEE会议论文 -High Speed Motion Control System Based on Predictive Observer 2013 latest IEEE Proceedings
<czy> 在 2025-02-23 上传 | 大小:4.69mb | 下载:0

[数学计算/工程计算even-Product-Sum

说明:R code. There are two functions: evenProduct(num) gives product of all even positive integers less then or equal to num evenProduct(num) gives sum of all even positive integers less then or equal to num
<mihailkon> 在 2025-02-23 上传 | 大小:1kb | 下载:0

[数学计算/工程计算fangzhen_yangqiang

说明:电力系统潮流计算程序,利用电力系统潮流计算理论及相关的数学方程中的非线路问题的算法来进行相关的求解。-Power flow calculation in power industry. it easy to use and simulate for power systme.
<blanc> 在 2025-02-23 上传 | 大小:10kb | 下载:0

[数学计算/工程计算yangqiangcljs

说明:一个简单的电力系统仿真计算程序,利用MATLAB语言中的SIMULINK来进行相关的仿真计算。-A simple program for power system simulation of power systems, It can be used for power system calculation.
<blanc> 在 2025-02-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算even-Product-Sum

说明:R code. There are two functions: evenProduct(num) gives product of all even positive integers less then or equal to num evenSum(num) gives sum of all even positive integers less then or equal to num
<mihailkon> 在 2025-02-23 上传 | 大小:1kb | 下载:0

[matlab例程tuxiangyasuo

说明:图像压缩预测编码.采用了差分脉冲预测编码的方法。-Image compression predictive encoding using a differential pulse predictive coding method.
<杨一> 在 2025-02-23 上传 | 大小:1kb | 下载:0

[matlab例程psoshj

说明:pos算法,微粒群优化算法解决函数优化问题,程序就是解决函数优化问题。-pos algorithm, particle swarm optimization algorithm to solve the function optimization problem, the procedure is to solve function optimization problems.
<吴海东> 在 2025-02-23 上传 | 大小:2kb | 下载:0

[matlab例程xiaobo

说明:小波与熵的matlab代码,运行例程,需要的自己改一下-Wavelet and entropy
<年轻人> 在 2025-02-23 上传 | 大小:2kb | 下载:0

[matlab例程yangbenshang

说明:样本熵的matlab源代码,可以求出样本的熵值-Sample Entropy
<年轻人> 在 2025-02-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法BInsertSort

说明:折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary inser
<郑白> 在 2025-02-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法QuickSort

说明:任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as
<郑白> 在 2025-02-23 上传 | 大小:1kb | 下载:0

[数据结构常用算法ShellSort

说明:首先取一个整数 gap < n(待排序记录数) 作为间隔, 将全部记录分为 gap 个子序列, 所有距离为 gap 的记录放在同一个子序列中 在每一个子序列中分别施行直接插入排序。 然后缩小间隔 gap, 例如取 gap = gap/2 重复上述的子序列划分和排序工作,直到最后取gap = 1, 将所有记录放在同一个序列中排序为止-First, take an integer gap < n (the number
<郑白> 在 2025-02-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 18771.72 .73 .74 .75 .76 ... 28522 »

源码中国 www.ymcn.org