代码搜索:2.54杜邦端子
找到约 733 项符合「2.54杜邦端子」的源代码
代码结果 733
www.eeworm.com/read/133885/5898497
tsd funnel84.tsd
-0.381
-0.026
-0.483
1.579
-0.621
0.676
-0.021
0.479
0.938
1.046
-2.030
1.043
1.214
-0.051
-0.089
-0.144
1.291
0.660
-0.674
5.723
5.238
7.163
6.176
5.495
2.098
6.334
3.248
5.794
4.706
4.331
5.862
2.54
www.eeworm.com/read/461918/7214582
txt 说明.txt
功能简介:
4X4按键的演示程序,按动按键,由数码管显示数值。
跳线设置:
将LCD/LED短路端子LED端、4X4SWITCH用短路冒短接,并将其他无关模块的短路冒拔除
www.eeworm.com/read/358841/10178056
f90 ans0405.f90
program main
implicit none
type distance
real meter, inch, cm
end type
type(distance) :: d
write(*,*) "请输入长度:"
read(*,*) d%meter
d%cm = d%meter*100
d%inch = d%cm/2.54
w
www.eeworm.com/read/22369/932871
cad
*שʯ,שʯ
0, 0, 0, 0, 8.382
90, 22.86, 0, 8.382, 12.7, 8.382, -8.382
90, 20.32, 0, 8.382, 12.7, 8.382, -8.382
0, 22.86, 1.397, 12.7, 8.382, -22.86, 2.54
0, 22.86, 2.794, 12.7, 8.382, -22.86, 2.5
www.eeworm.com/read/39381/1130965
cad
*שʯ,שʯ
0, 0, 0, 0, 8.382
90, 22.86, 0, 8.382, 12.7, 8.382, -8.382
90, 20.32, 0, 8.382, 12.7, 8.382, -8.382
0, 22.86, 1.397, 12.7, 8.382, -22.86, 2.54
0, 22.86, 2.794, 12.7, 8.382, -22.86, 2.5
www.eeworm.com/read/472239/6873743
f90 ans0405.f90
program main
implicit none
type distance
real meter, inch, cm
end type
type(distance) :: d
write(*,*) "请输入长度:"
read(*,*) d%meter
d%cm = d%meter*100
d%inch = d%cm/2.54
w
www.eeworm.com/read/26786/965358
51+ҦӦ
;P0口接J3,数据端口
;P2.2接 J2 B端子,表示段码锁存
;P2.3接 J2 A端子,标志位码锁存
; 这是一个9999 4位数倒计时,为了方便观察,定时时间稍短。
LD1 BIT P2.7
LD2 BIT P2.6
LD3 BIT P2.5
LD4 BIT P2.4
LED1 BIT P2.3
LED2 BIT P2.2
LED3 BIT P2.1
www.eeworm.com/read/488630/6482949
c 1602jm.c
/***********************************************************
实验名称:遥控解码1602显示
程序说明:用配送的杜邦线把P1.7和P3.2短接,正确插上LCD1602,用1602来显示解码结果。
作者:RF-X1开发板团队
日期:2008-08-01
***************************************
www.eeworm.com/read/250092/12434843
dbg glint_iny13.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR E:\iccavr代码\实验19_杜邦线使用_iny13\
FILE glint_iny13.c
FUNC DelaymS 60 fV
BLOCK 24 62
DEFREG j 20 i
DEFREG i 22 i
DEFREG time 16 i
LINE 24 62
LINE
www.eeworm.com/read/250092/12434853
s glint_iny13.s
.module glint_iny13.c
.area text(rom, con, rel)
.dbfile E:\iccavr代码\实验19_杜邦线使用_iny13\glint_iny13.c
.dbfunc e DelaymS _DelaymS fV
; j -> R20,R21
; i -> R22,R23
;