-
MFC 多个exe进程间通信_共享内存_DialogDemo
共享内存允许两个或多个进程进程共享同一块内存(这块内存会映射到各个进程自己独立的地址空间),从而使得这些进程可以相互通信。在需要频繁处理一个文件或者是一个大文件的应用场景时,使用共享内存这种方式处理IO效率比普通IO效率要高。本实例简单做了两个MFC的dialog, 一个作为server端,一个作为Client端,使用共享内存的方法实现两个exe间的数据共享。
- 2023-09-01 19:35:03下载
- 积分:1
-
AT89C205 keys 4 through 4 different selection of music by the AT89C205 enlarge p...
AT89C205通过4个按键选择4种不同的音乐,并由AT89C205的p3.7输出经LM386放大,发出四种不同的音乐。-AT89C205 keys 4 through 4 different selection of music by the AT89C205 enlarge p3.7 output by LM386, issued four different music.
- 2022-01-30 16:13:01下载
- 积分:1
-
一本讲解关于C的基本函数属性的比较好的电子书,希望大家看了会觉得有用。,另外感谢上传者,辛苦了...
一本讲解关于C的基本函数属性的比较好的电子书,希望大家看了会觉得有用。,另外感谢上传者,辛苦了-One explain the basic functions on the properties of C, better e-books, hope that readers will find useful. In addition thanks From, it is tough
- 2022-03-16 05:27:28下载
- 积分:1
-
示例自动完成框
AutoCompleteBox定义在 Silverlight 工具包,您可以找到其最新版本在这里。如果没有已经安装工具包,请从 http://developer.nokia.com/Community/Wiki/How_to_use_Auto_Complete_Box_in_Windows_Phone 按照安装说明进行安装。
- 2022-05-17 19:07:13下载
- 积分:1
-
简单串口——
简单的串口开发例程很简单初学者使用!使用VC++ 6.0 MSCOMM控件,使用MFC!!!!!!!!!!!!!!!!!!!!!!!!!
- 2022-02-26 22:32:32下载
- 积分:1
-
c8051f124的振荡器源程序.用外部晶振来产生系统时钟!
c8051f124的振荡器源程序.用外部晶振来产生系统时钟!-c8051f124 oscillator source. With an external crystal oscillator to generate the system clock!
- 2022-07-28 10:47:53下载
- 积分:1
-
三层作品,写一个关于美容美发的。本程序在Delphi 7.0 + SQL2000 下编过,运行时需要先运行中间层。
如果ADO配置不当,它会自己弹出连接配置...
三层作品,写一个关于美容美发的。本程序在Delphi 7.0 + SQL2000 下编过,运行时需要先运行中间层。
如果ADO配置不当,它会自己弹出连接配置,正确设置后即可运行,
运行完中间层后,才可以正确运行客户层。否则,客户层会弹出警告
提示框。
-three entries, write a beauty salon on the. The procedures in Delphi 7.0 SQL2000 provided under that operation needs to run the middle layer. If ADO improper configuration, it will link its own pop-up configuration can be set correctly after the operation, Operation End middle layer, we can correct operation of customer layer. Otherwise, the customer will pop-warning boxes.
- 2022-01-25 20:38:48下载
- 积分:1
-
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打...
哈希表的实现程序,可以自动从一篇TXT文件中扫描所有的单词,并为这些单词创建哈希表,来统计单词在文章中出现的次数。本程序采用线性探测再散列的方法处理冲突,支持打印HASHLIST,可以很方便的看到单词在表中的位置,便于理解哈希表。-Hashtable realize procedure, you can automatically scan a TXT file all the words, and for these words create a hash table to statistical word appears in the article number. This procedure using a linear method to detect re-hash of dealing with conflict, to support the print HASHLIST, it is easy to see that word in the table location, easy to understand the hash table.
- 2022-07-03 20:42:16下载
- 积分:1
-
The purpose is to guide the detailed design codes, specifically, is that your de...
详细设计的目的就是指导编码,明确的说,就是将你的设计拿给不同的人去写编码,写出来的程序处理流程相同.后续的评审或者是有人接替你的工作,只要查看详细设计,就能清楚你当时是怎样设计这些流程的。-The purpose is to guide the detailed design codes, specifically, is that your design showed that different people to write code, written procedures for processing the same. Follow-up assessment or someone to replace your job, as long as View the detailed design, we can clearly understand how did you design these processes.
- 2023-03-22 16:45:03下载
- 积分:1
-
马踏棋盘,即从8*8的棋盘中任一点出发,按马的走法走,直至走完整个棋盘,并且每一步不能重复。找出一条走的路线,如不能走,异常....
马踏棋盘,即从8*8的棋盘中任一点出发,按马的走法走,直至走完整个棋盘,并且每一步不能重复。找出一条走的路线,如不能走,异常.-chessboard horse riding, from 8* 8 chessboard term point of view, Ma by the law to go until the end of the whole chessboard, and each step be repeated. Go find a route, if we can not go, abnormal.
- 2022-04-22 19:27:56下载
- 积分:1