代码搜索:programm

找到约 488 项符合「programm」的源代码

代码结果 488
www.eeworm.com/read/248268/12587131

m bereich.m

function [w1]=bereich(w1) %Dieses Programm legt die mit Hilfe des Newton-Verfahrens %berechneten Gelenkparameter auf die benoetigten Bereiche fest: % alpha=w1(1,1) aus 0..2*pi % beta =w1(2
www.eeworm.com/read/149916/6336988

frm master.frm

VERSION 5.00 Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX" Begin VB.Form Master BorderStyle = 1 'Fixed Single Caption = "Test Programm For Compres
www.eeworm.com/read/286905/6341832

cpp 拉格朗日.cpp

//programm of Lagrange #include "iostream.h" #include "iomanip.h" void main() { int i,j,k;//定义循环变量 int n; double x; double y = 0;//初始化为零 struct point //使用结构体存储各节点值 { double x1;
www.eeworm.com/read/487357/6509013

frm master.frm

VERSION 5.00 Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX" Begin VB.Form Master BorderStyle = 1 'Fixed Single Caption = "Test Programm For Compres
www.eeworm.com/read/256353/12004856

txt music.txt

Dieses Programm spielt verschiedene Musikst點ke . 1. Star Wars 2. Axel F. 3. Haydn 4. Voyager 5. Baby girl Der Piepser (Lautsprecher) wird an Port B.3 angeschlossen. Taste 1 : n鋍hstes Lied Ta
www.eeworm.com/read/220412/14801612

m difds2.m

% matlab programm to compute partitial derivative equation with the difference method % date: 2003-3-25,time:8.00pm % equation:du/dt-integal[(t-s)^2*d^2u/dx^2,{0,t}]=sin(tx) % bound: u(0,t)=u(1,t)=
www.eeworm.com/read/286903/8738079

cpp 矩阵逆.cpp

//programm juzhenni.cpp #include #include void main() { const int N=100; float a[N][N],b[N][N],l; int i,j,k,m,s,B=1; do { cout
www.eeworm.com/read/178614/9390569

m mat_noise.m

%this programm is chapter 2 (4) add noise clear; %%%%%%%%%%%%%%%%%%%%%%%%1 t=1:0.01:100 T=50; s1=rectpuls(t,T); %%%%%%%%%%%%%%%%%%%%%%%%2 f0=0.5; w0=2*pi*f0; s2=s1.*sin(w0*t); %%%%%%%%%%%%%%
www.eeworm.com/read/222567/14685781

cnt software usage.cnt

:Base Software usage.hlp>main :Title S6 Reader Utility Programm Help 1 General 2 General=O140>Main 2 Installing the software=O143>Main 2 Ini File=O147>Main 1 Starting the software=O144>Main 1 M
www.eeworm.com/read/220411/14801617

m difds1.m

% matlab programm to compute partitial derivative equation with the difference method % date: 2003-3-25,time:8.00pm % equation:du/dt-integal[(t-s)^2*d^2u/dx^2,{0,t}]=1 % bound: u(0,t)=u(1,t)=0 % i