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

搜索资源列表

  1. Socket_demo

    0下载:
  2. VC++多个线程实例参考程序1,包括线程创建和使用socket编程-VC++ multiple instances of reference procedure 1 thread, including thread creation and use of socket programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:46485
    • 提供者:cheng
  1. FinderDemo

    0下载:
  2. VC++多线程实例参考程序4,包括线程创建和使用查找功能 -VC++ multi thread program example reference 4, including thread creation and use the Find feature
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3554656
    • 提供者:cheng
  1. diaodu

    0下载:
  2. 这是一个单处理机进程调度的程序 程序比较简单-This is the process of scheduling a single processor is relatively simple procedures for program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:1171
    • 提供者:CAKE同学
  1. VCplusplusMultithreadedProgramming

    0下载:
  2. 多线程编程在开发中具有重要地位,vc++多线程编程,不错的参考资料。-Multithreaded programming has an important role in the development, vc++ multi-threaded programming, a good reference.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1197066
    • 提供者:sxmatch
  1. BarberAndCustomer

    1下载:
  2. 1)用C语言或C++语言编程实现P、V原语并用P、V原语描述如下生产者-消费者问题: 有一个理发师,一把理发椅和n把提供给等候理发的顾客座的椅子。如果没有顾客,则理发师便在理发椅子上睡觉;当第一个顾客到来时,必须唤醒该理发师进行理发;如果理发师正在理发时又有顾客到来,则如果有空椅子可坐,他就坐下来等待,如果没有空椅子,他就离开理发店。 为理发师和顾客各编一段程序描述他们的行为,要求不能带有竞争条件,试用P、V操作实现。 (2)分析 此题可看作是n个生产者和1个消费者问题
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3426525
    • 提供者:陈天龙
  1. myweb

    0下载:
  2. 多线程pthread_create。网页服务器端代码-Multi-threaded pthread_create. Web server-side code
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1533
    • 提供者:yanganzhi
  1. EventTst.04

    0下载:
  2. EventTst 事件测试 EventTst 事件测试-EventTst 事件测试EventTst 事件测试
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:11372
    • 提供者:kamereon
  1. Win32MultithreadedProgramming(perfectVersion)

    0下载:
  2. Win32多线程程序设计(完美版)凡是 C/C++ 程序开发人员,并有 Windows 程序设计经验企图对线程、线程池、线程同步、核心对象、overlapped I/O完成端口等等 in Win32获得更坚实之认识者,本书就是针对你们而写的。-Win32 Multithreaded Programming (perfect version) Any C/C++ application developers, and Windows programming experience in an att
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2746467
    • 提供者:野火冉冉
  1. threads

    0下载:
  2. 这是一个用c++编写的解决生产者与消费者问题的多线程程序 -This is a work written in c++ to solve the problem of producers and consumers, multi-threaded program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:779
    • 提供者:肖彦
  1. GetThreadContext

    0下载:
  2. This tool shows a context (registers, EIP, stack) of the thread by identifier. Good example, can be used for debugging.
  3. 所属分类:Process-Thread

    • 发布日期:2014-05-16
    • 文件大小:175104
    • 提供者:Tim
  1. Process-Scheduling-Algorithm

    0下载:
  2. 模拟实现四种进程调度算法:先到先服务、抢占式调度、时间片轮转、多级反馈队列调度-Simulation of the process of realization of the four scheduling algorithms: first come first service, preemptive scheduling, time slice rotation, multi-level feedback queue scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:183526
    • 提供者:Lambert
  1. FCFS

    0下载:
  2. 操作系统中实现进程间FCFS的程序,基于c语言描述-a program of FCFS
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:800
    • 提供者:徐腾
  1. Lesson15Code

    0下载:
  2. 孙鑫C++教程多线程编程源码,课堂实例,适合初学者-Xin Sun C++ source multithreaded programming tutorial, classroom examples, for beginners
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3116237
    • 提供者:朱永生
  1. OS-duxie-duoxianchen

    0下载:
  2. 操作系统读者写者问题的多线程实现,在读者优先的条件下模拟多个读者写者的对缓冲区的使用情况。-Persons operating system readers to write multi-threaded implementation of the priority conditions in the simulation of readers more than readers who write the buffer usage.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1590
    • 提供者:张立
  1. newthread

    0下载:
  2. 基于DOS的多任务系统,在TUBE C下运行,简单使用,可直接运行-DOS-based multi-tasking system, TUBE C run, simple to use, can be directly run
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:5428
    • 提供者:陈絮圆
  1. memory_perf

    0下载:
  2. 这是Tilera芯片的多线程示例程序,Tilera是美国一家芯片制造公司,目前已经生产出100核的芯片,此并行示例程序演示了一个单应用程序被并行执行此程序演示了不同的内存分配内存控制器和缓存的命中率。它还衡量了各种不同类型的存储器在很多情况下的性能。 -This program demonstrates the allocation of memory with different memory controller and cache homing properties. It also
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:4846
    • 提供者:曾三
  1. 1

    0下载:
  2. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1711
    • 提供者:青miao
  1. process_communication

    0下载:
  2. 本程序主要实现进程通信功能 程序说明: 在vi中输入,用gcc编译,并调试程序; (1).用vi comm.c打开,并输入程序,用w保存,用qa!退出; (2).用gcc –o comm comm.c编译; (3).用./comm运行,观察结果; 多次运行,用ctrl+c结束,观察结果变化,可修改程序后再观察-This program features the main descr iption of the procedures to achieve the proce
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:918
    • 提供者:
  1. os_process_implication

    0下载:
  2. 实现对进程的各种应用,是学习操作系统时的一个不错的参考程序-Process to achieve a variety of applications, when the operating system to learn a good reference program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1813
    • 提供者:
  1. ds_replace_selection

    0下载:
  2. 多线程k路归并,实现了当大量数据需要排序时,分块分线程排序,提高排序效率-ordering huge amounts of data by handling them with groups
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:12150465
    • 提供者:简霍银
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com