搜索资源列表
-
0下载:
在DOS下的接口技术,键盘接口的编程,鼠标接口的编程串口的接口编程-DOS interface technology, the programming interface keyboard and mouse interface Serial Programming Interface Programming
-
-
0下载:
VC的一本书《远程控制编程技术》的全书源码下载,这些源码都是可以用vc++6.0重新编译的,像远程重启计算机、将键盘操作传递到远程计算机上、锁定ip等,如果您之前对VC远程控制编程不太懂,那么这些源码可作为入门到高级的全系列参考源码,有兴趣的还可找出这本书看一看,远程控制编程的一些VC++源码分享与大家-VC book " Remote Control Programming" The book source code download, source can be used
-
-
0下载:
This is the code which calculates the sum of the reciprocal values of the numbers in the range of 1 to 20th Do not enter anything over the keyboard. The calculated sum is displayed. The code is written in C + + programming language.
-
-
1下载:
问题描述:一个算术表达式是由操作数(operand)、运算符(operator)和界限符(delimiter)组成的。假设操作数是正整数,运算符只含加减乘除等四种运算符,界限符有左右括号和表达式起始、结束符“#”,如:#(7+15)*(23-28/4)#。引入表达式起始、结束符是为了方便。编程利用“算符优先法”求算术表达式的值。
基本要求:从键盘读入一个合法的算术表达式,输出正确的结果;显示输入序列和栈的变化过程,操作数类型扩充到实数。
-Problem Descr iption: An
-