代码搜索:engineering
找到约 10,000 项符合「engineering」的源代码
代码结果 10,000
www.eeworm.com/read/422223/10653976
txt icde_2004_elementary.txt
Conference Officers2004International Conference on Data Engineering
www.eeworm.com/read/422223/10654012
txt icde_2003_elementary.txt
Conference Officers2003International Conference on Data Engineering
www.eeworm.com/read/422223/10654031
txt icde_1997_elementary.txt
Program Chairs Message1997International Conference on Data Engineering
www.eeworm.com/read/422223/10654046
txt icde_2005_elementary.txt
Welcome from the Program Chairs2005International Conference on Data Engineering
www.eeworm.com/read/422223/10654058
txt icde_2001_elementary.txt
Conference Officers2001International Conference on Data Engineering
www.eeworm.com/read/422223/10654067
txt icde_1995_elementary.txt
Program Chairs' Message1995International Conference on Data Engineering
www.eeworm.com/read/467648/7006713
m bernoulli.m
%THIS PROGRAM IS WRITTEN FOR BERNOULLI MAP FOR GENERATING RANDOM SEQUENCES
%WHICH EXHIBIT GOOD AUTOCORRELATION PROPERTIES MAKING A CALL FOR USAGE IN
%ENGINEERING APPLICATIONS.
clc; close all; cle
www.eeworm.com/read/449771/7496780
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/442263/7656279
txt readme.txt
Hydraulic Modeling Package (HMP) to Accompany
Water Resources Engineering by Wurbs and James (2002)
The Hydraulic Modeling Package (HMP) is described in Section 1.4.5 on page 37 of
the textbook.
www.eeworm.com/read/439502/7707522
m gauss_elimination.m
% Linear equations system Ax=r
% Gauss elimination with partial pivoting
% written by : Meysam Rezaei Barmi
% MSc Student of Mechanical engineering of University of Tehran
clc
clear all
%-----