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

搜索资源列表

  1. D__Documen504181222002

    0下载:
  2. 模拟操作系统运行的源代码 Descr iption: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Descr iption : The object of this pr
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.49kb
    • 提供者:风海
  1. powerdown

    0下载:
  2. 用VC写的一个可以关闭系统的程序,直接把电源也关掉了,运行该程序前要小心把未保存的东西先保存!-VC can write a closed system procedures, directly to switch off the power supply is also running the program prior to the careful preservation of not keeping things first!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.1kb
    • 提供者:忠成
  1. ThreadSync01

    0下载:
  2. 当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.29kb
    • 提供者:周将华
  1. ProcessSort

    0下载:
  2. 每隔5分钟查看一下当前系统中那个进程占用的内存最大,并写日志文件-every 5 minutes to check the current system that process memory used most, and write log files
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37.35kb
    • 提供者:杨锴
  1. mhk

    0下载:
  2. 测试Windows 2k中内存和外存的速度。 分别在内存中分配一片存储空间,和在硬盘上建立一个同样大小的空间,往这两个空间中用不同方式写入/读出数据。-testing Windows 2k memory and external memory speed. In memory allocated a storage space, and the drive to establish a space of the same size, to the space it used two differ
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:999byte
    • 提供者:周继波
  1. OSWORK01

    0下载:
  2. 第一次用MFC写进程同步与互斥,生产者与消费者问题 -the first to write MFC process synchronization and mutual exclusion, producer and consumer issues
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33.47kb
    • 提供者:哈哈哈
  1. c模拟内存管理

    2下载:
  2. 一个用C写的内存管理系统,模拟操作系统内存-C write a memory management system, the operating system memory simulation
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:38.87kb
    • 提供者:keke
  1. GameMastera

    0下载:
  2. mfc写的游戏修改器,读取内存修改,总体设计不错-mfc write of the game changes, reader memory changes, good design
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:97.76kb
    • 提供者:毛毛
  1. appmenu

    0下载:
  2. 对已运行的实例追加菜单,很好用..里边附带对 写字版 添加菜单的例子-right has been in operation for additional examples of the menu, with good inside .. to write incidental add menu version of the example
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.3kb
    • 提供者:Benson
  1. ProcessTree

    0下载:
  2. 我用VC6写的一个将当前进程及其加载模块以树形控件显示的小工具,欢迎交流-I used to write the current process will be a loadable module and tree controls to show a small tool, welcomed exchanges
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:105.08kb
    • 提供者:李方
  1. cdy.cpp

    0下载:
  2. 读者写者问题 包括读优先 写有先 程序写的不错,希望大家参考-readers to write persons including reading a first priority was to write a good procedure, we hope reference
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.3kb
    • 提供者:蝈蝈
  1. comtut17src55

    0下载:
  2. 我们写程序,经常需要实现这样的需求: 例一、程序运行产生一个窗口,用户关闭的时候需要记录窗口的位置,以便下次运行时保持位置不变; 例二、由于程序运行时间很长,今天执行一部分,明天继续执行。那么在下次运行前要恢复前次的状态; -we write procedures and frequently required to achieve such a demand : an cases, procedures have on the operations of a window, use
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:61.7kb
    • 提供者:hello
  1. Java_Reader_Writer

    0下载:
  2. 用java语言实现IPC经典问题中的读者写者问题-with java language IPC classic problem of the problem of readers to write
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.01kb
    • 提供者:wyn
  1. 2005112810545531483234556

    0下载:
  2. 这是我用汇编写的一个打字练习的程序,它能在窗口中随机显示一行字符,输入一行结束时,自动换一行。上面用一个箭头指示所要打的字符,输入正确时显示绿色,错误时显示红色,同时有错误提示音,能用back-space删除字-This is what I used to write a compilation of a typing practice and the procedures it in the window display random characters here, his input at
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.58kb
    • 提供者:三水
  1. windows_reader_writer

    0下载:
  2. 线程的读者优先与写者优先。创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件进行读写操作。用信号量机制分别实现读者优先和写者优先的读者写者问题。-priority threads with the readers who wrote priority. The process of creating a console, this process contain n threads. Use of these n threads to expre
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.01kb
    • 提供者:李晨
  1. Delphi--to-write-multi-threaded

    0下载:
  2. delphi,编写的多线程-Delphi, to write multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:166.26kb
    • 提供者:weifeng
  1. Readers-that-read--write-preferred

    0下载:
  2. 读者写着问题,写者优先,当多个读者在等待前面的读者时,有写者来,写者优先,当前读者读完,写者进入,-Readers that read, write preferred
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:1.94kb
    • 提供者:别样的天空
  1. Multi-thread-concurrent-write-files

    0下载:
  2. 多线程并发写文件,100个线程同时写文件无压力-Multi thread concurrent write file, the 100 thread at the same time to write the file without pressure
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:36.13kb
    • 提供者:钱云杰
  1. svgvmce-hope-write

    0下载:
  2. 一个VC写的服务程序示例,然望对有这方面需求的朋友有帮助,不错的-A VC write service program example, hope to have this aspect demand friend help, good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:42kb
    • 提供者:VILwcssn-241
  1. calling-write-saart

    0下载:
  2. 用vc++调用windows pcsc driver 对ACR91进行读写smart card,-With vc++ calling Windows PCSC driver to read and write ACR91 smart card,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:169kb
    • 提供者:tkplh
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com