搜索结果

找到约 834 项符合 step-Up 的查询结果

matlab例程 k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor.

k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor. For NNARMAX % models the residuals are set to zero when calculating the % predictions. The predictions are compared to the observed output. %
https://www.eeworm.com/dl/665/384089.html
下载: 127
查看: 1077

其他 this is a download speed up tool at the internet

this is a download speed up tool at the internet
https://www.eeworm.com/dl/534/385757.html
下载: 133
查看: 1023

软件工程 FOR ADS STUDY ,ABOUT ADS APPLY AND STEP.

FOR ADS STUDY ,ABOUT ADS APPLY AND STEP.
https://www.eeworm.com/dl/540/388814.html
下载: 86
查看: 1068

微处理器开发 up-techpxa270 bootloader 文件

up-techpxa270 bootloader 文件
https://www.eeworm.com/dl/655/389401.html
下载: 128
查看: 1073

单片机开发 step motor driver, very important c code.thanks.

step motor driver, very important c code.thanks.
https://www.eeworm.com/dl/648/391061.html
下载: 155
查看: 1021

Internet/网络编程 电力市场下确定无功源价值的方法探讨 因此提出了4种确定无功价值的方法:Vs法、PV曲线法、ERC法和Back.up法

电力市场下确定无功源价值的方法探讨 因此提出了4种确定无功价值的方法:Vs法、PV曲线法、ERC法和Back.up法,分析了不同方法 的特点,最后以IEEE30节点系统为例进行了仿真计算,仿真结果表明无功源的价值取决于电网的结 构、无功源的位置以及系统的运行状态。 ...
https://www.eeworm.com/dl/620/392931.html
下载: 141
查看: 1042

数据结构 void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >=

void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right ...
https://www.eeworm.com/dl/654/393662.html
下载: 130
查看: 1054

数据结构 算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现

算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、 ...
https://www.eeworm.com/dl/654/399624.html
下载: 80
查看: 1169

嵌入式/单片机编程 bootup code for Barebone, it s useful for bring up new chip

bootup code for Barebone, it s useful for bring up new chip
https://www.eeworm.com/dl/647/404228.html
下载: 193
查看: 1059

其他 Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than f

Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursi ...
https://www.eeworm.com/dl/534/406520.html
下载: 85
查看: 1049