代码搜索:Distributed

找到约 10,000 项符合「Distributed」的源代码

代码结果 10,000
www.eeworm.com/read/103585/15728682

h img_morphology.h

/*######################################################################## The contents of this file are subject to the Mozilla Public License Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/103585/15728686

h img_thin.h

/*######################################################################## The contents of this file are subject to the Mozilla Public License Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/103330/15736995

h run.h

/* SPIM S20 MIPS simulator. Execute SPIM instructions. Copyright (C) 1990-2000 by James Larus (larus@cs.wisc.edu). ALL RIGHTS RESERVED. SPIM is distributed under the following conditions
www.eeworm.com/read/101624/15823383

h matching_shifting.h

/*######################################################################## The contents of this file are subject to the Mozilla Public License Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/101624/15823385

h img_morphology.h

/*######################################################################## The contents of this file are subject to the Mozilla Public License Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/101624/15823389

h img_thin.h

/*######################################################################## The contents of this file are subject to the Mozilla Public License Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/100292/15877770

copyright

/***************************************************************************** * btree-mem-long * * COPYRIGHT (c) 1995, 1997 by David Van Wagner ALL RIGHTS RESERVED * Source and executables may be
www.eeworm.com/read/100292/15877786

copyright

/***************************************************************************** * btree-mem-C * * COPYRIGHT (c) 1995, 1997 by David Van Wagner ALL RIGHTS RESERVED * Source and executables may be di
www.eeworm.com/read/192030/8410897

m inv.m

function Pinv = inv(P) % INV -- inverse of polynomial matrix % % Pinv = inv(P) % % I have chosen to invest all the programming effort into division % of matrix polynomials, since P \ Q
www.eeworm.com/read/192030/8410910

m ne.m

function yesno = ne(P1,P2) % NE -- check matrix polynomials for non-equality % % yesno = (P1 ~= P2) % yesno = ne(P1,P2) % Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu)