搜索资源列表
RPC
- 一个RPC例子,远程调用一个计算阶乘的函数。具体编写过程如下: 1、创建一个.idl文件, 为应用程序的远地函数定义一个接口。(RpcFact.idl文件) 2、应用程序属性配置文件 (RpcFact.acf文件) 3、用MIDL编译器编译RpcFact.idl文件,在Dos中输入命令midl RpcFact.idl。经过编译之后, 会生成这几个文件: RpcFact.h、RpcFact_s.c 和RpcFact_c.c 4、本例中阶层函数的实现(RpcFact.c文件) 5
calculate
- c语言编写的dos界面下的计算器,支持加减乘除括号等简单运算,代码清晰注释丰富,可作为新手学习栈的使用-c language calculator dos interface, support brackets and other simple arithmetic operations, code clear notes and rich, as a novice to learn the use of the stack