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

搜索资源列表

  1. ThreadPool

    0下载:
  2. 一个好用的线程池管理类。。 不错的哦 是-A nice thread pool management class. . Yes, oh yes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:6208
    • 提供者:machh
  1. javajixuntimu

    0下载:
  2. java集训题目,为java SE平台下竞赛集训进阶题目.包括内部类,网络编程,异常,集合,接口,面向对象,线程七大块。-java training topics for java SE platform competition advanced training topics. including internal class, network programming, exceptions, collections, interfaces, object-oriented, thread-s
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:179059
    • 提供者:何森
  1. ThreadPool

    0下载:
  2. 线程池:北大青鸟培训时的一个课堂作业-Thread pool: Beida a training class assignments when. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:14111
    • 提供者:scar
  1. UserTThread

    0下载:
  2. 使用Delphi自带的TThread类实现多线程使用-User Delphi TThread class Multi-thread
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:311647
    • 提供者:郭华伟
  1. ThreadSite

    0下载:
  2. C++多线程类,封装了线程控制的一般操作-Multi-threaded C++ class that encapsulates the general operation of the thread control
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:6476
    • 提供者:king
  1. cnComm

    0下载:
  2. 一个C++下使用的串口通讯类,使用了线程监听接收和发送数据,简单,实用-The use of a C++ serial communication class, use the monitor to receive and send data thread, simple, practical
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:4608
    • 提供者:晓明
  1. DispalyNetPacket

    0下载:
  2. 抓包前,首先要编写实现了PacketReceiver接口的类,即数据包处理器,由与抓包时,对应某个网络接口的JpcapCaptor对象会阻塞,所以我们将每个网卡上得到的对应的用用于网络抓包,输入数据包类型。JpcapCaptor对象放到一个独立线程中运行;TestPacketReceiver是个数据包解析器,本例中我们只是简单打印出收到的数据包类型及关键参数。-Ethereal, we should first write a class implements the PacketReceive
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-13
    • 文件大小:1643
    • 提供者:夏磊
  1. pvInThread

    0下载:
  2. 使用Thread来实现PV通信示例,演示PV操作的过程,源码将PV操作的大部分类都写成内部类,写在了一个类文件中,如有需要拆分的朋友请自行拆分。-PV Thread to achieve communication with an example that demonstrates the process of PV operation, the PV source class written in most operations within the class, wrote in a cla
  3. 所属分类:Applet

    • 发布日期:2017-04-06
    • 文件大小:1000
    • 提供者:沈峤
  1. MySCom

    0下载:
  2. VC++源码,对serialport类做了增强,基于多线程的串口通讯源程序,代码全。-Enhanced Serialport class,based on Vc++ and multi thread serial port (comm) communication source code.
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3662520
    • 提供者:Au
  1. multiprosser

    0下载:
  2. 多线程同步问题,包括服务器和客户端,简单的模型能让你更快了解winsock类的使用方法!-Multi-thread synchronization problems, including server and client, the simple model allows you to quickly learn to use winsock class!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5248727
    • 提供者:刘慧
  1. mfcThread

    0下载:
  2. 只是一个简单的WIN32下面线程的C++基类封装。在我自己的代码中已经使用N年了,在此稍作简化。因为功能很简单,所以就没有注释了。-A simple C++ base class wrapping thread functionalities under WIN32, which has been used in codes of my own for years. Make some simplification before uploading herewith. No comments s
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:3718
    • 提供者:freemine Xu
  1. CommTest

    0下载:
  2. 1.使用多线程的串口类。有读线程和写线程,发送、接收缓冲区(默认2048字节),满足高性能的收发要求。 2.提供事件通知回调函数接口,可以实现接收的消息接口 3.可以监控Modem事件,提供流控接口。 4.调用接口简单。使用例程参考CommTest.dsw-1. Using multi-thread serial port class. Have read the thread and write threads, send, receive buffer (def
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:84224
    • 提供者:梁东
  1. Remote_into_the_sourcecode

    0下载:
  2. 为了屏蔽Ctrl+Alt+Delete这个功能,花了不少时间,也学了不少东西,也经历了本本被偷的悲剧,哎~代码都是从DSK V1 Final中抠出来的,而且我把远线程注入写成了一个Class。DLL用的是MFC的Dynamic-Dll 其实,如果你选择WH_KEYBOARD HOOK,那么提到SE_DEBUG之后,OS会帮你把DLL注入到Winlogon,免去了自己使用远线程的麻烦。但是小花说,用全局钩子注入不是好孩子,所以…… DSK V1 Final Update: *增
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:20706
    • 提供者:zhaoyadong
  1. GHCommonNetDll

    0下载:
  2. 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:129312
    • 提供者:流浪小狗
  1. CEvent

    0下载:
  2. VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handl
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:4967
    • 提供者:squallyang
  1. sendsms

    0下载:
  2. VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handl
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:60438
    • 提供者:squallyang
  1. OZ-Computer-Programming(MIT-Press)

    1下载:
  2. oz:多范式语言,  函数型语言(词法域 第一类过程 模式匹配 第一类统一语法),lazy,高阶(可实现非递归的循环),尾递归,描述式编程  面向对象(状态 Stateful/抽象数据类型 多重继承),  并行(多线程)(dataflow(数据流)线程 动态 连续 互影响),  约束编程和逻辑推理(逻辑变量 分离结构 可编程搜索策略),人工智能,  分布式(网络透明的分布式运算 组件编程 自动连接自动断线 共享变量/对象/类/和过程),  网络编程,无状态数据
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4545230
    • 提供者:yuchao
  1. c_CMutex

    0下载:
  2. 使用CMutex 类实现线程同步,将了解到声明线程函数,定义全局变量m_Sec,程序睡眠10秒,锁定临界区,对临界区进行解锁,输出变量等知识点。 -Use CMutex class implements thread synchronization, thread function declaration will learn to define global variables m_Sec, program sleep for 10 seconds, lock the critical a
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:5796
    • 提供者:祝伟
  1. synchronization

    0下载:
  2. 发送0至一百的数据到换中文件,缓冲文件会定时向浏览器发送该一百个数据。缓冲文件的大小是50.该程序为了达到同步接收的练习-The Producer class should send integers 0 to 100 to the Buffer. The Consumer class should receive the 100 integers from the Buffer and output them to the console.a Buffer with size 50
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3210
    • 提供者:
  1. simplethreads

    2下载:
  2. 可根据用户需要建立间隔时间,每隔一定时间数数加一。期间有自动检错功能。-a class called SleepyCounter that implements the Runnable interface. The class should behave like Counter, except that after each output it should sleep for 0.01 second.a class called CounterApp with main() met
  3. 所属分类:Java Develop

    • 发布日期:2014-10-19
    • 文件大小:2048
    • 提供者:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 17 »
搜珍网 www.dssz.com