代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch2std
#!/bin/bash
MAKEFILES=`find . -name Makefile.std`
for i in ${MAKEFILES} ; do
( cd `dirname ${i}` && rm -f Makefile && ln -sf Makefile.std Makefile )
done
switch2omk
#!/bin/bash
MAKEFILES=`find . -name Makefile.omk`
for i in ${MAKEFILES} ; do
i=`dirname ${i}`
rm -f ${i}/Makefile
cp Makefile4omk ${i}/Makefile
done
make default-config
switch2.c
/* Demonstrates the switch statement correctly. */
#include
int main( void )
{
int reply;
puts("\nEnter a number between 1 and 5:");
scanf("%d", &reply);
switch (r
switch_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 d
switch lamp.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\14 Switch Lamp\Switch Lamp.uv2
Project File Date: 06/29/2006
switch lamp.lnp
"Switch Lamp.obj"
TO "Switch Lamp"
switch lamp.hex
:0B000000209704C29080F9D29080F598
:00000001FF