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

搜索资源列表

  1. thread

    0下载:
  2. 用boost:Function对linux线程封装,客户使用不有继承改类,只需要注测回调就可以-With a boost: Function for linux thread package, customers do not have to change class inheritance, you only need a callback can be measured injection
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:28952
    • 提供者:周期
  1. thread

    0下载:
  2. 单个写入程序/多个阅读程序在.Net 类库中其实已经提供了实现,即 System.Threading.ReaderWriterLock 类。本文通过对常见的单个写入/多个阅读程序的分析来探索c# 的多线程编程。-Single writer/multiple readers program. Net class library already provides a realization that System.Threading.ReaderWriterLock classes. Bas
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1687024
    • 提供者:jie
  1. javafilreworks

    0下载:
  2. Java烟花特效代码,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。要用到的Java知识点有:鼠标事件的监听,Graphics类和Thread类的应用。使用Graphics类:绘制烟花,使用Thread类:管理线程,使用Math类:产生随机数,使用Color类:设置颜色。 -Fireworks effects Java code, use the mouse to click on the browser panel will appear colorful fireworks effec
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:15715
    • 提供者:刘海涛
  1. 2011011259_7th

    0下载:
  2. 清华大学2013年java小学期第七次作业,要求:(1)编写一个LineMarket类,其中包括线程类Linereader和LineWriter。把线程中信息输出到命令行。(2)基于网络的双人共玩数独,可联线对战的数独(个人觉得这个题目很脑残……)-Tsinghua University in 2013 java primary period of the seventh job requirements: (a) preparation of a LineMarket categories,
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-05
    • 文件大小:41163
    • 提供者:钟华
  1. uThreadPool

    0下载:
  2. 一个用delphi7写的高效的线程类,执行比较稳定,问题较小-An efficient use delphi7 write thread class, perform relatively stable, less problematic
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6856
    • 提供者:jack
  1. lier

    0下载:
  2. 调用Thread类的方法setName为线程起个名字-Call the Thread class method setName a name for the thread
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:517
    • 提供者:成才上
  1. thread

    0下载:
  2. unix/linux下开发的线程基类。业务类可以派生此类,来实现多线程编程。-Under unix/linux development thread base class. Business class can derive such, to achieve multi-threaded programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:2012
    • 提供者:shenyj
  1. testhalconDebugDll_thread

    1下载:
  2. halcon 图像多线程采集类封装,把图像采集和处理线程封装成一个线程类-a class of halcon multithreaded image acquisition, the image acquisition and processing thread packaged into a thread class
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2895471
    • 提供者:赖容
  1. Thread

    0下载:
  2. 最简单的多线程程序. 适合新手看.老鸟就不需要看了.实在是给新手看的-You can display a simple procedure time. Mainly on the application of aspects of the class time is quite good
  3. 所属分类:Button control

    • 发布日期:2017-05-12
    • 文件大小:3020668
    • 提供者:亮哥
  1. MultithreadWebServer

    0下载:
  2. 通过继承Thread类,调整实验三完成的单线程服务器(已上传Pudn:SimpleHttp1.0.zip)的功能实现逻辑,将其扩展成支持多线程的HTTP服务器。-Thread class through inheritance, adjust the experiment completed three single-threaded server (uploaded Pudn: SimpleHttp1.0.zip) implement logic functions, to be extend
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3655
    • 提供者:Thomas Lee
  1. Serial-Port-Class

    0下载:
  2. 一个可以直接使用的串口操作类,这个类完成读、写和监视一个串口通信端口,当串行端口发生事件它会发送一个消息给其所属窗口, 该类创建一个读数据线程和一个写数据线程,使主程序不会被堵塞。-One can use the serial port operations, the completion of this class to read, write, and monitor a serial communications port, serial port when the event occ
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6684
    • 提供者:杨天
  1. javafirework

    1下载:
  2. Java烟花特效代码,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。要用到的Java知识点有:鼠标事件的监听,Graphics类和Thread类的应用。使用Graphics类:绘制烟花,使用Thread类:管理线程,使用Math类:产生随机数,使用Color类:设置颜色。   实现思路:Java模拟烟花效果,首先定义主线程的函数run()对一个烟花进行绘制。在函数run()中定义Graphics类的对象,通过程序中的算法来绘制烟花。然后实现烟花的缤纷闪烁效果,通过Thread类的Th
  3. 所属分类:android

    • 发布日期:2017-04-27
    • 文件大小:15357
    • 提供者:rpudn62
  1. CHATROOM

    0下载:
  2. 摘要:Java源码,网络相关,聊天程序 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5294
    • 提供者:ynm
  1. TkThread

    0下载:
  2. 自己写的一个小线程类,加了线程队列,个人觉得比较好用-A small thread class to write their own, plus the thread queue, personal feel good
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5735
    • 提供者:tangkai
  1. appletcodePIamge

    0下载:
  2. Thread类创建子类方法;Runnable接口程序的编写方法;线程编程的应用技术。 -Compilation of Runnable interface program Thread class to create a subclass method threaded programming application technology.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:151343
    • 提供者:汉库克
  1. Java-liaotian

    0下载:
  2. 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。内部类ChatHandler 继承了Thre
  3. 所属分类:Games

    • 发布日期:2017-04-15
    • 文件大小:5633
    • 提供者:heibao
  1. Threadclass

    0下载:
  2. Creating threads using Thread class in java. Includes java and class file.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1384
    • 提供者:jebah
  1. thread

    0下载:
  2. 多线程 用task thread 和theadpool 类 多线程编程-Multithreading with the task thread and theadpool class multi-threaded programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:155482
    • 提供者:your
  1. CSharp-Multi-Thread

    0下载:
  2. 多线程程序开发教程,详细描述了自定义多线程、Monitor类、锁、生产者消费者、Mutex等使用方法-MultiThread Programming Skills including topics as customize thread, Monitor Class, Lock, Productor-Consumer and Mutex and so on.
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:3013388
    • 提供者:曹长虎
  1. dkcms_v6.0

    0下载:
  2. A Java chat server and client service procedures, C / S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection. RunServer () method to run the
  3. 所属分类:Windows编程

    • 发布日期:2017-05-17
    • 文件大小:4173419
    • 提供者:yy
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com