-
CPP-use-shared-memory-
C++ 使用共享内存实现进程间通信。
文件映射是一种实现进程间单向或双向通信的机制。它允许两个或多个本地进程间相互通信。为了共享文件或内存,所有的进程必须使用相同的文件映射的名字或是句柄。
为了实现共享文件,第一个进程先调用CreateFile方法。接下来调用CreateFileMapping方法来创建一个文件映射对象。并为文件映射指明一个句柄和名称。由于事件,信号,互斥对象和文件映射等这些内核对象都共享同一个名字空间,所以如果这个名字和其他一个对象的名称重名的话那么将创建失败。(C++ use shared memory to achieve inter-process communication)
- 2014-03-10 20:09:42下载
- 积分:1
-
C# 批量登陆QQ源码下载
C# 批量登陆QQ源码下载
- 2021-02-05 10:39:57下载
- 积分:1
-
ChineseCode
功能虽然不是很多,一个很好编程词典源代码。(Programming dictionary)
- 2013-06-27 16:49:03下载
- 积分:1
-
treeedit
用于实现VC++中树控件的编辑功能,方便用户对采用树控件实现界面编程。(VC++ editing functions for realizing the tree control, user-friendly programming interface using the tree controls to achieve.)
- 2015-10-01 14:12:00下载
- 积分:1
-
GPS信号的跟踪与捕获 Trackdemo
GPS信号的跟踪与捕获,matlab代码有详细注释!!!!!(GPS signal tracking and capture, matlab code have detailed!!!!!!!!!!!!!!!!!!!!!!!!! Comments)
- 2020-07-02 14:40:02下载
- 积分:1
-
GoldPrinterV2.5源码
C#打印控件源码,针对打印控件的处理情况 ,能够实现相关的控件打印(C# Print Control Source, for the processing of print control, can achieve related control printing)
- 2020-06-22 07:40:02下载
- 积分:1
-
EM78P372N-ch-faed
说明: EM78XXX 单芯片自从问世以来,已经陆续推出十余种不同等级的单芯片,小到 8Pin 的
78P152,大到 100Pin OTP 的 78P860,其汇编语言指令都是一样的,仅有 57 个,所以反复练习几
次就能熟悉指令的用法。汇编语言用在 I/O 控制非常容易,也有很高的效率,所以很多书籍大部
份以讨论控制为主显,很少专门探讨软件技巧的篇幅,其实很多工程师都知道,关于芯片的控制,
往往是用到时才再去翻一翻 DATABOOK,注意一下 TIMING,然后准备一部示波器,三两下就
可以搞定。(EM78XXX since the advent of single chip, has been launched more than ten kinds of different grades of single chip, small to 8 pin
78 p152, big to 100 pin 78 p860 OTP, the assembly language instructions are the same, only 57, so practice over and over again in a few
Time can be familiar with the use of the instruction. Assembly language is used in I/O control is very easy, also has high efficiency, so a lot of books most
Mainly to discuss the control show that few specifically discusses software skills, in fact, many engineers know, about the chip control,
Is often used when only to double DATABOOK, pay attention to the TIMING, then prepare a oscilloscope, three under two
Can be done.)
- 2020-12-06 13:07:43下载
- 积分:1
-
tull-doreian
说明: 哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩,很好,不错(Huffman tree coding, using Huffman tree algorithm to achieve data compression, good, good)
- 2018-12-31 00:04:48下载
- 积分:1
-
WCFEfficencyTest
一个wcf通讯的例子程序一个wcf通讯的例子程序(WCF example of a communication procedure of a WCF example of communication procedures)
- 2009-02-17 16:44:23下载
- 积分:1
-
DropFile
DropFile函数的应用,实现将一个文件直接拖入打开的.exe文件中,主要应用VC++实现(DropFile function of the application, to achieve a direct drag a file to open. Exe file, VC++ to achieve the main application)
- 2010-09-09 09:35:31下载
- 积分:1