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

搜索资源列表

  1. ConseApcatio

    0下载:
  2. dot net平台下的多进程通讯程序,主要用c#实现的-dot net platform multi-process communication procedures, mainly the c #
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13.59kb
    • 提供者:梁平
  1. WinSock-2.2-API-(E)

    0下载:
  2. winsock是在windows平台下重要的通讯方式。-protocols of the windows platform important means of communication.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:243.53kb
    • 提供者:动发
  1. PTHREA

    1下载:
  2. windows 平台下的POSIX线程实现源码-windows platform under the POSIX thread FOSS
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:732.5kb
    • 提供者:Dsp expert
  1. serialttr

    0下载:
  2. 这是运行在windows ce 4.2 平台上的一个串口小程序,很好用的,我调试过,还不错的。是开发板公司提供的。-is running windows ce 4.2 platform of a Serial small program is useful, I tuned, pretty good. Yes development board companies.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.35mb
    • 提供者:richen
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-incident kernel object, the key code of (critical) explanations, and the multi-thread synchronization application. In the preparation of Win
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:26.6kb
    • 提供者:中国
  1. 进程手术刀1.0

    0下载:
  2. 功能:1.显示系统进程及进程的模块、线程信息。2.能*任意进程包括系统服务进程。3.能释放任意进程中的任意模块,不过有些关键模块释放不了。4.结束任意进程中的任意线程。5.请用右键进行操作。编译平台:1.该代码在Windows2000+sp2+VC.net平台下编译通过。应用:1.可以用来结束有些以服务进程形式的HACKER及病毒进程。2.可以干掉以DLL形式存在的*。警告:不要太随意得KILL进程,有些服务进程你KILL了之后要倒霉的。-functions : 1. Display Sys
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:267.84kb
    • 提供者:李小
  1. Mutex

    0下载:
  2. 跨平台的互斥量 -cross-platform mutex
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:47.93kb
    • 提供者:bridge
  1. Thread

    0下载:
  2. 在Windows和vxWorks上实现的跨平台线程类.-VxWorks in Windows and to achieve cross-platform thread category.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:7.56kb
    • 提供者:李少雄
  1. GploaderDM

    0下载:
  2. VS平台挤房器适用平台2。4。6版本已及之前所有版本。-VS platform crowded room is suitable Platform 2. 4. 6 version has been and all versions before.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:63.9kb
    • 提供者:G.ago
  1. thread

    0下载:
  2. 标准C++写的线程池 以及封装的跨平台线程对象-Standard C++ Written in the thread pool, as well as cross-platform package thread object
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:7.67kb
    • 提供者:张一鸣
  1. sanyefengche

    0下载:
  2. 一个在VC平台下开发的小程序 算是一个风车的运行程序 当运行开始出现一个窗口 窗口中有一个风车在转-One in the VC platform developed under the program can be considered a small windmill to run the run the program began to emerge when a window has a windmill window switch
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:7.87kb
    • 提供者:王磊
  1. mycannon

    0下载:
  2. 该程序是基于cannon算法实现的矩阵相乘运算,运行平台VS2005,需要设置环境变量。-The program is based on the cannon algorithm matrix multiplication operation, operation platform, VS2005, need to set environment variables.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1.41kb
    • 提供者:魏亭
  1. matrix

    0下载:
  2. multithreahing matrix multiplication sourcecode ,can be used in both single platform and multiplatform Successfully compiled bu gcc -lpthread-multithreahing matrix multiplication sourcecode ,can be used in both single platform and multiplatfo
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:569byte
    • 提供者:sujith
  1. Chat

    0下载:
  2. 用c++Builder做的小程序,是关于聊天平台方面的基础编程-Using c++ Builder applet to do is chat platform based on programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2.44mb
    • 提供者:lanhanghua
  1. TestSyncObj

    0下载:
  2. 代码中包含同步对象和线程池的设计,在设计的过程中考虑了跨平台性、复用性和易用性,里面包含了类UML图。-Code includes synchronization objects and thread pool design consideration in the design process of cross-platform, reusability and ease of use, which contains the class UML diagram.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:72.16kb
    • 提供者:WangLi
  1. EXP

    0下载:
  2. 多线程 实例 多线程并发窗口 .net平台 实现三个窗口并发显示文字 -Concurrent multi-threaded multi-threaded window instance. Net platform concurrent three windows display text
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:68.12kb
    • 提供者:zm
  1. SDL_Thread

    0下载:
  2. SDL系列教程:使用SDL线程 SDL同样支持跨平台的多线程程序-SDL series of tutorials: Using SDL SDL also supports cross-platform thread multithreaded programs
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:260.49kb
    • 提供者:程云海
  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. VC-multithreading

    0下载:
  2. VC下的多线程编程资料,Windows平台下的多线程编程VC技术文章-VC data under the multi-threaded programming, Windows platform, multithreaded programming under VC Technical Articles
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:714.55kb
    • 提供者:shangjie
  1. VBProcessProtect

    1下载:
  2. VB保护和隐藏进程的代码,在WinXP+VB6.0企业版平台测试成功!-VB code to protect and hide processes, in WinXP+ VB6.0 Enterprise Edition platform test successful!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:3.69kb
    • 提供者:卡松
« 12 3 »
搜珍网 www.dssz.com