代码搜索结果
找到约 10,000 项符合
2 的代码
ide2.#2
#include // SFR声明
#include
//-----------------------------------------------------------------------------
// C8051F02X的16位SFR定义
//-----------------------------------
2.dp2
2.o: D:/icc/include/iom128v.h
2-2.m
x = logspace(-1,2);%产生具有log特性点组
loglog(x,exp(x))%绘制双对数图形
grid on %打开网格线
2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Target 1'
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.cpp
#include
void main(void)
{
int year;
bool IsLeapYear;
cout > year;
IsLeapYear = ((year % 4 == 0 && year % 100 != 0) || (year % 400 == 0));
t2_2
; t2_2 CALL CADD
ORG 2000H
MOV R0,#20H
MOV R1,#40H
MOV R3,#02H
LCALL CADD
;
ORGD 20H
DATA1: DB 12H,34H
ORGD 40H
DATA2: DB 11H,11H
; CADD
2-2.htm
§2.2 在状态栏显示滚动的文字