代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/462736/7196953
c home2_2.c
www.eeworm.com/read/462735/7197129
uv2 8255(2).uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options 1,0,0
www.eeworm.com/read/462726/7197471
txt ch2_2.txt
int sxbsc(int i,int v[],int *p)
{
int j,n;
n=*p;
if((in))
return (0);
else
{ for(j=i;j
www.eeworm.com/read/462721/7197505
txt ch2_2.txt
int sxbsc(int i,int v[],int *p)
{
int j,n;
n=*p;
if((in))
return (0);
else
{ for(j=i;j
www.eeworm.com/read/462701/7197794
c e2-2.c
www.eeworm.com/read/462701/7197809
c op2-2.c
www.eeworm.com/read/462042/7211930
txt 代码2-2.txt
imshow('board.tif')%显示文件中的图像
[X,map] = imread('trees.tif');
imshow(X,map)%显示索引图像
I = imread('cameraman.tif');
imshow(I)%显示灰度图像
h = imshow(I,[0 80]);%显示灰度图像,调整显示范围。
www.eeworm.com/read/462004/7213062
rc2 program2.rc2
//
// PROGRAM2.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
//
www.eeworm.com/read/461983/7213383
m program2_2a.m
%MATLAB Program2_2a
x0=[1;0;0];
t0=0;tf=6;tspan=[t0,tf]
[t,x]=ode45('ode_example2_2a',tspan,x0);
y1=x(:,2)-x(:,3)
y2=x(:,1)+2*x(:,2)+x(:,3)
subplot(1,3,1)
plot(t,x(:,1),'k',t,x(:,2),'-.r',t,x(: