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

搜索资源列表

  1. unix_pdn

    0下载:
  2. 这是一个简易的操作系统,用vc++ 开发-This is a summary of the operating system, developed using vc
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:30852
    • 提供者:陈海兵
  1. DynamicMemoryManage

    0下载:
  2. 操作系统的内存分配源码,用vc编写,是优先分配,最小块合并,上下回收自动合并-operating system source code memory allocation using vc preparation is the priority, the most small merger The next automatic recovery merger
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:19175
    • 提供者:张良
  1. process2

    0下载:
  2. 这是一个演示操作系统中进程切换的程序,用C++编写,运行于VC++平台
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1478
    • 提供者:陈梅
  1. VC++netscan

    0下载:
  2. 使用多线程编程技术,内存和CPU占用大幅度减少 支持所有操作系统,WIN9X/WIN2K/WINXP,适应能力加强
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16679
    • 提供者:范龙
  1. mt1

    0下载:
  2. vc++多线程开发实际应用的例子,进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:55867
    • 提供者:qwe
  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. SSiFun-V1.3.0.1

    0下载:
  2. SSiFun通过设计一个通用、简便的数据接口,来封装Windows进程间函数调用的技术实现细节,提高开发效率。一个Dll同时适用于调用者和服务提供者(即客户端和服务端),避免了服务端、客户端的协议兼容和版本问题。SSiFun提供标准WIN32 API接口,适用于各类编程语言(包括VC++、Delphi、VB、C#等)调用。SSiFun.dll 采用VC++ 7.1(VS2003)编制,提供了 SSiFun.dll、SSiFun.lib、SSiFun.h,可直接加入到VC++项目中调用。 支持
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:92501
    • 提供者:李群巍
  1. duoxiancheng

    0下载:
  2. 编写多线程的程序 1)试验目的和内容 理解操作系统中的进程和线程的概念,比较单进程(线程)和多进程(线程)的程序结构和执行方面的区别,指出多进程(线程)的好处。 2)试验环境 在windows下用VC++编写一个多线程的程序并比较与单线程程序的区别*/-Procedures for the preparation of multi-threading 1) test the purpose and content of understanding the proces
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:3256
    • 提供者:殷晓飞
  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. Come_out_the_problem_of_producing_and_consuming_by

    0下载:
  2. 这是一个用线程来实现生产消费的源代码,开发环境是VC++2006,针对的是在uC/OS-II操作系统里信号量是如何进行请求与发送的?本人已经调试通,需要的可以下载下来用。-This is a thread used to achieve the production and consumption of the source code, development environment is VC++2006, is for uC/OS-II operating system how to car
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:271486
    • 提供者:
  1. OperationSystemCodes

    0下载:
  2. 本程序为十多个操作系统实验VC代码,希望能对大家有所帮助-This program is more than a dozen operating systems experiment VC code, I hope you can help! ! !
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:509173
    • 提供者:
  1. caozuoxitong

    0下载:
  2. 操作系统实验关于进程 资源分配方面的,这是安全性算法的VC文件用VC++打开运行一下就可以-Experiments on the operating system resource allocation process, which is a security algorithm VC open the file with VC++ can run about
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:7761
    • 提供者:wangyanming
  1. wr

    0下载:
  2. 操作系统多线程/进程读者写者问题 vc++ 报告 源码-The operating system multithreading/process reader source code. The problem of vc++ report
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:63637
    • 提供者:mr.zhang
  1. KXOH

    0下载:
  2. 本程序是使用Vc++6,0开发的用于计算机系操作系统课程的文件系统模拟程序(This program was developed by using vc + + 6, 0 for computer operating system file system simulation program of the course)
  3. 所属分类:进程与线程

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