搜索资源列表

  1. experiment1

    0下载:
  2. 一、进程与线程 下载相关的阅读材料 1. 在windows 下编写一个控制台应用程序,命名为an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间] 另外写一个控制台应用程序,命名为an_ch2_1a。这个程序创建一个子进程,执行an_ch2_1b。这个程序不断地输出如下行: Those output come from child,[系统时间
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:luqianhui
  1. process_5

    0下载:
  2. 进程与线程的小测试程序,适合初学者。大家去-Process and thread a small test procedures, suitable for beginners. Go look at the U.S.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:3140608
    • 提供者:yangyang
  1. Windows

    0下载:
  2. 进程与线程 进程和线程是两个相对的概念,通常来说,一个进程可以定义程序的一个实例(Instance)。在Win32中,进程并不执行什么,它只是占据应用程序所使用的地址空间。为了让进程完成一定的工作,进程必须至少占有一个线程,正是这个线程负责包含进程地址空间中的代码。实际上,一个进程可以包含几个线程,它们可以同时执行进程地址空间中的代码。-Process and thread process and thread are the t
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:159744
    • 提供者:徐金
  1. Programs(update)

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-To the producer/consumer model as the basis, in the Windows 2000 environment to create a console process, in the process to create a thread sim
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:曹雅丽
  1. 1050310608

    0下载:
  2. 进程与线程的调度程序代码,在学操作系统时有帮助-Process and thread scheduler code from time to time in the school system to help
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:chenhonghai
  1. jinchenxianchen

    0下载:
  2. 主要讲解了程序中进程与线程的主要区别和原理-The main process to explain the process and thread and the main difference between the principle of
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:only
  1. SPY

    0下载:
  2. 内核模式简单实现进程监控,包含创建进程监控与创建线程监控-Simple realization of kernel-mode process monitoring, including the creation process of monitoring and to create a thread monitor
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:104448
    • 提供者:张张
  1. CWinThread

    0下载:
  2. CWinThread开发实例,供创建进程与线程学习-CWinThread
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:3416064
    • 提供者:wyf20030725
  1. linux_prog_doc

    0下载:
  2. 14篇Linux编程文档:供初学者参考。 内容包括: GCC介绍 Make file书写方法 文件与网络编程 进程与线程编程 等等...
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:133120
    • 提供者:change
  1. P_C

    0下载:
  2. 生产者与消费者源程序,能深入的了解进程与线程之间的关系-wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wonderful wo
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:795648
    • 提供者:zhaoyanan
  1. ChatServer

    0下载:
  2. Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:hydra
  1. Linux_Network

    0下载:
  2. 本书详细介绍了在Unix系统下基于TCP/IP网络套接口的基本编程方法,包括迭代与并发服务器编写方法、进程与线程编程技术、I/O编程技术、IPv4与IPv6的兼容性、原始套接口、数据链路访问技术、广播与多播技术等-This book details the Unix systems based on TCP/IP network socket basic programming methods, including iterative
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1734656
    • 提供者:罗高
  1. EVENT

    0下载:
  2. 进程与线程练习中的有关事件(Event)的源代码-Process and thread
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:48128
    • 提供者:陈九天
  1. MUTEX

    0下载:
  2. 进程与线程中的信号量编程,有关Mutex方面的源代码-Process and thread semaphore programming, the Mutex' s source code
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:63488
    • 提供者:陈九天
  1. MUTITHREAD

    0下载:
  2. 进程与线程中的信号量编程,有关多线程Multithread方面的源代码-Process and thread semaphore programming, Multithread aspects of the multi-threaded code
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:48128
    • 提供者:陈九天
  1. PROCESS

    0下载:
  2. 进程与线程中的信号量编程,有关进程Process方面的源代码-Process and thread semaphore programming aspects of the process, the source code of Process
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:陈九天
  1. SEMAPHORE

    0下载:
  2. 进程与线程中的信号量编程,有关信号灯(Semphore)方面的源代码-Process and thread semaphore programming, the signal (Semphore)' s source code
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:陈九天
  1. THREAD

    0下载:
  2. 进程与线程中的信号量编程,有关线程(Thread)方面的源代码-Process and thread programming semaphore, the thread (Thread)' s source code
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:陈九天
  1. Thisisafileincludingthecodeofc-charp

    0下载:
  2. c#进程的创建与结束实例,您可以掌握c#中关于进程与线程操作的实例-This is a file including the code of c#
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:李明
  1. simplePc

    0下载:
  2. 一个简单的进程与线程中生产者与消费者的例子-A simple process and thread examples of producers and consumers
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:167936
    • 提供者:小星
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »

源码中国 www.ymcn.org