代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/159529/5582771
h usb-ohci.h
/*
* URB OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber
* (C) Copyright 2000-2001 David Brownell
*
www.eeworm.com/read/159529/5582809
h usb-ohci.h
/*
* URB OHCI HCD (Host Controller Driver) for USB.
*
* (C) Copyright 1999 Roman Weissgaerber
* (C) Copyright 2000-2001 David Brownell
*
www.eeworm.com/read/475860/6767553
m51 zkjp.m51
BL51 BANKED LINKER/LOCATER V4.13 05/28/2005 21:42:02 PAGE 1
BL51 BANKED LINKER/LOCATER V4.13, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE ZKJP.o
www.eeworm.com/read/475887/6768299
c key.c
#include
#include "typedef.h"
#define Nothing 100
//端口定义
sbit C1 = P2^3;
sbit C2 = P2^4;
sbit C3 = P3^2;
sbit C4 = P3^3;
sbit R1 = P3^4;
sbit R2 = P3^5;
sbit R3 = P3^0;
sbit
www.eeworm.com/read/475887/6768308
lst key.lst
C51 COMPILER V8.02 KEY 11/26/2006 21:57:40 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE KEY
OBJECT MODULE PLACED IN key
www.eeworm.com/read/475600/6774132
asm test5.asm
;=================================================
;
; 多功能红外单片机开发板 配套实验板学习例程
;
; 中国DSP网
;
; http://www.chinadsp.cn
; E-mail:ylmcu@163.com
;=================================================
www.eeworm.com/read/252613/6787767
cpp zdeflate.cpp
// zdeflate.cpp - modified by Wei Dai from:
// Distributed with Jean-loup Gailly's permission.
/*
The following sorce code is derived from Info-Zip 'zip' 2.01
distribution copyrighted by Mark
www.eeworm.com/read/475125/6792310
v cis_test.v
`timescale 1ns/1ns
module cie_scan_test;
// Inputs
reg CLK;
reg RESET;
// Outputs
wire LOCK;
wire clk1;
wire sp;
wire tr;
wire [7:0] light;
wire CLKOP;
// Bidirs
// Instantiate the
www.eeworm.com/read/474871/6796852
v cis_test.v
`timescale 1ns/1ns
module cie_scan_test;
// Inputs
reg CLK;
reg RESET;
// Outputs
wire LOCK;
wire clk1;
wire sp;
wire tr;
wire [7:0] light;
wire CLKOP;
// Bidirs
// Instantiate the
www.eeworm.com/read/394257/8240285
asm 倒计时演示2.asm
;利用中断的99秒倒计时器
ORG 00H
JMP START
ORG 0BH
JMP TIM0
START:MOV R3,#00
MOV R4,#100
MOV DPTR,#TABLE
MOV SP,#40H
MOV TMOD,#01H
MOV TH0,#HIGH(65536-3800)
MOV TL0