代码搜索结果
找到约 10,000 项符合
2 的代码
2-2.c
/*2-2.C*/
#include
#include
#include
int main(void)
{
char filename[80];
union REGS inregs,outregs;
struct SREGS segregs;
printf("Enter filename:");
gets(filena
2-2.asm
data segment
T0 equ 280H
T1 equ 281H
T2 equ 282H
ctl53 equ 283H
data ends
code segment
assume cs:code , ds:data
start:
mov dx,ctl53
2-2.m
isvarname 8th_column
% 变量名第一个字母为数字不正确
and2_2.vhd
--与非门的结构描述
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
ENTITY and2_2 IS
PORT(
a,b: IN bit;
y: OUT bit);
END ;
ARCHITECTURE struct OF and2_2 IS
component inv_comp
and2_2.vhd
--与非门的结构描述
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
ENTITY and2_2 IS
PORT(
a,b: IN bit;
y: OUT bit);
END ;
ARCHITECTURE struct OF and2_2 IS
component inv_comp
2-2.html
无标
2-2.txt
例2.2
#include
int main()
{
char name[20];
coutname;
cout