-
一个很好的SOKET通信程序,包括客户端和服务器端,编译时候带参数/c或者/s...
一个很好的SOKET通信程序,包括客户端和服务器端,编译时候带参数/c或者/s-a good socket communication program, including client and server sides. Compile with parameter /c or /s
- 2022-02-02 15:33:35下载
- 积分:1
-
高质量的C++编程,给有志成为C++高手的一点资料
高质量的C++编程,给有志成为C++高手的一点资料-High-quality C++ programming, to the C++ who wish to become a master of that information
- 2023-01-08 21:45:04下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
读写Excel文件
读写Excel文件- Read-write Excel document
- 2022-01-25 20:23:09下载
- 积分:1
-
学生成绩管理系统
该程序系统是由C语言写成的学生成绩管理系统,可以全面的对学生的成绩进行管理,包括输入输出信息、成绩;查询成绩;删除成绩;插入成绩;输出所有学生成绩的统计结果;学生成绩信息排序;成绩信息存档等功能
- 2022-01-27 18:34:09下载
- 积分:1
-
C++教程的指针
C++ Tutorial on pointers
- 2022-07-07 03:16:36下载
- 积分:1
-
C++网络通信源代码
C++网络通信源代码-C source code for network communication
- 2022-01-31 04:21:50下载
- 积分:1
-
实例63 通过内存映射实现Exe程序间的数据交换
实例63 通过内存映射实现Exe程序间的数据交换-Examples 63 through the memory mapping procedures Exe realize data exchange between
- 2022-02-24 20:37:35下载
- 积分:1
-
这是一个用VB编写的个人信息管理系统的程序 此程序可以帮助你管理个人信息 可以写日记 可以对自己的通讯录进行管理等多种功能...
这是一个用VB编写的个人信息管理系统的程序 此程序可以帮助你管理个人信息 可以写日记 可以对自己的通讯录进行管理等多种功能-This a Visual Basic personal information management system of this procedure can help you manage personal information can be a diary of their directories for a variety of management functions
- 2022-03-24 13:31:43下载
- 积分:1
-
计算机组成原理中的构建CPU
将一个现有的16位带流水的CPU改造成8位带流水CPU,可以增加功能,但不能减少原系统功能。 阅读源代码,源代码主要包括9个实体文件: (A)CPUEntity(完整的CPU) (B)ExEntity(指令执行模块) (C)Addr_muxEntity(地址选择模块) (D)ForwardingEntity(旁路处理模块) (E)HazardDetectEntity(结构相关处理模块) (F)IDEntity(指令译码模块) (G)IFEntity(取指模块) (H)MemAccessEntity(访存模块) (I)unitPack(常量定义文件) 其中(I)是辅助文件,(
- 2022-08-19 22:13:27下载
- 积分:1