代码搜索:Distributed
找到约 10,000 项符合「Distributed」的源代码
代码结果 10,000
www.eeworm.com/read/301544/6962356
m ggrnd.m
function r = ggrnd(m,a,b,n1,n2);
%GGRND Random matrices from generalized Gaussian distribution.
% R = GGRND(M,A,B) returns a matrix of random numbers chosen
% from the generalized Gaussian d
www.eeworm.com/read/325217/6968061
java noresponseexception.java
// jSMSEngine API.
// An open-source API package for sending and receiving SMS via a GSM device.
// Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
// Web Site: http://www.jsmsengine.or
www.eeworm.com/read/325217/6968063
java cannotdisableindicationsexception.java
// jSMSEngine API.
// An open-source API package for sending and receiving SMS via a GSM device.
// Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
// Web Site: http://www.jsmsengine.or
www.eeworm.com/read/325217/6968064
java nopinexception.java
// jSMSEngine API.
// An open-source API package for sending and receiving SMS via a GSM device.
// Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
// Web Site: http://www.jsmsengine.or
www.eeworm.com/read/325217/6968072
java alreadyconnectedexception.java
// jSMSEngine API.
// An open-source API package for sending and receiving SMS via a GSM device.
// Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
// Web Site: http://www.jsmsengine.or
www.eeworm.com/read/325217/6968075
java csmsmessagelistener.java
// jSMSEngine API.
// An open-source API package for sending and receiving SMS via a GSM device.
// Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
// Web Site: http://www.jsmsengine.or
www.eeworm.com/read/325217/6968079
java nopdusupportexception.java
// jSMSEngine API.
// An open-source API package for sending and receiving SMS via a GSM device.
// Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
// Web Site: http://www.jsmsengine.or
www.eeworm.com/read/325217/6968084
java invalidpinexception.java
// jSMSEngine API.
// An open-source API package for sending and receiving SMS via a GSM device.
// Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
// Web Site: http://www.jsmsengine.or
www.eeworm.com/read/469626/6972212
copyright
This code is distributed for academic purposes with absolutely no
warranty of any kind, either expressed or implied, to the extent
permitted by applicable state law. We are not responsible for any
dam
www.eeworm.com/read/469416/6976197
m softeye.m
function M = softeye(K, p)
% SOFTEYE Make a stochastic matrix with p on the diagonal, and the remaining mass distributed uniformly
% M = softeye(K, p)
%
% M is a K x K matrix.
M = p*eye(K);
q