代码搜索结果

找到约 10,000 项符合 Switch 的代码

mcuqd.lst

C51 COMPILER V8.02 MCUQD 02/25/2008 15:23:36 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE MCUQD OBJECT MODULE PLACED IN m

mcuqd.c

#include"reg51.h" #define uchar unsigned char #define uint unsigned int #define switch_temp P1 uint A,pwm,time; uchar period=500; uchar high=300; void logic(void) { A=P3; A=A&0x1C;

martix_keyboard_samea.c

#include #define uchar unsigned char #define uint unsigned int #define ulong unsigned long sbit choose_du=P2^6; sbit choose_we=P2^7; /*uchar code table[]={ //0-9的共阴极代码 0x3f,0x06,

图像识别模组电路原理图.opj

(ExpressProject "EagleDemo" (ProjectVersion "19981106") (ProjectType "PCB") (Folder "Design Resources" (Folder "Library" (File ".\library1.olb" (Type "Schematic Library")

type.h

//Type.h #ifndef _TYPE_H_ #define _TYPE_H_ //typedef void VOID; //0 bit. #define VOID void //8 bits. typedef char CHAR; //8 bits. typedef unsigned char UCHAR; //8

usb.cmd

-l rts.lib -mtest13.map -otest13.out MEMORY { PAGE 0: PROG: origin = 2080h, length = 5000h PAGE 1: DATA: origin = 0080h, length = 2000h } SECTIONS { .text > PROG PA

exp03.cmd

MEMORY { PAGE 0: PROG: origin = 1a00h, length = 2580h PAGE 1: DATA: origin = 0200h, length = 1800h } SECTIONS { .text > PROG PAGE 0 .cinit > PROG PAGE 0 .swi

exp01.cmd

MEMORY { PAGE 0: PROG: origin = 1a00h, length = 2580h PAGE 1: DATA: origin = 0200h, length = 1800h } SECTIONS { .text > PROG PAGE 0 .cinit > PROG PAGE 0 .swi

a00010.html

The Protothreads Library 1.4: lc-switch.h Fil

bstnode.cpp

// BSTNode.cpp: implementation of the BSTNode class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "BSTNode.h" ///////////////////////