搜索结果
找到约 4 项符合
nonnegative 的查询结果
按分类筛选
压缩解压 Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent per
Computes the permanent of a nonnegative integer matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
其他 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 ...
matlab例程 % binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com % Given nonnegative integers n an
% binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com
% Given nonnegative integers n and m with m<=n, compute the
% binomial coefficient n choose m.
数学计算 Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in
Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in V, find the shortest path from s to every other vertex