### 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 'Targe
http://www.codebf.com/read/411802/2181602
#include void Ledon(); void Ledoff(); void Delayx10ms(Byte count); void ForDemo2(Byte ontime,offtime) { Byte i; for(i=0;i
http://www.codebf.com/read/411802/2181604
/* * FOR.C - for internal batch command. * * * History: * * 16-Jul-1998 (Hans B Pufal) * Started. * * 16-Jul-1998 (John P Price) * Seperated commands into ind
http://www.codebf.com/read/409921/2220650
#objdump: -d --prefix-addresses #name: MRI structured for #as: -M # Test MRI structured for pseudo-op. .*: file format .* Disassembly of section .text: 0+000 clrw %d1 0+002
http://www.codebf.com/read/395929/2429195
; Test MRI structured for pseudo-op. xdef foo foo clr d1 for d0 = #1 to #10 by #2 do add d0,d1 arbitrary text 'in comment field if then break endi endf clr d1 for d0 = #10 d
http://www.codebf.com/read/395929/2429203
/*2、从键盘输入一个数,计算这个数的阶层 说明: 阶层 一个自然数从1到它本身所有数字的乘积 例如 (5的阶层)5!=5*4*3*2*1=120 提示: 用while、do……while、for语句三种方式完成。 使用循环让每个数相乘 使用一个变量保存每一次的乘积*/ #include void main() { int i= ...
http://www.codebf.com/read/380309/2661322
http://www.codebf.com/read/378241/2687547
http://www.codebf.com/read/378241/2687549
fx() { i=0 for (( ; i < 3; i++ )) do echo $i done for (( i=0; ; i++ )) do if (( i >= 3 )); then break; fi echo $i done for (( i=0; i
http://www.codebf.com/read/374581/2749462
0 1 2 0 1 2 0 1 2 0 2 4 fx is a function fx () { i=0; for ((1; i < 3; i++ )) do echo $i; done; for ((i=0; 1; i++ )) do if (( i >= 3 )); then break;
http://www.codebf.com/read/374581/2749463
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机