-
C 语言中的类模拟(C++编程思想) 在面向对象的语言里面,出现了类的概念。这是编程思想的一种进化。所谓类:是对特定数 据的特定操作的集合体。所以说类包含了两个...
C 语言中的类模拟(C++编程思想) 在面向对象的语言里面,出现了类的概念。这是编程思想的一种进化。所谓类:是对特定数 据的特定操作的集合体。所以说类包含了两个范畴:数据和操作。而C 语言中的struct 仅仅是数 据的集合。-C language of analog (C Programming thinking), the object-oriented languages inside, a kind of concept. This program is an evolutionary thinking. The so-called categories : data specific to the particular operation of the collectivity. So category contains two areas : data and operation. While the C language struct is just a collection of data.
- 2023-02-17 03:05:04下载
- 积分:1
-
广播通信
广播通信-broadcast communications
- 2022-06-20 22:44:48下载
- 积分:1
-
dosboxkeyi yonglaiwangdosyouxi
dosboxkeyi yonglaiwangdosyouxi
- 2022-11-16 13:40:03下载
- 积分:1
-
Scroll demo example screenshots
滚屏截图的演示例子-Scroll demo example screenshots
- 2022-01-21 06:12:28下载
- 积分:1
-
一个趣味拼图游戏的源代码
一个趣味拼图游戏的源代码-an interesting puzzles and the source code
- 2022-03-24 00:20:58下载
- 积分:1
-
上传一个MPEG4的源代码 很不错的哦
上传一个MPEG4的源代码 很不错的哦-From an MPEG4 source code is very good oh
- 2022-01-31 12:42:03下载
- 积分:1
-
PCI
pci-1716数字信号采集源程序-PCI-1716 digital signal acquisition source
- 2022-06-30 00:55:58下载
- 积分:1
-
利用gSoap生成的WebServer服务端提供Add、Sub、Mul、Div等接口
应用背景做为WebServer服务端,提供加、减、乘、除四个WebServer服务的接口。使用C/C++语言进行开发WebServer服务,可以练习使用开源的gSoap框架,区别于用其他语言进行的WebServer服务的开发。关键技术利用gSoap框架,根据calcsoap.h文件,生成wsdl文件和相关的 soapServer.cpp、soapC.cpp、soapH.h、soapStub.h 文件,新建 VC 2008 基于 Win32 控制台的应用程序,作为WebServer服务端,提供 ns__add、ns__sub、ns__mul、ns__div(即加、减、乘、除)四个WebServer服务的接口,并支持利用提供 calcsoap.wsdl 文件给 soap UI 测试工具进行测试。
- 2022-03-18 13:16:42下载
- 积分:1
-
Space time block codes
Space time block codes
- 2022-05-29 03:16:56下载
- 积分:1
-
运算数为一位整数 运算符为 +,
运算数为一位整数 运算符为 +,-,*,/,(,) 输入任意一个算术表达式E;求表达式E的值, 输出结果。-Computing an integer number +,-,*,/,(,) enter any operator for an arithmetic expression E seek an expression E, the value of output.
- 2022-06-29 20:37:48下载
- 积分:1