代码搜索:数字示波
找到约 10,000 项符合「数字示波」的源代码
代码结果 10,000
www.eeworm.com/read/409260/11339099
f90 ex0436.f90
program ex0436
implicit none
real(kind=4) :: a
real(kind=8) :: b
a=1.0_4 ! 确定1.0这个数字是使用单精度
b=1.0_8 ! 确定1.0这个数字是使用双精度
write(*,*) a,b
stop
end
www.eeworm.com/read/258562/11855004
f90 ex0436.f90
program ex0436
implicit none
real(kind=4) :: a
real(kind=8) :: b
a=1.0_4 ! 确定1.0这个数字是使用单精度
b=1.0_8 ! 确定1.0这个数字是使用双精度
write(*,*) a,b
stop
end
www.eeworm.com/read/149931/12330374
txt 电子电路英文缩写一览2.0.txt
电子类常用缩写(有英文翻译)
AC(alternating current) 交流(电)
A/D(analog to digital) 模拟/数字转换
ADC(analog to digital convertor) 模拟/数字转换器
ADM(adaptive delta modulation) 自适应增量调制
ADPCM(adaptive differential pulse
www.eeworm.com/read/337458/12367470
txt pl0.txt
PL/0语言文法:
::= .
::= [][变量说明部分>][]
::= CONST{,};
::= =
::= {}
::=
www.eeworm.com/read/124854/14533257
txt pl0.txt
PL/0语言文法:
::= .
::= [][变量说明部分>][]
::= CONST{,};
::= =
::= {}
::=
www.eeworm.com/read/122610/14679529
txt pl0.txt
PL/0语言文法:
::= .
::= [][变量说明部分>][]
::= CONST{,};
::= =
::= {}
::=
www.eeworm.com/read/221868/14717020
f90 ex0436.f90
program ex0436
implicit none
real(kind=4) :: a
real(kind=8) :: b
a=1.0_4 ! 确定1.0这个数字是使用单精度
b=1.0_8 ! 确定1.0这个数字是使用双精度
write(*,*) a,b
stop
end
www.eeworm.com/read/120116/14812700
vbp 工程1.vbp
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
IconForm="猜数字"
Startup="猜数字"
Command32=""
Name="工程1"
HelpContextID
www.eeworm.com/read/118843/14852481
txt pl0.txt
PL/0语言文法:
::= .
::= [][变量说明部分>][]
::= CONST{,};
::= =
::= {}
::=
www.eeworm.com/read/216668/14998952
dfm unitfrmmain.dfm
object Form1: TForm1
Left = 98
Top = 107
Width = 544
Height = 247
Caption = '实现阿拉伯数字到中文数字的转换'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font