-
一些简单的小VB知识及技巧合集,包括游戏以及简单的开发,给同学作为参考。...
一些简单的小VB知识及技巧合集,包括游戏以及简单的开发,给同学作为参考。-some simple small VB knowledge and skills Collection, including games, and the development of simple, as a reference for students.
- 2022-10-30 04:35:08下载
- 积分:1
-
Telnet
telnet
- 2022-03-18 06:59:41下载
- 积分:1
-
C++中的字符串类的程序
C++中的字符串类的程序-C string of procedures
- 2022-03-19 04:50:38下载
- 积分:1
-
fibnocie系列C + +
应用背景代码:#包括
- 2022-02-20 04:17:33下载
- 积分:1
-
Echo servers in the multithreading problem
在Echo服务器上的多线程问题-Echo servers in the multithreading problem
- 2022-04-29 16:19:35下载
- 积分:1
-
the basic principles of GPS communications code system and location
GPS 的基本原理通讯码制及定位应用-the basic principles of GPS communications code system and location-based applications
- 2022-06-15 07:24:39下载
- 积分:1
-
这是ipm公司的16c550芯片资料,有用的各位随便下载啊
这是ipm公司的16c550芯片资料,有用的各位随便下载啊-IPM This the 16c550 chip information useful to the casual download ah
- 2023-05-04 23:30:03下载
- 积分:1
-
实现功能: 打开控制台窗口、关闭控制台窗口、在控制台窗口里执行DOS命令、清除控制台窗口、光标定位、输出文本、设置文本颜色等。...
实现功能: 打开控制台窗口、关闭控制台窗口、在控制台窗口里执行DOS命令、清除控制台窗口、光标定位、输出文本、设置文本颜色等。-functionality : Open the Console window closed console window, in the console window in implementing the DOS command to remove the console window, the cursor positioning, text output, set the text color, and etc..
- 2022-04-06 13:12:00下载
- 积分:1
-
Distance Education Design and Implementation of Policy Distance Education Design...
远程教育平台的设计和实现策略远程教育平台的设计和实现策略-Distance Education Design and Implementation of Policy Distance Education Design and Implementation of Policy
- 2022-03-29 20:57:14下载
- 积分:1
-
定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorc...
定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。在main()函数中定义vehicle、bicycle、motorcar、motorcycle的对象,调用其Run()、Stop()函数,观察其执行情况。再分别用vehicle类型的指针来调用这几个对象的成员函数,看看能否成功;把Run、Stop定义为虚函数,再试试看。-The definition of a car (vehicle) base class, with Run, Stop and other member functions, thus derived a bike (bicycle), automobiles (motorcar) class, derived from the bicycle and motorcar motorcycle (motorcycle) class, they all Run , Stop and other member functions. In the main () function is defined in the vehicle, bicycle, motorcar, motorcycle object, call its Run (), Stop () function is to observe its implementation. Each with a pointer with the vehicle type to call the member functions of these objects to see if successful the Run, Stop is defined as virtual functions, try again.
- 2022-08-11 22:22:15下载
- 积分:1