代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/214593/15093617
ico network neighbourhood.ico
www.eeworm.com/read/214191/15110603
ico network computer.ico
www.eeworm.com/read/214051/15115017
m network_derivative.m
function f = network_derivative(t,s_int,network,internal,external,s_ext,N_int)
% vector f contains time derivative of the internal metabolites
s(internal) = s_int;
s(external) = s_ext;
f
www.eeworm.com/read/214051/15115149
m network_check.m
function network = network_check(network)
%network = network_check(network)
%
%prints an error message if dimensions of network fields
%do not match the number of reactions and metabolites.
n_S = l
www.eeworm.com/read/214051/15115152
m network_velocities.m
% v = network_velocities(s,network,kinetics,split)
%
% calculate flux velocities for a network, given a data structure
% describing the kinetics type and containing the kinetic parameters
%
% the fiel
www.eeworm.com/read/214051/15115154
m network_structure.m
%Fields of network structure
%
%Mandatory fields:
%
% N (m x n sparse matrix) stoichiometric matrix
% metabolites (m x 1 cell) metabolite names (column list of strings)
% actions
www.eeworm.com/read/214051/15115160
m network_choose.m
%network=network_choose(network,indm,indr)
%
%choose subnetwork containing metabolites/reactions
% with the (old) indices indm (for metabolites) and
% indr (for reactions)
function network = netwo
www.eeworm.com/read/214051/15115168
m network_construct.m
%network = network_construct(N,reversible,external_ind,metabolites,actions)
%
%Construct network data structures from stoichiometric matrix
% network structure has mandatory fields
% 'metabolites',
www.eeworm.com/read/214051/15115172
m network_integrate.m
%[t, s, s_int, met_int] = network_integrate(network, s, T, graphics_flag)
%
%solve differential equations for metabolic network with field 'kinetics'
%
%network network data structure (see 'metabo
www.eeworm.com/read/214026/15116900