CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - thread class

搜索资源列表

  1. CircleByteBuffer

    0下载:
  2. 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
  3. 所属分类:Project Design

    • 发布日期:2017-04-14
    • 文件大小:4364
    • 提供者:胡可
  1. arrayBuffer

    0下载:
  2. 设计了一个环形字节缓冲区类,可用于通信数据收发的缓冲处理。类的读写及查看接口已经加上了多线程同步访问锁。-Designed a ring-byte buffer class, can be used to send and receive communication data buffering. Class to read and write and see the interface has been coupled with a multi-thread synchronization t
  3. 所属分类:Software Testing

    • 发布日期:2017-04-02
    • 文件大小:2792
    • 提供者:胡可
  1. uart

    0下载:
  2. BCB6下完整的UART通信程序,多线程机制,封装成独立的类,从Win95时代用到XP,主要配合单片机用,遇到实际问题就修改、记录,能抗住单片机的频繁上电,可用于1Mbps以上高速的虚拟串口,并具备直接控制RTS/DTS输出信号的功能。-BCB6 UART communication program under the complete, multi-thread mechanism, packaged as a separate class, use the times from the Wi
  3. 所属分类:Com Port

    • 发布日期:2017-03-27
    • 文件大小:8360
    • 提供者:
  1. Java-Animation

    0下载:
  2. Java动画编程基础 基本技术:   在Java中实现动画有很多种办法,但它们实现的基本原理是一样的,即在   屏幕上画出一系列的帧来造成运动的感觉。 -public   class Animator1 extends java.applet.Applet implements Runnable {   int frame   int delay   Thread animator
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:7939
    • 提供者:刘小东
  1. example

    0下载:
  2. wait-notify机制的应用 不同步时引出的问题 继承基类的实现 实现接口的实现 同步方法的实现 同步块的实现 线程管理池 -wait-notify mechanism of the application does not sync issues arising from the base class implementation inheritance to achieve synchronization interface methods to achiev
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:14847
    • 提供者:yy
  1. paihao

    0下载:
  2. public class Telephon extend Thread{ private int telNum -public class Telephon extend Thread{ private int telNum
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:9147
    • 提供者:123qwe
  1. Chapter-5-Threads

    0下载:
  2. 《操作系统概念》操作系统线程 这一章的上课课件-" Operating System Concepts" Operating System courseware class thread of this chapter
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1347114
    • 提供者:chenyiyu
  1. duoxiancheng

    0下载:
  2. 多线程操作的一个案例编写,主要是关于线程互斥的。教学类-Case of multi-threaded operation of a write, mainly on the thread mutually exclusive. Teaching Class
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1335
    • 提供者:王金
  1. threadpool_src

    0下载:
  2. 实现线程池类软件参考,我参考的线程池类源码。-Implement the thread pool class software reference, I refer to the thread pool class source.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:73395
    • 提供者:李彦刚
  1. WYZCommunication1

    0下载:
  2. 实现一个对串口读写的类,有一个线程负责处理对串口数据的读写,只需要简单调用提供的API就可以侦听串口的数据。-implement a class to read and write the serial port, there is a thread responsible for handling read and write data to the serial port, s
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:165863
    • 提供者:chen
  1. threadmsg

    0下载:
  2. 自定义的一个类,向记录到该类对象的线程发送自定义消息.-Since the definition of a class, to record the thread to the class object to send custom messages.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:81746
    • 提供者:liyiliang85
  1. libasn-0.8.tar

    0下载:
  2. C++常用类库,包括线程、socket、日志-Common C++ class library, including thread, socket, logging ...
  3. 所属分类:Linux Network

    • 发布日期:2017-05-06
    • 文件大小:1417459
    • 提供者:李文
  1. javachat

    0下载:
  2. Java编写的山寨QQ,多人聊天+用户在线,程序分服务端和客户端,典型C/S结构,   当用户发送第一次请求的时候,验证用户登录,创建一个该qq号和服务器端保持通讯连接得线程,启动该通讯线程,通讯完毕,关闭Scoket。   QQ客户端登录界面,中部有三个JPanel,有一个叫选项卡窗口管理。还可以更新好友列表,响应用户双击的事件,并得到好友的编号,把聊天界面加入到管理类,设置密码保护等。-Written in Java cottage QQ, people chat+ users
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-03
    • 文件大小:58429
    • 提供者:as
  1. javachat

    0下载:
  2. Java编写的山寨QQ,多人聊天+用户在线,程序分服务端和客户端,典型C/S结构,   当用户发送第一次请求的时候,验证用户登录,创建一个该qq号和服务器端保持通讯连接得线程,启动该通讯线程,通讯完毕,关闭Scoket。QQ客户端登录界面,中部有三个JPanel,有一个叫选项卡窗口管理。还可以更新好友列表,响应用户双击的事件,并得到好友的编号,把聊天界面加入到管理类,设置密码保护等。-Written in Java cottage QQ, people chat+ users online
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-03
    • 文件大小:47802
    • 提供者:eric
  1. ThreadSynchc

    0下载:
  2. 多线程中线程同步封装类,可以直接用,经过测试-Thread synchronization in multi-threaded wrapper class can be directly used, been tested
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:154812
    • 提供者:张毅
  1. concurrent

    0下载:
  2. 这是一个有关并发线程的多个类实例,是一个 很好的源码!-This is a thread about multiple concurrent instances of the class, is a good source!
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:32918
    • 提供者:wangdan
  1. SMS System

    1下载:
  2. 一个SP的短信系统,包括CMPP3的协议在内。 .程序框架上采用了全插件式扩展,扩展方面除了可以用Remote来扩展还可以用程序提供的接口进行扩展.所使用到的技术有,Remote(在Internet的任一台计算机都可以控制和发送短信),程序域(每个短信业务为一个程序域,就算任一个出了问题也不会影响其它的业务运行,并可以随时动态加载来卸载),连接池,线程池,反射. 采用全插件式管理,业务系统也是它其中一个插件,完成时外带一个Provision的Http服务器插件,可随意外加插件.而业
  3. 所属分类:手机短信编程

    • 发布日期:2012-11-21
    • 文件大小:6069340
    • 提供者:黎宏
  1. Qt

    0下载:
  2. 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。   本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-22
    • 文件大小:7017178
    • 提供者:张付有
  1. MFCwindows-program-design-

    0下载:
  2. 《MFCWindows程序设计》(第2版)(修订版)不仅扩展了已被认为是权威的关于Microsoft用于WindowsAPI的功能强大的C++类库的阐述,还新增了有关COM、OLE和ActiveX的内容。《MFCWindows程序设计》(第2版)(修订版)的作者,JeffProsise,用其无与伦比的技巧向读者讲述了MFC程序设计中的基本概念和主要技术再次阐释了在32位Windows平台上进行了快速的面向对象开发的完美方法。《MFCWindows程序设计》(第2版)(修订版)涵盖了以下专题:事件
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-14
    • 文件大小:21557911
    • 提供者:weio
  1. MUDP

    0下载:
  2. C# 基于多播的信息收发类,含调用演示代码, 可以直接建立消息,不含线程接收实例-C# multicast-based messaging class, including calling the demo code, you can create a message directly, without a thread receives an instance
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:4429
    • 提供者:熊尧
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com