搜索:row

找到约 51 项符合「row」的查询结果

结果 51
https://www.eeworm.com/dl/665/371768.html matlab例程

PRINCIPLE: Removal of the row mean from each row, followed by division of the row by the respective

PRINCIPLE: Removal of the row mean from each row, followed by division of the row by the respective row standard deviation.
下载 91
·
查看 1093
https://www.eeworm.com/dl/619/474231.html Linux/Unix编程

Detect Row in greenhouse , image processing , developed in linux , compiled with gcc

Detect Row in greenhouse , image processing , developed in linux , compiled with gcc
下载 65
·
查看 1057
https://www.eeworm.com/dl/641/256144.html 数学计算

2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve

2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n=10 and 100
下载 85
·
查看 1114
https://www.eeworm.com/dl/619/451808.html Linux/Unix编程

int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (

int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (n height) int col = (n / height) * COLS / 2 mvprintw(row, col, " *s : ", COLS/4, name) addch(code) return n + 1 }
下载 34
·
查看 1170
https://www.eeworm.com/dl/650/306555.html 人工智能/神经网络

基于F P -tree 频集模式的F P -G row th 算法

基于F P -tree 频集模式的F P -G row th 算法,用于关联规则挖掘。
下载 149
·
查看 1062
https://www.eeworm.com/dl/527/488408.html 通讯/手机编程

for entropy H = entropy(S) this command will evaluate the entropy of S, S should be row matrix

for entropy H = entropy(S) this command will evaluate the entropy of S, S should be row matrix H = entropy([X Y Z]) this command will find the joint entropy for the 3 variables H = entropy([X,Y],[Z,W]) this will find H(X,Y/Z,W).. you can use it for any combination of ...
下载 144
·
查看 1073
https://www.eeworm.com/dl/940001.html 技术资料

期刊论文:QR factorization for row or column symmetric matrix

·期刊论文:QR factorization for row or column symmetric matrix
下载 4
·
查看 2176
https://www.eeworm.com/dl/534/323707.html 其他

Run the SQL script given to you to create a Library database. Note that each row in the Book table d

Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy.
下载 133
·
查看 1055
https://www.eeworm.com/dl/684/239495.html 软件设计/软件工程

Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy

Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new in ...
下载 117
·
查看 1142
https://www.eeworm.com/dl/978960.html 技术资料

verilog 4*4矩阵键盘

用verilog实现4*4矩阵键盘。将ROW[3:0]设为输入,COL[3:0]设为输出。如果没有任何键被按下,则ROW[3:0]一直被上拉为高电平。只有当有键被按下,且COL[3:0]中有低电平输出,ROW[3:0]中才有可能有低电平输入,也可说是被动地输入。 ...
下载 7
·
查看 5737