CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多线程 读写

搜索资源列表

  1. Comm

    0下载:
  2. 基于C++的MSCOMM控件多线程串口通讯源程序,能实现基本的读写功能.-The C++ based multi-threaded serial communication MSCOMM control source, to achieve basic reading and writing functions.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1934264
    • 提供者:gray
  1. ThreadDemo

    0下载:
  2. 演示了多线程编程,以及CMutex,CEvent和CMultiLock的组合使用,三个线程,两个写,一个读,效果可视化。-Demonstrates the multi-threaded programming, and CMutex, CEvent and CMultiLock use a combination of the three threads, the two write, one read, visual effects.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:28859
    • 提供者:邢延超
  1. RedPasSnake

    0下载:
  2. 用VS2010开发的贪吃蛇,很好的源代码,我的原创。其中利用了多线程,调试时请注意。并且利用了屏幕双缓冲读写技术。移动中不会出现闪烁。-VS2010 development, source code, my original. The use of multi-threaded, Please note that when debugging. And use double buffering of screen reader technology. The move does not appe
  3. 所属分类:Other Riddle games

    • 发布日期:2017-06-02
    • 文件大小:14843828
    • 提供者:xiao
  1. chatserver

    0下载:
  2. 利用Nio多线程实现用户随机聊天的一个简单例子 服务器用NIO技术实现,避免了服务器需要为每一个客户开启一个线程,并用多线程实现读写操作。-Multithread by Nio the user a simple example of random chat server technology with the NIO, to avoid the server needs to open a thread for each client, and read and write operati
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:39127
    • 提供者:cunjia
  1. myQQ

    0下载:
  2. 项目描述: 该项目分为两个部分:服务器端和客户端。只有当服务器开启了服务用户 能登录并使用。用户正确登录以后,可以实现多人聊天,聊天记录可以保存到本地 没有帐号的用户可以注册帐号,服务器端可以看到注册用户的信息以及在线用户的信息 运用技术: 此项目运用了J2SE所学的知识点,涉及到了文件读写、图像界面GUI的开 发、多线程与集合Hashmap的结合运用等 -Project Descr iption: The project is divided into two parts:
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-13
    • 文件大小:3114048
    • 提供者:仅此
  1. serial

    0下载:
  2. 由于WINCE不支持重叠I/O操作,因此可分别用单独的线程去读写串口,通过多线程来模拟重叠操作[4]-WINCE does not support as a result of overlapping I/O operation, it can be a separate thread to read and write serial port, through multi-threading to simulate the overlapping of operations [4]
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:176314
    • 提供者:owen
  1. mutex-lock

    0下载:
  2. 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1569
    • 提供者:周伟光
  1. FileThread

    0下载:
  2. windows下的程序多线程对文件驱动的读写-procedures under the windows of many threads to read and write document-driven
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-25
    • 文件大小:52105
    • 提供者:hesi
  1. serialport

    0下载:
  2. 封装一串口类,利用多线程实现串口的读写,-class serialport
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:2798
    • 提供者:宋沛东
  1. file_encryption

    0下载:
  2. AES分组加密算法做的文件加解密演示, 采用多线程流水线方式对文件进行 读->加密/解密->写 操作.-AES block cipher algorithm for encryption and decryption so the paper presentations, the use of multi-threaded pipelined read on paper-> encryption/decryption-> write operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:18544
    • 提供者:周可
  1. desingn

    0下载:
  2. 关于USB输入输出文档,多线程测试,支持大批量读写USB-On the USB input and output files, multi-threaded test, read and write support for high-volume USB
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7126
    • 提供者:汪赛虎
  1. QGServerLib_release.tar

    0下载:
  2. QGServerLib是一个C++实现的简单易用的Tcp服务器框架库,旨在简化服务器的构建过程。 具有如下特点: 1, 以模块化的处理池为基本构建元素,能够方便的实现安全稳定的服务架构。 2,事件触发,多线程事件监听,任务化读写访问,解决单线程监听及数据读写带来的性能瓶颈,连接不受线程数限制。 3,写队列,并行读写逻辑,支持服务器数据推送(Push)。 4,数据传送协议,避免数据传送错误,封装数据流。 5,类远过程调用。 6,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-03
    • 文件大小:1081069
    • 提供者:lwp
  1. HOTKEY

    0下载:
  2. 原创的电子提醒功能小工具.2个小闹钟计时器.用到 热键功能函数,OnTimer,多线程,和文件读写等等的知识-Original function of an electronic gadget to remind .2 a small alarm clock timer. Use hotkey function, OnTimer, multi-threaded, and document the knowledge to read and write, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:29129
    • 提供者:陈锐
  1. Thread_Serial

    0下载:
  2. 实现串口的读写访问的一个完整类--多线程、消息机制;-a completely class have been finished all the function commonly, base on mut_threads and massage map
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:7186
    • 提供者:luyicai
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1364
    • 提供者:刘冉
  1. Lock

    0下载:
  2. 简单实用的 多读单写 类。 通过对计数器 对多线程调用达到多读单写的目的-Simple and practical to read a single writing class. Through the counter for multi-threaded calls to read more single purpose of writing
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1490
    • 提供者:Spirit
  1. 446805_e74e00883afc4588

    0下载:
  2. linux qt环境下的串口多线程功能的实现,打开qt窗口后读写串口,并同时可以进行其他窗口操作-linux qt environment implementation of serial multi-threading capabilities, open qt window after the serial read and write, while other windows can operate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:66095
    • 提供者:fde fd
  1. read-write

    0下载:
  2. C++ 模拟经典读写模型 多线程实现-C++ simulation model of the classic reader
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1181
    • 提供者:zcw
  1. MutilThreadTickets

    0下载:
  2. java SE平台下的多线程电子售票系统。实现了多线程可同时多路售票,文件I/O读写控制售票数量记录各信息。-java SE platform, multi-threaded electronic ticketing system. Achieve multiple simultaneous multithreading ticketing, file I/O read and write control the number of records of all ticket informati
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2358
    • 提供者:何森
  1. Java

    1下载:
  2. java编程经典,2010新版教程。 第1章 Java环境及配置 第2章 Java基本语法 第3章 类和接口 第4章 Java Applet 第5章 Java图形处理 第6章 Java用户界面技术 第7章 异常、事件和多线程机制 第8章 输入输出技术 第9章 Java数据库技术 第10章 Java安全技术 第11章 Java网络技术(一) 第12章 Java网络技术(二) 第13章 Servlet技术 第14章 Jav
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5477109
    • 提供者:兰凯
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com