-
a very useful network programming, which is equivalent to a mail server, able to...
一个很有用的网络程序,相当于一个邮件服务器,能实现邮件的转发-a very useful network programming, which is equivalent to a mail server, able to forward mail
- 2022-03-23 04:46:12下载
- 积分:1
-
一个完整的IOCP类,可以直接使用,方便!
一个完整的IOCP类,可以直接使用,方便!-A complete IOCP classes can be used directly to facilitate!
- 2022-02-04 06:25:02下载
- 积分:1
-
关于FTP的代码,支持网络间的文件传输,用户权限的设定.
关于FTP的代码,支持网络间的文件传输,用户权限的设定.-on FTP code, the support network file transfer, set user privileges.
- 2022-01-31 12:07:58下载
- 积分:1
-
flsah素材源码
flsah素材源码-人物图案系列02 人物图案系列02 -flsah source material-figure logo Series 02 figures pictorial series 02 Series 02 figures pictorial characters pictorial series 02 Series 02 figures pictorial characters logo Series 02
- 2022-03-25 18:08:03下载
- 积分:1
-
78576
设置驱动器的卷标,VC++精选编程学习源码,很好的参考资料。(Set the drive label, VC++ select learning programming source code, a good reference.)
- 2013-11-28 10:43:27下载
- 积分:1
-
一个网络流量统计的例子,使用了iphlpaip库
一个网络流量统计的例子,使用了iphlpaip库-An example of network traffic statistics, the use of the library iphlpaip
- 2023-03-23 11:45:04下载
- 积分:1
-
12
Exercise 10: Pointers
1. Write a program that reads 5 integers into an array, and then uses four different methods of accessing the members of an array to print them out in reverse order(倒序).(Exercise 10: Pointers
1. Write a program that reads 5 integers into an array, and then uses four different methods of accessing the members of an array to print them out in reverse order)
- 2018-06-17 17:44:19下载
- 积分:1
-
(ebook---pdf)-Addison-Wesley---Extreme-Programmin
First, XP is a programming discipline. We’ll look at a core innovation:
how “test-first” changes the programming process itself.
We’ll also discuss refactoring, the way XP programmers improve
their code.
Second, XP is a team discipline. It has evolved a number of
practices that help produce a high-performing team. We’ll compare
XP to alternative practices, and see some of them in action.
- 2013-03-25 22:32:56下载
- 积分:1
-
DCOM version of the remote computer desktop management, DCOM version of the remo...
DCOM版远程计算机桌面管理,DCOM版远程计算机桌面管理-DCOM version of the remote computer desktop management, DCOM version of the remote computer desktop management
- 2023-05-09 04:05:04下载
- 积分:1
-
Employee
创建四个类,分别为Employee类、SalariedEmplyee类、HourlyEmployee类和CommissionEmployee类。其中Employee类是其他三个类的父类。Employee类包含姓名和身份证号。除此之外,SalariedEmployee类还应包含每月工资;HourlyEmployee类还应包含每小时工资数和工作时间数;CommissionEmployee还应包含提成比例和销售总额。每个类都应有合适的构造方法、数据成员的设置和读取方法。编写一个应用程序,创建这些类的对象,并输出与对象相关的信息。注意子类有时需调用父类的构造方法和被覆盖的方法,成员变量定义为private,对有些方法实现重载。
(Create four categories, namely the Employee class, SalariedEmplyee class, HourlyEmployee classes and CommissionEmployee classes. Employee class is the parent class where the other three classes. Employee class contains the name and ID number. In addition, SalariedEmployee class also includes a monthly salary HourlyEmployee class should also include the number of hourly wages and the number of working hours CommissionEmployee should also include the proportion and total sales commission. Each class should have the right to set and read the constructor method, data members. Write an application to create objects of these classes, and output information associated with the object. Sometimes need to call attention to a subclass of the parent class constructor and methods are covered, member variables defined as private, to achieve overloading of some methods.)
- 2013-11-27 11:43:06下载
- 积分:1