代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
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/407452/11419446
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/407177/11426473
txt 上传.txt
1.(若知道进程号,那么可以通过HASH 表很快地找到该进程)查找函数
static inline struct task_struct *find_task_by_pid(int pid)
struct task_struct*p,**htable=&[pid_hashfn(pid)];for(p=*htable;p&&p->pid!=;p=p->pidhash_next);return
www.eeworm.com/read/407116/11429229
f90 e_711_05.f90
! example of namelist input
namelist/my/n,m
read (*,nml=my)
write(*,nml=my)
end
!the following are valid input for namelist variable assignment:
! $my n=1/
! $my n=2$
! $my n=3$end
! &m
www.eeworm.com/read/406689/11437287
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/406625/11438742
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/406625/11438765
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/406559/11439863
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/406354/11444520
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/406275/11445247
plg microscope.plg
礦ision3 Build Log
Project:
F:\双耳\单片机控制C51\microscope.uv2
Project File Date: 12/12/2008
Output:
Build target 'Target 1'
compiling main.c...
M