CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - thread class

搜索资源列表

  1. R_and_Wserial_port

    0下载:
  2. 能够对串口进行读写,监视的类。利用线程实现了非阻塞调用-Be able to read and write to the serial port to monitor the class. Achieve a non-blocking use of the thread calling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:35.14kb
    • 提供者:修卓
  1. softhy107a

    0下载:
  2. 网站程序更新说明: 露珠网站是一个以文章类、下载类、图片类、动画类、视频类为主的综合网站。我们的目标:麻雀虽小(420kb),五脏俱全!致力于打造互联网上程序最小功能齐全的网站源码,只要你会打字就会做网站和管理网站。任何个人和组织不得用于商业用途,本网站专业为你订做网站。 1.前台更换模板为芳香柑菊. 2.修正文章分页标识符. 3.修正tudou播放器问题. 4.关于操作系统是ntfs的不能运行露珠cms的说明,请看官方相关文章. 5.还有一些记不清,请看我的网站的演示吧. -The web
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:430.77kb
    • 提供者:余家立
  1. POLL

    0下载:
  2. 本软件采用专业OCR字符识别引擎,自动识别验证码!自动清除COOKIE!投票速度一流!软件采用后台线程直接发送数据报到服务器,CPU占用极低,最小化时自动隐藏到系统托盘区。你可以把投票任务交给电脑,24小时挂机,不影响你的正常学习工作,仍然可以狂顶靓颖!-This software is a professional OCR character recognition engine, automatic identification code! Automatic removal COOKIE!
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:546.23kb
    • 提供者:liuxf2012
  1. QueueDemo_20100202

    0下载:
  2. 使用VC2008写的一个很实用的队列类和完整的测试例子程序,通过两个线程来操作该队列,一个线程负责入队操作,另一个线程负责出队操作-Use VC2008 to write a very useful test queue class and complete examples of procedures to operate the two threads through the queue, one thread is responsible for operations into the t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:130.81kb
    • 提供者:周峰
  1. sde33

    0下载:
  2. 线程类模块,很好的易模块,适合易编程者使用-Thread class module, a very good and easy module for programmers to use and easy
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.32kb
    • 提供者:lovedf6
  1. datastr

    0下载:
  2. VC++常用的数据结构类源码 这是我在VC++日常开发中收集的一些经常用到的类库,每一款都可以轻松重用,这些类库适用于vs2003及以上的开发环境,其中 Thread 和 Delegate 是从C#中得到的灵感,还有一些是在使用开源代码或其它语言时得到的启发和灵感。个人认为部分代码还算好用,所以拿来分享一下。部分类库附带有例子,欢迎参考。-Commonly used data structures in VC++ class source This is the daily developm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:15.57kb
    • 提供者:朱张慧
  1. VB-huibian

    0下载:
  2. vb汇编类,可以在vb内嵌汇编并执行,可以实现线程注入。-vb assembler class can be compiled and executed in vb embedded, you can achieve thread injection.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:8.02kb
    • 提供者:陈陈陈
  1. FProducerResumerQueue

    0下载:
  2. 1.可以设置队列中的最大长度; 2.线程安全; 3.多线程想向队列中放入数据时,可设置等待队列有空位的超时时间,当有空位时,等待线程会被唤醒并将数据加入队列。函数原型为:FTLThreadWaitType Append(const ELEMENT& element, DWORD dwTimeOut). 4.多线程从队列中取出数据时,可设置等待队列有数据的超时时间, 当有数据时等待线程会被唤醒。函数原型为:FTLThreadWaitType Remove(ELEMEN
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:6.51kb
    • 提供者:张翔宇
  1. berberShop

    0下载:
  2. four class theirname are Barbershop,Barber,Customer,Cashier Barber,cashier,customer is thread threfore extended thread class i write main method inside Barbershop class and call methods from it.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:23.66kb
    • 提供者:mujde
  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
    • 文件大小:5.6kb
    • 提供者:tangkai
  1. commons-email-1.3.3-bin.tar

    0下载:
  2. 与发Email有关, public class sendMessage extends Thread { @Override public void run(){ super.run() try{ HtmlEmail email = new HtmlEmail() email.setHostName( *.163.com ) email.setTLS(true) email.setSSL(true) email.setChars
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:330.73kb
    • 提供者:lilifu
  1. MFC-USARTClass

    0下载:
  2. VC6.0 创建的一个MFC的串口类(创建线程进行数据接收),主要用于做窗口时需要用到串口问题的解决。-VC6.0 created a serial MFC class (create a thread for data reception), is mainly used to do when the window need to use a serial port on the solution of the problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5kb
    • 提供者:qq
  1. test2

    0下载:
  2. 用户界面线程示例: 在这个例子中我们要学会如何创建一个可以单独执行的功能,且可以和应用程序同时运行的线程,而且该线程需要自己的用户界面,也就是说用户的操作和你程序的运算不会有干扰。例如在文档应用程序中的查询和替换功能。在这个例子中我们需要使用框架中的AfxBegin Thread()函数来创建用户界面线程。这将对线程具有完全控制权,我们将创建自己的CWinThread派生线程类。 -User interface thread example:     &
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:712byte
    • 提供者:衣谷
  1. test4

    0下载:
  2. 大家知道在VC++中我们可以用CreateThread创建一个线程,该函数返回这线程的Handle,以后我们就可以用这个Handle来管理这个线程的。于是我们可以做一个类名为ThreadManager,来管理这些Handle,并随时监控这些线程的状态。 总的思想就是这样,不过为了方便使用,我们最好把这个类封装成DLL的形式,这样以后我们在任何程序中都可以很方便的用该类来管理线程了(当然如果你有兴趣,也可以用COM模型来实现)。 -We all know that in VC++, we
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.48kb
    • 提供者:衣谷
  1. Thread

    0下载:
  2. 在Java应用程序中用Thread的子类创建两个线程,这两个线程分别在命令行窗口输出20句“大象”和“轿车”;主线程在命令行窗口中输出15句“主人”。 -In the Java application, the two thread is created by using Thread s sub class. The two threads are respectively output the command line window, the elephant and car t
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.59kb
    • 提供者:郑涵
  1. CSerialPort-problem-

    0下载:
  2. CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,如果对这个类的实现原理不了解,自行编写串口关闭方法可能会带来如下问题: 1、用closehandle方法关闭串口:由于调用类方法StartMonitoring后会生成一个串口通信线程,这个线程中要不停地访问串口,这种方法会带来明显的错误。 2、先用StopMonitoring方法停止串口监听,然后用closehandle关闭串口:由于StopMonitoring只是将进程挂起,这样做将使程序结束时解构函
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:blacks
  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
    • 文件大小:61.86kb
    • 提供者:ixkr-901134
  1. Hutool_v3.2.0

    1下载:
  2. Hutool是一个Java基础工具类,对文件、流、加密解密、转码、正则、线程、XML等JDK方法进行封装,组成各种Util工具类,同时提供以下组件: 布隆过滤 缓存 克隆接口 类型转换 日期处理 数据库ORM(基于ActiveRecord思想) 基于DFA有限自动机的多个关键字查找 HTTP客户端 IO和文件 有用的一些数据结构 日志 反射代理类的简化(AOP切面实现) Setting(一种扩展Properties的配置文件) System(JVM和系统信息等) W
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:954kb
    • 提供者:惊神
  1. 完成数据初始化、修改进度条组件进度变化的线程类

    0下载:
  2. 完成数据初始化,修改进度条组件进度变化的线程类(Thread class that completes data initialization, modifies progress bar component progress)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:805kb
    • 提供者:CNMD
  1. DuoXianChen

    0下载:
  2. 多线程的课堂笔记与课堂练习 刚刚入门的可以看看(Multi thread class notes and classroom exercises)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:20kb
    • 提供者:超级巫妖
« 12 »
搜珍网 www.dssz.com