代码搜索:loop
找到约 10,000 项符合「loop」的源代码
代码结果 10,000
www.eeworm.com/read/437877/7740540
txt readme.txt
Run CSP script:
1. Install CSP/eybuild, see INSTALL
2. copy all .csp to cgi-bin of your webserver:
cp *.csp /var/www/cgi-bin/
3. make script executable(default, need not):
chmod a+rx
www.eeworm.com/read/437619/7744701
s pivec.s
; :ts=8
include asmglobal.h
extrn Stktop,Spsave,Sssave,piint:proc,doret:proc,eoi:proc
DMAEN equ 4
.DATA
public acc_delay
acc_delay dw 0
.CODE
dbase dw @Data ; save loc for ds (m
www.eeworm.com/read/437478/7747505
asm 5.asm
data segment
A dw 0
B dw 0
C dw 0
buf1 db "The number of 0 is:$"
buf2 db "The number of zhengshu is:$"
buf3 db "The number of fushu is:$"
data ends
code segment
assume ds:data,cs:co
www.eeworm.com/read/436999/7757264
c h0703.c
/* execl() example */
#include
#include
int main(int argc, char *argv[])
{
int loop;
printf("%s running...\n\n", argv[0]);
if (argc == 1) { /* check for o
www.eeworm.com/read/436266/7773513
s43 fet110_831.s43
;*****************************************************************************
; MSP-FET430x110 Demo - Software SPI Interface to TLV0831
;
; Description: This program will read a TLV0831 ADC an
www.eeworm.com/read/436266/7773514
s43 fet110_549.s43
;******************************************************************************
; MSP-FET430x110 Demo - Software SPI Interface TLC549, Set P1.0 if > 0.5*Vcc
;
; Description: Read a TLC549 ADC w
www.eeworm.com/read/436266/7773550
s43 fet110_7822.s43
;*****************************************************************************
; MSP-FET430x110 Demo - Software Interface to Read ADS7822
;
; Description: This program will read an ADS7822 ADC
www.eeworm.com/read/435646/7788388
asm a32offs.asm
bits 16
foo: a32 loop foo
bar: loop bar, ecx
bits 32
baz: a16 loop baz
qux: loop qux, cx
www.eeworm.com/read/435436/7792248
sdi tem.sdi
,,,ORG 0000H
0000,02 00 40,, JMP START
,,, ORG 0040H
0040,,START,START:
0040,12 07 52,, LCALL ZHUANHUAN
0043,D2 B0,, SETB P3.0
0045
www.eeworm.com/read/435436/7792254
asm tem.asm
ORG 0000H
JMP START
ORG 0040H
START:
LCALL ZHUANHUAN
SETB P3.0
SETB P3.1
SETB P3.2
SETB P2.0
SETB P2.1
SETB P2.2