代码搜索:测量实验
找到约 10,000 项符合「测量实验」的源代码
代码结果 10,000
www.eeworm.com/read/22103/841347
prjpcb 实验.prjpcb
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
OutputPath=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
Timesta
www.eeworm.com/read/26985/975749
da实验
www.eeworm.com/read/27624/986074
实验项目
www.eeworm.com/read/39901/1137361
prjpcbstructure 实验.prjpcbstructure
Record=SheetSymbol|SourceDocument=Bank.SchDoc|Designator=PD1|SchDesignator=REPEAT(PD,1,8)|FileName=Pink Detector-channel.SchDoc
Record=SheetSymbol|SourceDocument=Bank.SchDoc|Designator=PD2|SchDesigna
www.eeworm.com/read/39901/1137362
prjpcb 实验.prjpcb
[Design]
Version=1.0
HierarchyMode=0
ChannelRoomNamingStyle=0
OutputPath=
ChannelDesignatorFormatString=$Component_$RoomName
ChannelRoomLevelSeperator=_
OpenOutputs=1
ArchiveProject=0
Timesta
www.eeworm.com/read/285830/4044443
txt 实验.txt
#include
#include
#include"sxb2.h"
#include
#include"lb2.h"
#define SM 10
sclnode *b;
main(){
int g,ks,su,xz;
elemtype x,dts;
sqlist a;
datatype y,z;
char kl,h
www.eeworm.com/read/392913/8319352
asm 实验.asm
code segment
assume cs:code
delay proc near
mov cx,60H
L1: push cx
mov cx,0F000H
L3: loop L3
pop cx
loop L1
www.eeworm.com/read/415821/11051770
c 实验.c
#include
#define uchar unsigned char
sbit duan=P2^6;
sbit wei=P2^7;
int i=0,j=0;
uchar duantable[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,
0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
www.eeworm.com/read/415821/11051784