代码搜索:Lab
找到约 10,000 项符合「Lab」的源代码
代码结果 10,000
www.eeworm.com/read/263082/11377371
psp lab5.psp
www.eeworm.com/read/263082/11377422
sof lab5.sof
www.eeworm.com/read/407518/11417908
c lab3.c
#include
#include
#include
#define FALSE 0
#define NULL 0
struct listst {
int dataitem;
int index;
struct listst * next;
} ;
typedef str
www.eeworm.com/read/407516/11417923
m lab4.m
figure(1)
clear all
global N hx
N=40;
hx=1/N;
x=hx:hx:1-hx;
u0=zeros(1,N);
u0=u0';
t0=0;tend=2;
options=odeset('Jacobian',jacobian)
t1=cputime;
[time,result]=ode23s(@fpar,[t0,tend],u0);
www.eeworm.com/read/407516/11417925
m lab61.m
figure(1)
clear all
global N hx
N=40;
hx=1/N;
x=0:hx:1;
M=200;
ht=5/M;
t=0:ht:5;
c1=ht^2/(2*hx^2)+ht/(2*hx)-(0.3*ht^2)/(2*hx);
c2=1-ht^2/hx^2-0.3*ht+0.3^2*ht^2/2;
c3=ht^2/(2*hx^2)-ht/(2
www.eeworm.com/read/407516/11417930
m lab6.m
figure(2)
clear all
global N hx
N=40;
hx=1/N;
x=hx:hx:1;
u0=zeros(1,N)+5;
t0=0;tend=5;
time=[t0];
u=u0';
M=420;
t=t0;
result=u0;
for k=1:M
ht=(tend-t0)/M;
u=u+ht*fpar(t,u)
www.eeworm.com/read/407516/11417946
m lab41.m
clear all
global N hx
t0=0;
tend=1;
N=10;
hx=1/N;
x=hx:hx:1-hx;
u0=zeros(1,N);
u0=u0';
result=[u0'];
time=[t0];
u=u0;
t=t0;
M=200;
for k=1:M
h=(tend-t0
www.eeworm.com/read/406469/11441588
h lab_parameter.h
#ifndef __TG0014_H__
#define __TG0014_H__
// write your header here
//////////////////////////////////
#define DG_CLS_ERASE 0 //(default)
#define DG_CLS_FILL 1 //Parameters of FG_ClearScreen
//////
www.eeworm.com/read/406469/11441609
h lab_parameter.h
#ifndef __TG0014_H__
#define __TG0014_H__
// write your header here
//////////////////////////////////
#define DG_CLS_ERASE 0 //(default)
#define DG_CLS_FILL 1 //Parameters of FG_ClearScreen
//////
www.eeworm.com/read/405328/11465313