代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/459043/7283978
bak 4×4键盘_uv2.bak
www.eeworm.com/read/456358/7351137
dsn 4x4键盘显示.dsn
www.eeworm.com/read/455066/7378323
uv2 4x4cb.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Targe
www.eeworm.com/read/454559/7387367
m plot_4_11a_and_4_12a.m
make_rp;
rp.mu =0.3;
rp.a1=-1.5955; rp.a2=0.95; rp.lam1=1.818; rp.lam2=0.182; xl=6; yl=4.3;
[v, w]=steepest_descent(rp);make_plot(v, w, rp, 5, xl, yl, 'figure 4.11a', 'figure 4.12a');
print -d
www.eeworm.com/read/454559/7387368
m plot_4_8a_and_4_9a.m
make_rp;
rp.mu = 0.3;
rp.a1=-0.1950; rp.a2=0.95; rp.lam1=1.1; rp.lam2=0.9; xl=3; yl=2.2;
[v, w]=steepest_descent(rp);make_plot(v, w, rp, 5, xl, yl, 'figure 4.8a', 'figure 4.9a');
print -dpsc 4
www.eeworm.com/read/453080/7427418
cdb myled4.(4).cnf.cdb
www.eeworm.com/read/453080/7427459
hdb myled4.(4).cnf.hdb
www.eeworm.com/read/452713/7434714
cpp c10-4-4(vc).cpp
//本程序适用于VC++ 6.0
#include
#include
class String
{public:
String(){p=NULL;}
String(char *str);
friend bool operator>(String &string1,String &string2);
frien
www.eeworm.com/read/452469/7440109
obj 4x4 keyboard (2).obj
www.eeworm.com/read/452469/7440110
asm 4x4 keyboard (2).asm
LINE EQU 30H
ROW EQU 31H
VAL EQU 32H
ORG 00H
START: MOV DPTR,#TABLE ;段码表首地址
MOV P2,#00H ;数码管显示初始化
LSCAN: MOV P3,#0F0H ;列线置高电平,行线置高电平
L1: JNB P3.0,L2 ;逐行扫描
LCALL DELAY
J