代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/122468/14688189
m exp2_2.m
clc
clear
more on
echo on
%为便于理解,在程序等执行过程中显示程序的表达式
a=16;b=12;
c=3;
d=4;
e=a+b-c*d
f=e/2
k=e\2
h=c^3
g=e+f+ ...
2+1-9
aa=sin(g)
abs(aa)
bb=2+3j
cc=conj(bb)
rbb=real(bb)
log(rbb)
www.eeworm.com/read/221951/14713588
bak 2_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
Options 1,0,0 // Target 'Target 1'
Device (AT89C51)
V
www.eeworm.com/read/221856/14717566
rc2 schoolmanagesys_2.rc2
//
// SchoolManageSys_2.RC2 - Microsoft Visual C++ 不会直接编辑的资源
//
#ifdef APSTUDIO_INVOKED
#error 此文件不能由 Microsoft Visual C++ 编辑
#endif //APSTUDIO_INVOKED
////////////////////////////////////
www.eeworm.com/read/221812/14719820
cpp exam2-2.cpp
#include
#include
struct StudentType
{
long number; //学号数据项
char name[10]; //姓名数据项
char sex[3]; //性别数据项
int age; //年龄数据项
}; //结构体St
www.eeworm.com/read/122113/14720002
jpg a2b_2.jpg
www.eeworm.com/read/122113/14720008
jpg a2w_2.jpg
www.eeworm.com/read/121996/14726932
jpg pic2-2.jpg
www.eeworm.com/read/221412/14741579
m chap2_2.m
%Delay Control with Dalin Algorithm
clear all;
close all;
ts=0.5;
%Plant
sys1=tf([1],[0.4,1],'inputdelay',0.76);
dsys1=c2d(sys1,ts,'zoh');
[num1,den1]=tfdata(dsys1,'v');
%Ideal closed loop