代码搜索结果

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

pt2313.h

#include "at8xc51snd1.h" #include "system.h" void send_audio_switch(uchar audio); void send_volume(uchar byte); void send_attenuators(uchar LF,uchar RF,uchar LR,uchar RR); void send_base(uchar

uart_top.pss

| 9c5c5ea141c9f725b465570285931b0 baudrate_generator:U_BG f2d9492cbf324deca8563f2852a9dc switch_bus:U_BusSwitch d9723f594a48f46039dc452d9ae9d4b uart_core:U_Core 552f6c2fb91fc1f5308a68dc6e916dd1

dds.tlg

@N: CD630 :"G:\eda\qdds\dds.vhd":3:7:3:9|Synthesizing work.dds.behav @N: CD630 :"G:\eda\qdds\data_sin.vhd":39:7:39:14|Synthesizing work.data_sin.syn @N: CD630 :"G:\eda\qdds\data_sin.vhd":55:11:55:

options.c

/* * * This is free software. You can redistribute it and/or modify under * the terms of the GNU General Public License version 2. * * Copyright (C) 1998 by kra * */ #include "hunt.h" #include

atari.h

/* Definitions of target machine for GNU compiler. Atari TT ASV version. Copyright (C) 1994, 1995 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can r

dtmf_generator.c

/*****************************************************************************/ /* */ /* FILENAME

cpu_test.vhd

-- VHDL Test Bench Created from source file cpu_engine.vhd -- 12:41:11 06/20/2003 -- -- Notes: -- This testbench has been automatically generated using types std_logic and -- std_logic_vector for th

task2.c

/******************************************************************************/ /* */ /* Task 2: Count as fast as possi

keyboard.c

#include #define uchar unsigned char //数码管显示段表 uchar code codetab[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71}; //键盘扫描段表 uchar code duancode[]={0X

main.c

#include #include "operate_stack.h" main() { int scan_switch,scan_max,push_top_x; Stack stack_one, *stack_p; stack_p=&stack_one; while(1) { printf("1.建立空的顺序栈\n"); printf