代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/491495/6436312
vhd switch.vhd
-- 库声明
library IEEE;
use IEEE.STD_LOGIC_1164.all;
-- 实体声明
entity switch is
port (
din1 : in STD_LOGIC;
din2 : in STD_LOGIC;
sel : in STD_LOGIC;
dout : out STD_LO
www.eeworm.com/read/489538/6473305
gif switch.gif
www.eeworm.com/read/488983/6481228
hex switch.hex
:1034520078427601123096122F9D122DCC122C6BCF
:1034620012275A7FAA1238087F551238087F001295
:1034720038087FFF1238087F88123808D2AF120945
:1034820059121F8C30020BC202123DDF1213A278B6
:1034920042067842E6F
www.eeworm.com/read/488983/6481245
plg switch.plg
礦ision3 Build Log
Project:
D:\Project\06 电话交换机\06\switch\Switch.uv2
Project File Date: 11/09/2007
Output:
www.eeworm.com/read/488983/6481253
opt switch.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/488983/6481257
h switch.h
#ifndef _SWITCH_H
#define _SWITCH_H
#include
#include "intrins.h" //可以用_nop_();
//Type difine*****************************
typedef unsigned char uint8;
typedef unsigned char UCHAR;
t
www.eeworm.com/read/488983/6481258
orc switch.orc
F797 DECORDDTMF
F083 DTMFSEND
F79F EXTTELCHECK
F78F OUTSIDETELRINGCHECK
F783 RESOURCEWATCH
F48F RINGTIMETICK
F381 RS232INIT
F301 RS232RECEIVE
F083 SYSTEMINIT
C000 SYSTEMTIMETICK
F4
www.eeworm.com/read/488983/6481261
lnp switch.lnp
"main.obj",
"Rs232.obj",
"TelOperate.obj",
"SoundInTel.obj",
"Communication.obj"
TO "Switch"
RAMSIZE(256)
www.eeworm.com/read/487368/6510732
c switch.c
# include
void main()
{
int num;
/* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */
int indiv, ten, hundred, thousand;
int ten_thousand, hundred_thousand, place;
printf("请输入一个整数(0~99