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

搜索资源列表

  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. neichun

    0下载:
  2. 内存搜索及修改源代码,读取内存地址的数据并修改的例子。-memory search and modify the source code, read memory address data and revised examples.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:107.72kb
    • 提供者:范先生
  1. e1394

    0下载:
  2. 一个好的java学习软件,帮你提高java学习,要是你认真看过本代码,你会在瞬刻之间就能成为java高兴,信不信由你!-a good learning software, java help you improve learning, if you read the code carefully, you will be engraved in the blink of java between can become happy, believe you!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:276.85kb
    • 提供者:www
  1. mutative

    0下载:
  2. 就是一个字,看了你就知道了,然后你会说很好-is a word and read you will know, then you would say that good
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:99.88kb
    • 提供者:刘少伟
  1. ossue

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.88kb
    • 提供者:苏匀
  1. multitreadsrc4

    0下载:
  2. 线程的同步   虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22.25kb
    • 提供者:苏艳芳
  1. bootstrap

    0下载:
  2. 这个频率与硬件和操作系统都可能有关。利用 API 函数 QueryPerformanceFrequency 可以得到 这个定时器的频率。利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。根据 要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到-the frequency with hardwa
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:232.86kb
    • 提供者:xianhao
  1. SynChronicCode

    0下载:
  2. usb接口线程读取usb接口设备的数据,然后将数据发送给主线程,主线程实时显示数据,并且将其保存到数据库中。(运行时需要usb数据采集卡的支持)-usb interface thread usb interface equipment to read the data and then send the data to the main thread. the main threads real-time display of data, and to the preservation of i
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:沈月
  1. thread_useandcorrespond

    0下载:
  2. 线程的调用与关闭以及使用两个信号量来完成双线程(读取与写入操作)的协调问题。-thread with a call to the closure and the use of two signals to complete the two-volume threads (read and write) and coordination issue.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8.07kb
    • 提供者:李力
  1. writerfirst

    0下载:
  2. 用于阅读者和写入者问题之写入者优先-used to read and write those problems into priority
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.83kb
    • 提供者:王晓蕾
  1. Modemasync

    1下载:
  2. vc++下利用多线程机制实现串口的异步读和写。-vc using multithreading mechanisms serial asynchronous read and write.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39.5kb
    • 提供者:Christine
  1. FPort

    0下载:
  2. 一个很好的可以读取进程信息的VC++源代码-a good process information can read the source code of VC
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:76.69kb
    • 提供者:雷大江
  1. linux 线程 进程经典文章

    0下载:
  2. 学习操作系统时,进程和线程搞了很久,还是一知半解,看了这一篇文章,才在整体在明白了它们之间的依存-learning operating system, processes and threads engage in a long time, or only a little, having read this article, but only in general they understand the interdependence between the
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14.86kb
    • 提供者:Jack
  1. GameModifyPack.游戏内存读取和修改的五个例子

    0下载:
  2. 游戏内存读取和修改的五个例子,用delphi编写。需要的朋友可以看一下,Memory read and modify the game five examples of the preparation with delphi. Need to look at the friends
  3. 所属分类:进程与线程

    • 发布日期:2015-12-31
    • 文件大小:1.15mb
    • 提供者:HuangJacky
  1. RWLock.rar

    0下载:
  2. 实现了面向多线程应用程序的读写锁,支持并发读,互斥写,For the realization of multi-threaded applications to read and write lock to support the concurrent read, exclusive write
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:925byte
    • 提供者:neil
  1. BCBMultiThreaded.rar

    0下载:
  2. Borland C++ Builder BCB的多线程例子 包括创建线程 运行线程等 简单易懂 exe文件可直接运行 看到效果 ,BCB examples include the multi-threaded thread running threads, such as the creation of easy-to-read document can be directly run the exe to see the effect of
  3. 所属分类:进程与线程

    • 发布日期:2017-03-30
    • 文件大小:350.03kb
    • 提供者:yaojinwei
  1. sys

    2下载:
  2. 易语言驱动读写内存模块源码,带默认驱动一个。可自行添加驱动修改函数。-Yi language-driven source code to read and write memory module with a default driver. Can add a function-driven changes.
  3. 所属分类:进程与线程

    • 发布日期:2016-01-24
    • 文件大小:8.93kb
    • 提供者:刘智强
  1. Readers-that-read--write-preferred

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

    • 发布日期:2017-11-12
    • 文件大小:1.94kb
    • 提供者:别样的天空
  1. read-and-copy-processmould

    0下载:
  2. 读取并且复制进程模块,查看进程模块的相关信息。-Read and copy process module, view information about the process modules.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1.58mb
    • 提供者:lisa
  1. hsle-page-read

    0下载:
  2. delphi文本文件的逐行读取,将文本文件从记事本中读到页面中来-Delphi text file to read line by line, the text file to read the notepad page
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:193.91kb
    • 提供者:sfyom-0134
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com