代码搜索结果

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

595led.h

extern void SIOLED_Initial(void); extern void SIOLED_G0Send(unsigned int SIO_D0); extern void SIOLED_G1Send(unsigned char SIO_D1); extern void RGLED_Switch(unsigned char Light_RG); extern void Fla

power.c

//File_name: Power.c //Function: 逆变电源的控制 //Author: 郭建成 //Creat Date: 2007/5/30 //Finish Date: 2007 //#include "math.h" #include "DSP28_Device.h" #include "DSP28_Globalprototypes.h

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

owncmd.cmd

-l DspSyscfg.cmd SECTIONS{ .text: {} > SARAM .switch: {} > SARAM .bss: block(0x10000) {} > SARAM .cinit: {} > SARAM .pinit: {} > SARAM .const:

键盘输入数字转换.txt

uchar keyboardconvert(uchar tmp) { switch (tmp) { case 0x03:return 0; case 0x9f:return 1; case 0x25:return 2; case 0x0c:return 3; case 0x99:return 4; case 0x49:return 5; case

vga_top.v

//*************************************************************************** // Filename: vga_top.v // // Top-level file for the vga controller assignment. Instantiates two // controllers: one

task2.c

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

icetek-dm642-pci.cmd

-w -heap 0x1000 -stack 0x1000 -lrts6400.lib MEMORY { IRAM: o = 00000000h l = 00040000h /* 片内256K字节 */ CE0: o = 80000000h l = 02000000h /* 片外32M字节 */ } SECTIONS

switcher_bus.vhd

-- library IEEE; use IEEE.STD_LOGIC_1164.all; entity switch_bus is generic(BUS_WIDTH:integer:=8); port(din1:in std_logic_vector(BUS_WIDTH-1 downto 0); din2:in std_logic_vector(BUS_WIDT

task2.c

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