CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - definition

搜索资源列表

  1. page56

    0下载:
  2. 刊登在2005年第2期的代码,代码演示了在Visual C++中利用自定义消息实现线程间通讯。-published in 2005, two of code, code demonstrating the use of Visual C since the definition of news to achieve communication between threads.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:76.83kb
    • 提供者:天秀
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:51.34kb
    • 提供者:毛东
  1. philosophers05

    0下载:
  2. 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.49kb
    • 提供者:lelele
  1. VirtualMemory

    0下载:
  2. program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23.04kb
    • 提供者:黄春标
  1. threadpool

    0下载:
  2. 定义一个固定大小的线程池,工作函数直接从线程池里获取实现。-The definition of a fixed-size thread pool, work function, to obtain directly from the thread pool implementation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:1.96kb
    • 提供者:shizhong
  1. CPlus-MultiThread-OOProgram

    0下载:
  2. c++ 面向对象多线程编程 高画质阴影版 内附阅读工具UnicornViewer.exe-c++ object-oriented multi-threaded version of the shadow of high-definition programming tools included reading UnicornViewer.exe
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-18
    • 文件大小:26.83mb
    • 提供者:蛋疼喵咪
  1. CEvent

    0下载:
  2. VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handl
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:4.85kb
    • 提供者:squallyang
  1. multi_task

    0下载:
  2. 跨 平 台 多线程 定 义跨平台时间统计-The definition of cross-platform cross-platform multi-threaded time statistics
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:1.02kb
    • 提供者:刘浩
  1. commoncontrol

    0下载:
  2. 在C++6.0环境(MFC可视化)下开发的一个多线程演示程序,示例了三个线程的定义,并发,与挂起(原创)-Environment in C++6.0 (MFC visualization) developed under a multi-threaded demo program, the definition of an example of the three threads, concurrent, and hang (original)
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:4.69mb
    • 提供者:王子涵
  1. threadmsg

    0下载:
  2. 自定义的一个类,向记录到该类对象的线程发送自定义消息.-Since the definition of a class, to record the thread to the class object to send custom messages.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:79.83kb
    • 提供者:liyiliang85
  1. niminggd

    0下载:
  2. C++ 匿名管道程序测试源代码,定义结构体SECURITY_ATTRIBUTES变量,填充结构体中的各成员,创建匿名管道,定义并初始化结构体,填充结构体中的各个成员,从匿名管道中读取的数据等。-C++ anonymous pipe testing program source code, the definition of the structure of SECURITY_ATTRIBUTES variables, each member is filled in the structure,
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:5.49kb
    • 提供者:王佳
  1. tongyongdongtiankutiaoshi

    0下载:
  2. 通用动态库调试工具,在测试动态库时,不用通过开发语言环境,定义函数调用过程,再去调用测试,而是直接在本工具程序中直接调用。程序支持几乎所有的动态库函数。-Universal dynamic library debugging tool when testing the dynamic library, not the environment through the development of language, the definition of a function call, go cal
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:545.22kb
    • 提供者:刘海
  1. AsynchInvoke

    0下载:
  2. 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-VC++ source code based on a simple example of an asynchronous call, the definition of a string loop design, format string, the text edit box design, implementation instance asynchronous
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:20.34kb
    • 提供者:dfjdj
  1. netrfrk-policy-definition

    0下载:
  2. 通过阅读这篇文档即能对Matlab中的神经网络工具箱的使用有所了解,-By reading this document to the use of neural network toolbox of Matlab to understand somewhat,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:273kb
    • 提供者:ahpvrt
  1. sourcj-blocked-definition

    0下载:
  2. 多列显示的列表框,还行,自己看看,可以看看()
  3. 所属分类:进程与线程

    • 发布日期:2017-12-31
    • 文件大小:13kb
    • 提供者:shysical
  1. 利用定积分的定义编写多线程程序实现计算pi的程序

    1下载:
  2. 利用定积分的定义编写多线程程序实现计算pi的程序,尽量让精度提高。(We use the definition of definite integral to compiling multithreaded program to realize the program of calculating pi, and try to improve the accuracy.)
  3. 所属分类:进程与线程

搜珍网 www.dssz.com