代码搜索:抄表器
找到约 10,000 项符合「抄表器」的源代码
代码结果 10,000
www.eeworm.com/read/487908/6501849
txt 通用寄存器.txt
-- Universal Register
-- This design is a universal register which can be used as a straightforward storage register, a bi-directional shift register, an up counter and a down counter.
-- The regis
www.eeworm.com/read/485594/6553806
asm 存储器扩展.asm
DATA SEG
MENT
SA DB 'WRONG:$'
AS DB 'RIGHT:$'
ASCDEC DB 10 DUP(?)
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START: MOV AX,DATA
XOR SI,SI
www.eeworm.com/read/485639/6555586
doc 遥控接收器.doc
www.eeworm.com/read/485639/6555610
doc 遥控发射器.doc
www.eeworm.com/read/485415/6561568
doc spi寄存器.doc
www.eeworm.com/read/484805/6575235
opt s程控接线器.opt
www.eeworm.com/read/484805/6575237
plg s程控接线器.plg
Build Log
--------------------Configuration: S程控接线器 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\lyg\LO
www.eeworm.com/read/484805/6575238
txt s程控接线器.txt
/* s programable rectifier */
#include "stdio.h" /* head file */
main() /* main function */
{
int n=0,i=0; /* define two vars */
int pcm[9]={0,1,2,3,4,5,6,7,8},pcm1[9]; /* define
www.eeworm.com/read/484805/6575240