登录
首页 » Visual C++ » COPYDATA

COPYDATA

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

  • ThreadTest
    多线程,创建子线程,包括信号量、事件、互斥等线程资源保护机制。(Multi-threaded, create sub-threads, including semaphores, events, mutexes, thread and other resource protection mechanism.)
    2013-12-11 15:52:42下载
    积分:1
  • tlrdl74
    绘图软件,内涵对象参数设计,值得参考,仅供参考(Drawing software, content object parameter design, worth reference, only for reference)
    2018-10-19 08:52:29下载
    积分:1
  • TEST3
    线程的同步控制.可以看出线程的同步和互斥!里面的代码以及函数都很简单(Thread synchronization control)
    2013-10-30 19:41:13下载
    积分:1
  • mappings
    功能是仲裁访问的互斥体,包含创建数据文件,创建仲裁的互斥体,根据文件创建100个线程来读写,关闭对象(Function is to arbitrate access mutex,Includes creating a data file, create a mutex arbitration, creates 100 threads to read and write in the paper, close the object)
    2014-04-23 14:51:26下载
    积分:1
  • Cpp1
    多线程求卷积1)数据矩阵:256*256 –原始矩阵设置:随机50个点设置为255,其余为0 2)卷积核:5*5 –明确注明所设计的卷积核 3)迭代次数:100 –每5次迭代保存一次数据矩阵 –通过20个结果矩阵,生成动画 初始矩阵随机生成,随机分配50个数的值为255(Multithreading convolution 1) Data Matrix: 256* 256- the original matrix settings: a randomized 50-point set to 255, the rest is 02) convolution kernels: 5* 5- convolution kernel designed specifically stated 3) Iterations: 100- once every five iterations save data matrix- matrix results through 20, randomly generated initial matrix generated animation, randomly assigned number is 255 50)
    2014-03-27 21:51:13下载
    积分:1
  • injDll
    Visual C++6源码,注射DLL到指定进程,使进程执行Dll的代码。(Visual C++6 source, injection DLL to specified process, the process of implementation of Dll code.)
    2011-06-12 22:07:24下载
    积分: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
  • 线串口
    多线程串口程(multithread serial way)
    2005-04-03 10:16:44下载
    积分:1
  • MultiThread
    多线程编程测试,主要测试互斥量与临界区的使用(The use of multi-threaded programming test, the main test mutex and critical section)
    2013-04-25 23:53:14下载
    积分:1
  • ear
    vc++http文件下载带显示进度,带文件大小显示,文件下载进度条,当前下载速度,也可以修改下载的文件名称(With vc++ HTTP file downloads according to schedule, file size, according to the file download progress bar, the current download speed, can also modify the download file name)
    2017-05-23 05:00:02下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载