搜索资源列表
ThreadSync01
- 当你在程序中使用多线程时,这经常会用到,而且这些线程需要同时访问同一个资源时,这个可能性很大,这时候你就需要用到线程同步技术。有些线程以只读方式访问资源,我们叫它ReadThread,而有些线程却需要对资源进行写入,我们叫它WriteThread,我们暂时先这样称呼。如果一个线程对资源的访问是读写方式,我们把它看作是WriteThread。 -when you process multiple threads, which are often used, but these threads
neichun
- 内存搜索及修改源代码,读取内存地址的数据并修改的例子。-memory search and modify the source code, read memory address data and revised examples.
e1394
- 一个好的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!
mutative
- 就是一个字,看了你就知道了,然后你会说很好-is a word and read you will know, then you would say that good
ossue
- 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchronization, contradict operation exa
multitreadsrc4
- 线程的同步 虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread s
bootstrap
- 这个频率与硬件和操作系统都可能有关。利用 API 函数 QueryPerformanceFrequency 可以得到 这个定时器的频率。利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。根据 要延时的时间和定时器的频率, 可以算出要延时的时间定时器经过的周期数。在循环里用 QueryPerformanceCounter 不停的读出定时器值, 一直到经过了指定周期数再结束循环, 就达到-the frequency with hardwa
SynChronicCode
- 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
thread_useandcorrespond
- 线程的调用与关闭以及使用两个信号量来完成双线程(读取与写入操作)的协调问题。-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.
writerfirst
- 用于阅读者和写入者问题之写入者优先-used to read and write those problems into priority
Modemasync
- vc++下利用多线程机制实现串口的异步读和写。-vc using multithreading mechanisms serial asynchronous read and write.
FPort
- 一个很好的可以读取进程信息的VC++源代码-a good process information can read the source code of VC
linux 线程 进程经典文章
- 学习操作系统时,进程和线程搞了很久,还是一知半解,看了这一篇文章,才在整体在明白了它们之间的依存-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
GameModifyPack.游戏内存读取和修改的五个例子
- 游戏内存读取和修改的五个例子,用delphi编写。需要的朋友可以看一下,Memory read and modify the game five examples of the preparation with delphi. Need to look at the friends
RWLock.rar
- 实现了面向多线程应用程序的读写锁,支持并发读,互斥写,For the realization of multi-threaded applications to read and write lock to support the concurrent read, exclusive write
BCBMultiThreaded.rar
- 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
sys
- 易语言驱动读写内存模块源码,带默认驱动一个。可自行添加驱动修改函数。-Yi language-driven source code to read and write memory module with a default driver. Can add a function-driven changes.
Readers-that-read--write-preferred
- 读者写着问题,写者优先,当多个读者在等待前面的读者时,有写者来,写者优先,当前读者读完,写者进入,-Readers that read, write preferred
read-and-copy-processmould
- 读取并且复制进程模块,查看进程模块的相关信息。-Read and copy process module, view information about the process modules.
hsle-page-read
- delphi文本文件的逐行读取,将文本文件从记事本中读到页面中来-Delphi text file to read line by line, the text file to read the notepad page