-
CPP-use-shared-memory-
C++ 使用共享内存实现进程间通信。
文件映射是一种实现进程间单向或双向通信的机制。它允许两个或多个本地进程间相互通信。为了共享文件或内存,所有的进程必须使用相同的文件映射的名字或是句柄。
为了实现共享文件,第一个进程先调用CreateFile方法。接下来调用CreateFileMapping方法来创建一个文件映射对象。并为文件映射指明一个句柄和名称。由于事件,信号,互斥对象和文件映射等这些内核对象都共享同一个名字空间,所以如果这个名字和其他一个对象的名称重名的话那么将创建失败。(C++ use shared memory to achieve inter-process communication)
- 2014-03-10 20:09:42下载
- 积分:1
-
vcPP
用VC++6.0获取系统信息用VC++6.0获取系统信息用VC++6.0获取系统信息(vc++ get system information vc++ get system information vc++ get system information )
- 2012-04-28 11:37:24下载
- 积分:1
-
NXGJ
公交的定票系统,可以选站名,路线还有其他一些功能(ABOUT BUS)
- 2013-09-08 12:56:22下载
- 积分:1
-
TravelAgency
旅行社问题,涉及到消费者,航班,旅店等的一些相关函数,作为微软的一些教学程序。(Travel Service, involving consumers, flights, hotels, etc. a number of related functions, as Microsoft' s some teaching programs.)
- 2010-12-31 17:01:50下载
- 积分:1
-
sha
sha c++ class to use in windows exe
- 2016-02-29 15:32:41下载
- 积分:1
-
802.16
802.16 protocol specification
- 2007-09-13 15:07:33下载
- 积分:1
-
Qt-read-write-Excel-with-QAxObject
Qt的windows商业版本提供了ActiveQt这个framework,使用这个组件我们可以在Qt中使用ActiveX控件。
这个代码提供了基本的Excel操作范例:打开 关闭 读写
另外,还实现了如何在Excel中插入散点图图表并添加趋势线,获取趋势线方程。
可以供进一步开发参考之用。
QAxContainer不包含在QtCore里面,所以要使用这里的代码的话还必须要在.pro文件中添加CONFIG+=qaxcontainer。
配套说明详见这里: http://blog.csdn.net/fcqwin/article/details/17885557(Qt provides a commercial version of windows ActiveQt this framework, we can use this component to use ActiveX controls in Qt. This code provides the basic Excel operations Example: opening and closing reader Also, realize how to insert a Scatter chart in Excel and add trend lines to get the trend line equation. Can be used for further development of reference. QAxContainer not included in QtCore inside, so you want to use this code, then you must also want to add CONFIG+ = qaxcontainer in. Pro file. See complete instructions here: http://blog.csdn.net/fcqwin/article/details/17885557)
- 2014-01-05 17:26:51下载
- 积分:1
-
Step by step teach you how to program Objective
Step by step teach you how to program Objective-C 2.0 on Mac OS X.
- 2022-02-05 04:32:29下载
- 积分:1
-
710013
串口的通讯类,实现了串口通讯功能,解压后添加到VC工程里即可(A serial port communication, realize the function of serial port communication, after decompression can be added to the VC project)
- 2017-06-10 16:12:40下载
- 积分:1
-
Unidade_3_Fluxo_de_Potencia_New
Document describing the Power Flow, a matter of Power Systems Analysis.
- 2014-02-04 21:26:37下载
- 积分:1