代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/14961/426880
opt 置数程序.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/14961/426883
plg 置数程序.plg
礦ision2 Build Log
Project:
G:\基于Proteus的8051单片机仿真与应用\程序与仿真\第3章 51系列软件程序设计与仿真\3.1 清零与置位程序的设计与仿真\置位\置数程序.uv2
Project File Date: 04/26/2008
Output:
www.eeworm.com/read/14961/426887
asm 置数程序.asm
ORG 0030H
MOV R0,#0D8H ;置位次数设置(256-40=0D8H)
MOV R1,#20H ;指向置位开始地址
SETD: MOV A,#0FEH ;将累加器A置数
MOV @R1,A ;将累加器的内容送入地址
INC R1 ;指向下一个地址
www.eeworm.com/read/15393/450073
previous backup of 数电
www.eeworm.com/read/16645/681821
txt 猜数游戏.txt
#include
#include
#include
void main( )
{
char input[10],s,b;
int i,a,j=0;
printf("\t\t猜数游戏\n");
printf("系统随机产生一个1-100之间的整数,猜测这个整数!\n");
printf("A:模式
www.eeworm.com/read/41490/920748
vi 计算峰数.vi
www.eeworm.com/read/41682/921067