搜索结果

找到约 362 项符合 MATrix 的查询结果

其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d

Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
https://www.eeworm.com/dl/534/174577.html
下载: 96
查看: 1180

Java编程 A fairly conventional 3D matrix object that can transform sets of 3D points and perform a variety

A fairly conventional 3D matrix object that can transform sets of 3D points and perform a variety of manipulations on the transform
https://www.eeworm.com/dl/633/229586.html
下载: 90
查看: 1097

Linux/Unix编程 spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for su

spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub sum and updating a cell in O(logn)
https://www.eeworm.com/dl/619/410627.html
下载: 134
查看: 1060

VC书籍 C:Documents and SettingsAdministrator桌面VC++多媒体特效制作百例CHAR09Matrix

C:\Documents and Settings\Administrator\桌面\VC++多媒体特效制作百例\CHAR09\Matrix
https://www.eeworm.com/dl/686/411636.html
下载: 132
查看: 1034

Delphi控件源码 提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版

提供基本榘阵 ( Matrix ) 运算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可视构件 ( 1.0 版,附源码 C++Builder 3.0/4.0/5.0 版适用 ),作者 : Jeff Hiscock。
https://www.eeworm.com/dl/666/107711.html
下载: 119
查看: 1089

Linux/Unix编程 performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, w

performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix
https://www.eeworm.com/dl/619/193918.html
下载: 188
查看: 1100

Java编程 贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息

贪吃蛇*要点分析: *1)数据结构:matrix[][]用来存储地图上面的信息,如果什么也没有设置为false, * 如果有食物或蛇,设置为true;nodeArray,一个LinkedList,用来保存蛇的每 * 一节;food用来保存食物的位置;而Node类是保存每个位置的信息。 *2)重要函数: * changeDirection(int newDirection) ,用来改变蛇前进的方 ...
https://www.eeworm.com/dl/633/307219.html
下载: 152
查看: 1053

Delphi控件源码 data matrix编码程序 将字符串转换为二维码黑白图形

data matrix编码程序 将字符串转换为二维码黑白图形
https://www.eeworm.com/dl/666/473800.html
下载: 66
查看: 1112

人工智能/神经网络 调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combinin

调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2
https://www.eeworm.com/dl/650/137213.html
下载: 89
查看: 1044

数学计算 原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看

原创C++的matrix类,有许多运算符重载,很简单,但是好用,好看
https://www.eeworm.com/dl/641/263664.html
下载: 177
查看: 1106