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

搜索资源列表

  1. currentThread.getName

    0下载:
  2. 通过继承 Thread 类并使用 currentThread.getName() 方法来监测线程的状态-Condition monitoring
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:697
    • 提供者:Jacker
  1. CESeries

    0下载:
  2. wince下串口类,包括打开函数,发送函数,以及接收线程-wince under the serial class, including opening function, send function, as well as receiving thread
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:4304
    • 提供者:贾磊
  1. QTcpTest

    3下载:
  2. 基于QT5.5.1的socket TCP协议通信示例,包含客户端与服务端,实现了多线程、心跳机制、断线重连,数据简单封包(防止粘包)等必备技巧,已经封装为独立的类,可以移植性强,只需要添加自己的数据解析与处理即可直接使用。-Based on QT5.5.1 socket TCP communications example, including client and server, realize multithreading, heartbeat, break line, simple dat
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:17397
    • 提供者:万科锐
  1. oschina-android

    0下载:
  2. 开源中国社区源码使用官方api接口开发,非传统的http模式。编译的时候建议sdk在4.0以上。本源码适合各种水平的开发者阅读,使用了异步线程加载数据,基本上每一个类都有很详细的注释。不用登录就可以获取最新的咨询、博客、和阅读文章。登录的时候是弹出一个对话框,这一点不同于现在的普通登录方式。登录以后的个人消息是通过客户端主动向服务器请求的,不是推送模式-Open source Chinese community source code using the official API interfa
  3. 所属分类:android

    • 发布日期:2017-05-28
    • 文件大小:10382134
    • 提供者:王哲
  1. list

    0下载:
  2. list控件与图片显示,包含了listctrl控件 icon模式,GDI+显示图像,CImage类 图片;多线程刷图等-list control and image display, including listctrl control icon mode, GDI+ display images, CImage Image multithreading brush maps
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-06-03
    • 文件大小:15069045
    • 提供者:甄治钧
  1. JThread

    0下载:
  2. JThread类,线程开发方便使用,直接导入就可以使用,注释完整-JThread class, the development of the use of easy to use, direct import can be used to complete the notes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2337
    • 提供者:df
  1. THread

    0下载:
  2. AVA多线程实现方式主要有三种:继承Thread类、实现Runnable接口、使用ExecutorService、Callable、Future实现有返回结果的多线程。-There are three ways to implement AVA multithreading: inheritance Thread class, the realization of the Runnable interface, using ExecutorService, Callable, Future to
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:7455
    • 提供者:涅羽
  1. net.mindview

    0下载:
  2. 《JAVA编程思想》中文第四版配套类库 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从JAVA的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。-" JAVA programming ideas" supporting the fourth edition Chinese Library book won wide acclai
  3. 所属分类:source in ebook

    • 发布日期:2017-05-04
    • 文件大小:62428
    • 提供者:静默听风雨
  1. SerialPort.tar

    0下载:
  2. 自己封装的一个qt5的串口类,亲测可用,不过暂时还不支持多线程。-Qt5 own package of a serial type, pro-test available, but not yet support multi-threading.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:5161
    • 提供者:田强
  1. TPSMSvc

    0下载:
  2. 基于重叠IO与线程池的Socket类封装-ThreadPool Socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:4786
    • 提供者:jukeqin
  1. IpScanTest

    0下载:
  2. 多线程扫描局域网中的计算机ip地址、MAC。通过ARP协议实现获取mac,效率很高,封装成类“TScanNetIp”,带测试源码,已使用Delphi7进行测试。-Multi-threaded scanning LAN computer ip address, MAC. Through the ARP agreement to achieve mac, efficient, packaged as TScanNetIp , with test source code, has been test
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:186325
    • 提供者:lichaobo
  1. elevator

    0下载:
  2. 一个多线程三电梯调度算法,内有注释,面向对象电梯类作业最后版本-A multithreaded three elevator scheduling algorithm, there are notes, object-oriented class operations elevator final version
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:9520
    • 提供者:songxin
  1. VB6ThreadingDirectCOM

    0下载:
  2. Olaf Schmidt使用DirectCOM.dll来实现VB6多线程的例子,具有开创性,但是使用起来略麻烦,需要自己写类,然后编译,最后需要两个dll 当然特点是支持IDE,且稳定-Olaf Schmidt DirectCOM.dll use VB6 to implement multithreading example, ground-breaking, but use a little trouble, you need to write your own class, then c
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-05
    • 文件大小:24200
    • 提供者:loquat tang
  1. RubyCode

    0下载:
  2. 这个RubyCode里面主要是11个学习Ruby的源码。主要是基本的语法,数据类型,多线程,以及Ruby中类和面向对象的使用。-This RubyCode which is mainly 11 to learn Ruby source. Mainly basic syntax, data types, multithreading, and Ruby classes and object-oriented use.
  3. 所属分类:ELanguage

    • 发布日期:2017-05-04
    • 文件大小:4275
    • 提供者:赵颖群
  1. Log

    0下载:
  2. C++实现的日志打印类,使用了多线程和文件锁机制-C++ implementation of the log print class, the use of multi-threaded and file lock mechanism
  3. 所属分类:Printing program

    • 发布日期:2017-05-04
    • 文件大小:5039
    • 提供者:徐赛
  1. vc

    0下载:
  2. VC下利用Matcom多线程绘图的演示代码,有单纯程绘制和多线程绘制的例子,类库文件也附在压缩包中。可绘制八叶玫瑰线、抛物面、衰减振荡曲线-VC under the use of Matcom multi-threaded graphics demo code, there is a simple procedure for drawing and multi threaded rendering example, class library file is also attached to t
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1762769
    • 提供者:zhch2i
  1. BaseKeyDemoDoc

    0下载:
  2. 多线程封装类,最近在做win下的多线程程序,自己封装了一个多线程的类,方便大家使用。-Multi-threaded package, the recent win under the multi-threaded procedures, their own package of a multi-threaded category, to facilitate everyone to use.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:24968
    • 提供者:魏大云
  1. EditTreeCn

    0下载:
  2. 使用c++中封装好的thread类来实现多线程操作的demo-Use c++ in the package of good thread class to achieve multi-threaded operation of the demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:6140
    • 提供者:yunhunjunk
  1. functibn-cmeate

    0下载:
  2. 基于MFC对话框类创建的线程,传递给线程函数2个参数-Based on the MFC dialog box class to create threads, two parameters passed to the thread function
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:63348
    • 提供者:ixkr-901134
  1. evoluuiondeclaration

    0下载:
  2. C#语言的多线程示例,使用Parallel类-Multithreading example of c# language, the use of Parallel class
  3. 所属分类:ComboBox

    • 发布日期:2017-05-05
    • 文件大小:21621
    • 提供者:mmgcxnme
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com