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

搜索资源列表

  1. final.c

    0下载:
  2. 读者和写者,有关操作系统课程设计的 进程和线程,我急需生产者和消费者-readers and writing, the operating system of curriculum design process and thread, I hasten to producers and consumers
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:0030
  1. C_classic1

    0下载:
  2. 经典C程序源码,针对出学者哦!,希望对大家有帮助,希望大家多多上传啊-classic C program source code, up against scholars Oh! , And I hope to be helpful, I hope Members can upload ah
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13700
    • 提供者:an
  1. guanlixiancheng

    0下载:
  2. 我学C#线程是从网上下载的代码,对我的帮助不小,希望也对大家有所帮助-I learn C# thread is downloaded from the Internet the code for my help is not small, we hope to help
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4503
    • 提供者:tt
  1. MyTaskManager

    0下载:
  2. 这个是一个c#的任务管理器,使我从别的地方下载下来的,里面用了很多系统的dll文件,挺简单的,主要就是学习一下,-this a c # task manager, so I downloaded from somewhere else down, inside with a lot of system dll documents, they are simple, the main thing is to learn from this. Ha ha
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:45607
    • 提供者:
  1. jincheng1

    0下载:
  2. 一个使用C语言编写的模拟windows进程管理的程序,包括进程的创建,查看,替换,消息通信等等,我自己做的,非常精简-a C language simulation windows process management procedures, including the process of creating, viewing, replacement, news communications, etc., I do, very concise
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1659
    • 提供者:黄飞鸿
  1. CWinThread.rar

    0下载:
  2. 这是一个关于CWinThread以及利用继承自CWinThread使用多线程的程序! 1,尽量使用DECLARE_DYNCREATE,这样能够动态创建。 2,继承自CWinThread,所以可以使用CreateThread()函数进行线程创建,在最开始我被书上的AfxBeginThread(RUNTIME_CLASS(CMyClass))误导了,还以为一定要按照这种方式创建线程呢。 3,查MSDN的同时,也要注意思考C++的机制,这样才能有的放矢地顺利解决问题。,This is a stu
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:38444
    • 提供者:wuwei
  1. C++andChapepipe.rar

    0下载:
  2. C#进程与C++进程之间的通信,很经典的,希望大家有用。,C# Process and C++ The process of communication between, it is classic, and I hope useful.
  3. 所属分类:进程与线程

    • 发布日期:2017-04-06
    • 文件大小:19353
    • 提供者:agg
  1. MultithreadingApplicationsinWin32

    0下载:
  2. 在《Win32多线程程序设计》这本书中,Jim Beveridge和Robert Wiener告诉你什么时机、什么地点、什么方法可以使用多线程。 本书主题包括: ● Internet开发范例,包括ISAPI和WinSock。 ● 如何在服务器中使用线程和overlapped I/O。 ● 如何在多线程环境中使用C runtime函数库和MFC. 以C和C++写成的各个范例程序。 UNIX环境比较。让UNIX下的开发人员能转移到Win32-In the " Win
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-14
    • 文件大小:22094879
    • 提供者:
  1. Thread

    0下载:
  2. 使用C写的主子线程的通讯,相信看后会对线程和线程通讯多一些了解。-Written using the C master thread of communication, I believe, after watching threads and thread would be a little more understanding of communication.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:28432
    • 提供者:
  1. CThreadPool

    0下载:
  2. Source Code of using Cthreadpool object and how to use Kindly add .exe before using it is self compressed exe which i changed to zip
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:92488
    • 提供者:osama
  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. ThreadPoolProject

    1下载:
  2. 是我这几天写的一个C++线程池 注释很全 设计思路也写上去了 同步问题考虑的详细的不能在详细了-I write these days, a C++ thread pool comment is also written up the whole design concept of the synchronization problem can not be considered in more detail the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:15260
    • 提供者:cacker
  1. Add

    0下载:
  2. c#写的两个线程类之间的调用,我用的是vs2008-c# write two threads call between classes, I use vs2008
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:37051
    • 提供者:汤文镇
  1. cipandiaodu

    0下载:
  2. 1、对于如下给定的一组磁盘访问进行调度: 请求服务到达 A B C D E F G H I J K 访问的磁道号 30 50 100 180 20 90 150 70 80 10 160 2、要求分别采用先来先服务、最短寻道优先以及电梯调度方法进行调度。 3、要求给出每种算法中磁盘访问的顺序,计算出平均移动道数。 4、假定当前读写头在90号,向磁道号增加的方向移动。-1, for a given set of as disk access scheduling: Reques
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-06
    • 文件大小:1220277
    • 提供者:刘莹
  1. CHAT1

    0下载:
  2. C++多线程聊天程序1,想到那的不错哦,推荐下载躲线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序-I am studying in c++ just using this programme,and it is the best example for the junior study.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1215
    • 提供者:阿良
  1. mulithread

    0下载:
  2. I. 在C盘下建立一个名为MuliThread.java的文件,MuliThread.java中内容见“附录二”。 II. 通过CMD命令进入命令行方式,编译MuliThread.java文件。 III. 运行编译成功的MuliThread.class文件。根据屏幕反馈,完成报告要求7 – -I. under the C drive, create a file named MuliThread.java the See MuliThread.java in Appendix II
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:6228
    • 提供者:songyu
  1. Delphi-DLL-Injection

    0下载:
  2. dll注入演示代码,I Have translated the C++ Source to Delphi, check attachments for full source+ examples-I Have translated the C++ Source to Delphi, check attachments for full source+ examples
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:2979
    • 提供者:rtert
  1. hffe

    0下载:
  2. 自己整理的一些东西,我觉得是学习C语言图像变成的好资料-Of something by yourself, I think is to learn C language image into a good information
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:112823
    • 提供者:svyles
  1. 5711817

    0下载:
  2. C语言的经典例子,虽然我没看完,但是感觉还不错,不错的-The classic example of C language, although I have not finished, but the feeling is good, good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:116613
    • 提供者:nrdcedanoe
  1. pzstyexbubble

    0下载:
  2. 学习C语言必要的编译器,TURBOR C,不用我再多说了吧,(Need to learn C language compiler, TURBOR C, I don't need to say more.)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-26
    • 文件大小:943104
    • 提供者:stafiatig
« 12 »
搜珍网 www.dssz.com