代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch.hif
Version 6.0 Build 178 04/27/2006 SJ Full Version
26
1317
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
-
switch.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_unsigned.all;
entity switch is
port(
led1,led2,led3,led4 : out std_logic;
key1,key2,key3,key4 : in std_l
switch.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
switch.c
# include
void main()
{
int num;
/* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */
int indiv, ten, hundred, thousand;
int place;
printf("请输入一个整数(0~9999):");
scanf("%d", &num);
switch.c
# include
void main()
{
int num;
/* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */
int indiv, ten, hundred, thousand;
int ten_thousand, hundred_thousand, place;
printf("请输入一个整数(0~99
switch.cpp
#include
using namespace std;
int main()
{
const char* msg_to_usr(int tries)
{
const int cnt=5;
static const char* guess[cnt]=
{
"Go on ,please make a guess. ",
"
switch.dsp
# Microsoft Developer Studio Project File - Name="switch" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co