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

搜索资源列表

  1. neichun

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:22787
    • 提供者:苏艳芳
  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
    • 文件大小:1321948
    • 提供者:沈月
  1. pthread

    0下载:
  2. 多线程应用程序设计。生产者线程不断顺序地吧0-1000的数字写入共享的循环缓冲区,同时消费者线程不断地共享地循环缓冲区读取数据。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3697
    • 提供者:徐亚雪
  1. TwoThread

    0下载:
  2. 编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-prepared a multithreaded process (two threads), a thread to the list of controls to insert data, a reading list and display controls the data show that aft
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31357
    • 提供者:华天晴
  1. 读者与写者模拟

    0下载:
  2. 在Windows Xp 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制: 读者-写者的读写限制(包括读者优先和写者优先) 1)写-写互斥,即不能有两个写者同时进行写操作 2)读-写互斥,即不能同时有一个读者在读,同时却有一个写者在写 3)读读允许,即可以有2个以上的读者同时读 将所有的读者和所有的写者分别放进两个等待队列中,当读
  3. 所属分类:进程与线程

    • 发布日期:2011-06-04
    • 文件大小:18031
    • 提供者:zhzghyd
  1. mailSlot

    0下载:
  2. 邮槽是基于广播通信体系设计出来的,它采用无连接的不可靠的数据传输。 邮槽是一种单向通信机制,创建邮槽的服务器进程读取数据,打开邮槽的客户机进程写入数据。 为保证邮槽在各种Windows平台下都能够正常工作,我们传输消息的时候,应将消息的长度限制在424字节以下。 mailslot是用邮槽在进程间通讯。-Mail slot is designed based on radio communications system, which uses unreliable connection
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:66463
    • 提供者:lzl
  1. tk2

    0下载:
  2. 一个太阁立志传2的内存修改器,主要功能在内存中读取和修改另外一个进程的数据。-A 太阁立志传 2 memory modifier key functions in memory, read and modify data in another process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:4822
    • 提供者:河坊街
  1. MultilineAPIload

    0下载:
  2. 实现双线程高效下载 线程A从网络中读取一个数据块,存储到内存的缓存中。 线程B从缓存中读取内容,存储到文件中。-mutilineload Aline read datablockfrominternet ,save to the buffer in RAM. Bline read context from buffer,then save to file.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:691
    • 提供者:徐天扬
  1. 3pcf

    0下载:
  2. windows下多线程计算3pcf问题的源码 直接编译运行即可 从文件中读取数据-Under the multi-threaded computing 3pcf windows source code directly compile and run the problem can be read from the file
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-20
    • 文件大小:6037779
    • 提供者:张腊
  1. thread-ci-

    0下载:
  2. 实现线程池,线程池的简单实现,用于数据的读取缓存-Thread pool implementation, a simple thread pool implementation, the read cache for data
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:41964
    • 提供者:san
  1. Threaded

    0下载:
  2. 多线程程序,未进行数据保护。程序打开一个text文件,线程按行从文件中读取数据同时计算每行 的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:761
    • 提供者:ASIN
  1. pipe-for-cPPbuilder

    0下载:
  2. C++builder编写的管道数据读取功能,其中ADD是测试程序,具体应用时把builder程序中子程序的位置需要改成ADD程序所在位置-Data read function C++builder written pipeline, including ADD test program, the specific application builder program subroutine strcpy (command, " F: \ \ Research \ \ pipe \ \ ADD \
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-08
    • 文件大小:518365
    • 提供者:王潘
  1. niminggd

    0下载:
  2. C++ 匿名管道程序测试源代码,定义结构体SECURITY_ATTRIBUTES变量,填充结构体中的各成员,创建匿名管道,定义并初始化结构体,填充结构体中的各个成员,从匿名管道中读取的数据等。-C++ anonymous pipe testing program source code, the definition of the structure of SECURITY_ATTRIBUTES variables, each member is filled in the structure,
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:5623
    • 提供者:王佳
  1. SunAuxTest

    0下载:
  2. 管道 实现进程间通信 管道读数据是一次性操作,进程A将数据压入管道中,进程B读取数据,释放空间以便写更多的数据-Pipes for interprocess communication channels read data is a one-time operation, process A will be pressed into the pipeline data, process B to read data, freeing space for more data to write
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:3183
    • 提供者:twx
  1. producer-and-consumer

    1下载:
  2. 创建4个POSIX线程。其中2个线程(A和B)分别从2个数据文件(data1.txt和data2.txt)读取10个整数. 线程A和B把从文件中读取的逐一整数放入一个缓冲池. 缓冲池由n个缓冲区构成(n=5,并可以方便地调整为其他值),每个缓冲区可以存放一个整数。另外2个线程,C和D,各从缓冲池读取10数据。线程C、D每读出2个数据,分别求出它们的和或乘积,并打印输出。-Creating four POSIX threads. Where two threads (A and B) were r
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1167
    • 提供者:徐舒怡
  1. realoze

    0下载:
  2. 用udp实现可靠数据传递,从本机固定位置读取一个文件-Using udp to realize reliable data transmission, read a file the machine fixed position
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-21
    • 文件大小:7168
    • 提供者:charaatrristix
  1. UTREM18

    0下载:
  2. 用udp实现可靠数据传递,从本机固定位置读取一个文件()
  3. 所属分类:进程与线程

    • 发布日期:2017-12-31
    • 文件大小:7168
    • 提供者:earguwukte
  1. PWZMI

    0下载:
  2. 使用VC读取地震数据文件 Use VC to read seismic data files()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-21
    • 文件大小:45056
    • 提供者:cxlzs
搜珍网 www.dssz.com