代码搜索:solving
找到约 630 项符合「solving」的源代码
代码结果 630
www.eeworm.com/read/183005/9181146
m objpbg.m
% this program is designed for solving the two dimensional photonic structure
% we are using the parameters from one of the paper
% The structure is a square 2d periodic structure
% the higher inde
www.eeworm.com/read/377494/9274533
m drugdelivery.m
function DrugDelivery
% [Ref] Problem Solving in Chemical Engineering
% by Michael B. Cutlip and Mordechai Shacham.
% 7.4(a) Controlled Drug Delivery by Dissolution of Pill Coating
%
% Author:
www.eeworm.com/read/376425/9317720
m drugdelivery.m
function DrugDelivery
% [Ref] Problem Solving in Chemical Engineering
% by Michael B. Cutlip and Mordechai Shacham.
% 7.4(a) Controlled Drug Delivery by Dissolution of Pill Coating
%
% Author:
www.eeworm.com/read/363633/9941481
m glnodewt.m
function [x,w] = GLNodeWt(ord)
%Nodes and weights found by solving an eigenvalue problem%
% x = vector of nodes %
% w = vector of weights %
% ord = Order of quadrature rule %
bet
www.eeworm.com/read/425643/10342374
m drugdelivery.m
function DrugDelivery
% [Ref] Problem Solving in Chemical Engineering
% by Michael B. Cutlip and Mordechai Shacham.
% 7.4(a) Controlled Drug Delivery by Dissolution of Pill Coating
%
% Author:
www.eeworm.com/read/418304/10955374
lst fm_gams.lst
GAMS Rev 143 Intel/Linux 03/31/06 13:46:42 Page 1
GAMS/PSAT interface for solving the electricty market problem
Include File
www.eeworm.com/read/418304/10955430
lst fm_cong.lst
GAMS Rev 141 Intel /Linux 07/05/05 16:56:52 Page 1
GAMS/PSAT interface for solving the electricty market problem
Include File
www.eeworm.com/read/272094/10971355
readme
Readers/Writers on Java RMI
---------------------------
Readme/index.html file
----------------------
Copyright (C) 2007 Fernando G. Tinetti
Different ways for solving the readers/writers problems
www.eeworm.com/read/466957/7024956
m findmode_kz.m
% this program is designed for solving the two dimensional photonic structure
% Photonic Crystal Fiber: Band gap with a kz
% Triangular lattice
% Shangping Guo
% Old Dominion University, 2000
cle
www.eeworm.com/read/458493/7295813
m glagnodewt.m
function [x,w] = GLagNodeWt(n)
% GLagNodeWt Nodes and weights for Gauss-Laguerre quadrature of arbitrary order
% by solving an eigenvalue problem
%
% Synopsis: [x,w] = GLagNodeWt(n)