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

搜索资源列表

  1. thread_sync

    0下载:
  2. VC++多线程开发程序实例,可以了解多线程的同步问题。-VC multithreaded development program examples can understand multithreaded synchronization.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37330
    • 提供者:王五
  1. sameprocess

    0下载:
  2. 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47300
    • 提供者:苏语
  1. 读者写者模拟

    0下载:
  2. 模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。-operating system simulation, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can be opened debugging.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:86107
    • 提供者:王东
  1. 实例55 启动并控制其它Exe程序

    0下载:
  2. 用VC写的启动并可控制其他EXE程序的应用程序-VC can start writing the other EXE process control applications
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1882880
    • 提供者:大山
  1. 基于CVI的多线程技术程序实例

    0下载:
  2. 基于CVI的多线程技术程序实例,供大家学习交流-CVI-based multi-threading program example for all to study exchange
  3. 所属分类:进程与线程

    • 发布日期:2017-03-22
    • 文件大小:229846
    • 提供者:尼亚
  1. loadEXE.rar

    0下载:
  2. 将非自身的EXE注入到其它进程控制中运行的代码。非常经典的东西。,of non-self-injected into the EXE other process control operation of the code. Very classic things.
  3. 所属分类:Process-Thread

    • 发布日期:2014-08-18
    • 文件大小:6050
    • 提供者:漆光耀
  1. MultiThread

    0下载:
  2. 本程序是一个多线程实例,界面中包含了三个进度条。-This procedure is a multi-threaded example, the interface includes three progress bar.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2766133
    • 提供者:zhaojie
  1. aa

    0下载:
  2. windows环境下实现操作系统进程调度的一个程序实例,开发环境为vc-windows operating system environment to achieve the process of scheduling a procedure example, development environment for vc++
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-20
    • 文件大小:3518688
    • 提供者:林思哲
  1. 9.1

    0下载:
  2. 运用多线程只是编写一个模拟车牌号码选号程序实例源代码-Use only the preparation of a multi-threaded simulation of the vehicle registration number, the source code instance选号
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:36016
    • 提供者:wks
  1. (cwj)MultiThread

    0下载:
  2. 本VC++源码,是一个多线程的程序实例,它的主要功能是利用多线程进行素数的选择计算,是学习多线程的一个好例子-The VC++ source code, is an example of multi-threaded program, and its main function is to use multi-threading to the choice of prime number calculation, is to learn from multi-threading a good e
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1683468
    • 提供者:陈文俊
  1. mult_progress

    0下载:
  2. 多线程程序实例,里面包含文件:Threads.cls Module1.bas 等,主窗体中用简单的代码演示多线程。-Examples of multi-threaded program, which include file: Threads.cls Module1.bas and so on, the main form with a simple demonstration of multi-threaded code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:7963
    • 提供者:朱国栋
  1. MultiProcess

    0下载:
  2. 多线程程序实例,可以很好的领会多线程应用的精要-Multi-threaded program example, can well understand the essence of multi-threaded applications
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:74840
    • 提供者:lanyuna
  1. MultiThread

    0下载:
  2. 多重多线程程序实例,对VC新手帮助很大,希望大家进步-Multiple instances of multi-threaded program, very helpful for novice VC, I hope you progress
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-15
    • 文件大小:23971794
    • 提供者:李膺奇
  1. BallMove

    0下载:
  2. 使用Win32 API线程函数创建多线程程序实例源码-Thread function using the Win32 API source code examples to create multi-threaded program
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:29195
    • 提供者:
  1. 0023

    0下载:
  2. 进程查看程序实例,程序可以单独运行,也可以合并到自己的程序里面运行。-The process viewer instance, the program can be run separately, can also be incorporated into their own program which is running.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:94569
    • 提供者:曹操
  1. pipe

    0下载:
  2. 此程序实例实现了进程通讯方式的一种:管道通讯,对理解和使用管道通信有很大帮组-In this instance the process one way to communicate: communication channels, a great group to help understand and use the pipe communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:213289
    • 提供者:和撒旦
  1. MultiThread

    0下载:
  2. 多线程程序实例。供多线程程序开发参考使用。-Multithreaded program instance. Multithreaded application development for reference.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:1174899
    • 提供者:tony
  1. MultiThread2

    0下载:
  2. 基于VC++ MFC的多线程程序实例,该线程演示了如何传送一个整型的参数到一个线程中,以及如何等待一个线程完成处理。-Based VC++ MFC examples of multi-threaded program, which demonstrates how to send a thread integer parameters to a thread, and how to wait for a thread to finish processing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1870296
    • 提供者:秦继文
  1. MultiThread

    0下载:
  2. SingleThread 一个简单的单线程应用程序实例。 MultiThreadA 多线程应用程序实例。 MultiThreadC 基于CEvent的线程同步应用程序实例。 MultiThreadD 基于信号量的县城同步应用程序实例。-SingleThread a simple single-threaded application instance. MultiThreadA multithreaded application instance. MultiThr
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:124493
    • 提供者:jeff
  1. qdhhly

    0下载:
  2. 浏览器程序实例,不错 Browser program example, yes-Browser application instance, good Browser program example, yes
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:33792
    • 提供者:kbzgail
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com