登录
首页 » Visual C++ » COPYDATA

COPYDATA

于 2012-02-21 发布 文件大小:3625KB
0 156
下载积分: 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 个回复

  • MyThreadPool
    一个线程池源码,AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED(a thread pool source, AFX_THREADPOOLDLG_H__ABDABFCD_FD51_4556_8864_189C17F05527__INCLUDED)
    2005-08-15 15:26:53下载
    积分:1
  • ADcard
    研华AD板卡通过visual c++实现控制,多线程(Advantech AD Card through visual c achieve control, multithreading)
    2020-09-10 11:48:01下载
    积分:1
  • Thread4_23
    多线程资源控制方面的 非常的好用啊 (Multi-threaded resource control is very easy to use ah)
    2008-08-15 18:17:46下载
    积分:1
  • loadBanace
    里面包含了全部负载均衡的源码,用到了windows多线程、条件变量、临界区机制,有客户模块、服务器模块、负载处理模块,对于windows下多线程编程的学习者颇有益处。 (Which contains the source code of all the load balancing, use the windows multithreading, condition variables, critical section mechanism, the client module, the server module, the load processing module, is quite good for multithreaded programming windows learners.)
    2013-02-26 22:42:25下载
    积分:1
  • MultiProcDownLoadfiles
    多线程下载文件,非常好的示例 多线程下载文件,非常好的示例(MultiProcess Down load file , very good sample)
    2016-12-31 15:18:57下载
    积分:1
  • MultiThreadDemo
    多线程的演示程序。建立两个线程,分别执行不同的任务(multithreading demonstration program. The establishment of two threads, the various duties)
    2007-06-02 10:14:17下载
    积分: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
  • MFCThread
    一个MFC的工程,使用线程的方法,创建线程,使用线程...(A MFC project, using threading methods, create a thread, use the thread ... )
    2012-04-22 11:35:20下载
    积分:1
  • MultiThreadDownload
    多线程下载工具(有悬浮窗),VC++开源代码下载,多线程下载工具的源码。(Multi-threaded downloading tool (with floating windows), VC++ source code download, multi-threaded downloading tool for source code.)
    2011-10-15 19:15:27下载
    积分:1
  • Multithread3
    多线程的VC++源代码,代码经过测试功能正常,值得参考学习!(Multi-threaded VC++ Source code, the code has been tested and functioning properly, it is also useful to learn!)
    2009-01-16 10:53:20下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载