搜索资源列表
asm
- 电子选择器,是利用TND-MD教学系统实现的,用来作为特定场合投票机器统计使用。所用到的芯片主要有8253定时计数器、8255A并行接口电路芯片等。使用时,用户用键盘输入A,B,C,D这四个字母中的一个来作为已经选择的项目,程序将在屏幕上对应显示已经选择的“A,B,C或者D”,并且通过控制扬声器,发出对应的频率声音信号,同时相对应的LED灯也对应发光,以便于位于远处的计票员进行远程计票。-Electronics selector is the use of TND-MD teaching sys
5
- Visual C++ 6.0平台(操作员级) 一:简答题 1、面向对象的特征有哪些方面? 2、do……while和while……do有什么区别? 3、队列和栈有什么区别? 4、引用与指针有什么区别? -failed to translateNMBMBMBNMBMBMBMMMMMMMMMMMMBMBMB
interrupt
- 对于系统级语言设计之一的中断程序设计包括软中断和硬中断。后者设计到硬件端口的读写操作等等,应该用汇编实现比较好。而前者用C实现就要方便得多的了。-For system-level language design, one of the interrupt program design including soft and hard break interrupt. The latter design to the hardware port to read and write operation
MVC-Pattern-(12-Samples)
- 12个ASP.NET MVC3例子,C#语言编写,Visual Studio 2010 Ultimate环境,-Download Visual Studio 2010 Ultimate and ASP.NET MVC3,While running samples in this solution remember to close all opened files. Otherwise you will face compilation errors.
mirror
- C语言 对图像镜像变化,同时下半部色差反转-C language mirror changes in the image, while the lower half of the color reversal
c
- 为给定编程语言设计语法分析器其内容包含LL(1)预测分析表、语法分析器的处理流程等-program compoundstmt stmt ifstmt | whilestmt | assgstmt | compoundstmt compoundstmt { stmts } stmts stmt stmts | ifstmt if ( boolexp
111
- 单片机无线遥控接收模块C程序源码: void main(void) { P2_7=0 //开数码管显示 选通左右侧的数码管 P0=0xc0 //初始显示数字0 while(1){ P1=0xff //P1口设置为输入状态 先全部写1 i=P1 //赋值给临时存贮变量 i=i&0x0f //和0x0f相与 屏蔽高四位,读取无线遥控码 if (i==0x04)//如果是0x04,则代表
c
- 程序分析:利用while语句,条件为输入的字符不为 是很好的例子-take advantage of while program,the condition is input number,it is good example
c
- 用Dev C++实现do..while功能-Do..while function realized by Dev C++