登录
首页 » Visual C++ » COPYDATA

COPYDATA

于 2012-02-21 发布 文件大小:3625KB
0 135
下载积分: 1 下载次数: 9

代码说明:

  VC编程,进程间利用CopyData通信(VC programming, interprocess communicate through by CopyData )

文件列表:

COPYDATA
........\RECV
........\....\Debug
........\....\.....\RECV.exe,106586,2011-08-22
........\....\.....\RECV.ilk,182932,2011-08-22
........\....\.....\RECV.obj,13122,2011-08-22
........\....\.....\RECV.pch,5509516,2011-08-22
........\....\.....\RECV.pdb,353280,2011-08-22
........\....\.....\RECV.res,2108,2011-08-22
........\....\.....\RECVDlg.obj,17314,2011-08-22
........\....\.....\StdAfx.obj,105810,2011-08-22
........\....\.....\vc60.idb,197632,2011-08-22
........\....\.....\vc60.pdb,364544,2011-08-22
........\....\ReadMe.txt,3543,2011-08-22
........\....\RECV.APS,34688,2011-08-22
........\....\RECV.clw,636,2011-08-22
........\....\RECV.cpp,2035,2011-08-22
........\....\RECV.dsp,4123,2011-08-22
........\....\RECV.dsw,533,2011-08-22
........\....\RECV.h,1302,2011-08-22
........\....\RECV.ncb,41984,2011-08-22
........\....\RECV.opt,48640,2011-08-22
........\....\RECV.plg,957,2011-08-22
........\....\RECV.rc,4415,2011-08-22
........\....\RECVDlg.cpp,2725,2011-08-22
........\....\RECVDlg.h,1338,2011-08-22
........\....\res

........\....\...\RECV.rc2,396,2011-08-22
........\....\Resource.h,437,2011-08-22
........\....\StdAfx.cpp,206,2011-08-22
........\....\StdAfx.h,1054,2011-08-22
........\SEND
........\....\Debug
........\....\.....\SEND.exe,106586,2011-08-22
........\....\.....\SEND.ilk,191872,2011-08-22
........\....\.....\SEND.obj,13122,2011-08-22
........\....\.....\SEND.pch,5509516,2011-08-22
........\....\.....\SEND.pdb,361472,2011-08-22
........\....\.....\SEND.res,2180,2011-08-22
........\....\.....\SENDDlg.obj,16414,2011-08-22
........\....\.....\StdAfx.obj,105810,2011-08-22
........\....\.....\vc60.idb,197632,2011-08-22
........\....\.....\vc60.pdb,364544,2011-08-22
........\....\ReadMe.txt,3543,2011-08-22
........\....\res

........\....\...\SEND.rc2,396,2011-08-22
........\....\resource.h,590,2011-08-22
........\....\SEND.APS,34808,2011-08-22
........\....\SEND.clw,777,2011-08-22
........\....\SEND.cpp,2035,2011-08-22
........\....\SEND.dsp,4123,2011-08-22
........\....\SEND.dsw,533,2011-08-22
........\....\SEND.h,1302,2011-08-22
........\....\SEND.ncb,50176,2011-08-22
........\....\SEND.opt,49664,2011-08-22
........\....\SEND.plg,955,2011-08-22
........\....\SEND.rc,4529,2011-08-22
........\....\SENDDlg.cpp,2820,2011-08-22
........\....\SENDDlg.h,1256,2011-08-22
........\....\StdAfx.cpp,206,2011-08-22
........\....\StdAfx.h,1054,2011-08-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • duoxiancheng
    如何实现多线程多任务?这是一个很好的学习例子,想学的可以看看(How to implement multi-threaded multi-tasking? This is a good learning example, want to learn can take a look at)
    2012-11-04 20:06:03下载
    积分:1
  • CreateProcessAsUser
    主要的功能是创建用户使用的一个子进程,一般的子进程都是由system启动的,但是这个是当前用户启动的。(The main function is to create a user using a subset of the process, a subset of the general process is initiated by system, but this is the current user initiated.)
    2012-10-30 11:21:46下载
    积分:1
  • ShareMemory_src
    visual C++实现的进程间通信源代码(communication between the process of visual C++ achieve source code)
    2013-05-21 23:42:53下载
    积分:1
  • Code
    进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。(Inter-process communication of four ways: clipboard, anonymous pipes, named pipes and mail slots. And comparative analysis of these types of inter-process communication of the advantages and disadvantages.)
    2008-07-23 17:36:37下载
    积分:1
  • mult-test
    visual c++控制台多线程demo(vc muti-thread demo)
    2015-01-28 22:26:16下载
    积分:1
  • Win32
    关于win32多线程编程的书籍,很不错的资源,欢迎大家下载(win32 Multi-threaded programming)
    2013-04-26 00:20:42下载
    积分:1
  • EventThread
    使用事件对象进行线程间的通信EventThreadEventThread.rar,很不错的vc源码,有兴趣的朋友可以看看。(Use the event object for inter-thread communication EventThread EventThread.rar, very good vc source, interested friends can see.)
    2011-09-15 22:54:04下载
    积分:1
  • fvq
    VB写的下载程序源代码(可用于在线升级),可以的源码(Download a program written by VB source code, can be used for the online upgrade), can be the source)
    2017-04-12 13:10:17下载
    积分:1
  • jingchengtongbu
    哲学家思考吃饭的问题,即进程同步问题!!!!!!!(Philosophers think about eating problems)
    2012-11-25 21:00:08下载
    积分:1
  • ThreadTest
    多线程,创建子线程,包括信号量、事件、互斥等线程资源保护机制。(Multi-threaded, create sub-threads, including semaphores, events, mutexes, thread and other resource protection mechanism.)
    2013-12-11 15:52:42下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载