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

搜索资源列表

  1. Thread

    0下载:
  2. Windows 线程类 使用方便支持同步-Easy to use Windows threads support category synchronization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:110571
    • 提供者:奔跑的蜗牛
  1. CHAT1

    0下载:
  2. 这是一个服务器/客户端聊天程序的服务器部份,使用CSOCKET类、多线程、数据库等方面的技术,主要有以下功能: 1、基本的聊天服务 2、发送服务器广播信息 3、向某个用户发送服务器信息 4、监视一个或多个用户发言 5、断开与一个或多个用户的连接 6、查看用户个人信息 7、查看连接信息-This is a server/client chat program part of the server, use the CSocket class, multi-threade
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:514081
    • 提供者:阿杜
  1. TCP

    0下载:
  2. 局域网即使通信,采用多线程实现,可实现群聊,和单聊。-LAN even if the communications, the use of multi-threaded implementation, can achieve a group chat, and single-chat.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:276113
    • 提供者:renzhe
  1. vb

    0下载:
  2. 本程序介绍了在VB下实现多线程的方法,对需要多线程处理的编程爱好者,有一定的帮助.-This procedure, introduced in the VB implementation of multi-threaded approach to deal with the necessary multi-threaded programming enthusiasts, there is certainly helpful to them.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3648
    • 提供者:masterzd
  1. Download

    0下载:
  2. 用来通过HTTP协议下载的程序,支持断点续传和多线程下载。 注意,该程序一次只能下载一个任务,那个列表虽然可以拉很多进去,不过是摆设。-Through the HTTP protocol used to download the program, support and multi-threaded HTTP download. Note that the program can only download a mission, the list can pull a lot of go i
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:70069
    • 提供者:junly
  1. PortScanner

    0下载:
  2. 用Delphi编写的一个多线程端口扫描程序代码,完全可编译执行。-Delphi used to prepare a multi-threaded port scanner code, full implementation of the compiler.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:8059
    • 提供者:lelo
  1. threadpool

    0下载:
  2. 线程池的开发,创建一个池来提高资源利用率,提高速率-the development of thread pool
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:8208
    • 提供者:zgs
  1. multiline

    0下载:
  2. 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步-Set up a project, the main thread is responsible for user interaction, provide a button on the interface through which users set up a new thread to handle complex calc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:241640
    • 提供者:黄昕
  1. simplecommtest

    0下载:
  2. 一个多线程串口编程的test,简单而实用,适合工业控制-A multi-threaded programming serial port test, easy and practical for industrial control
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:104984
    • 提供者:a4you
  1. mul

    0下载:
  2. VB实效编程百例: 多线程方式同时进行多项任务-Effectiveness of 100 cases of VB programming: multi-threaded approach to carry out many tasks simultaneously
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:11825
    • 提供者:小品
  1. source code

    1下载:
  2. java网络编程员代码,前八章,涉及到基本服务器,客户端编程,和多线程的基本例子,十分适合初学者。-Network programmers java code, the former eight chapters, covering the basic server, client-side programming, and basic example of multi-threaded, very suitable for beginners.
  3. 所属分类:Telnet服务器

    • 发布日期:2012-11-24
    • 文件大小:180424
    • 提供者:刘乐宝
  1. 4321

    0下载:
  2. 启动线程,很不错的,相信你不会后悔的啊,相信自己-Start threads, very good, I believe you will not regret it, ah, trust their own
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:370237
    • 提供者:luolin
  1. gl

    0下载:
  2. OpenGL实现的一个动画程序,该程序实用多线程的基本原理实现-OpenGL
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:7410
    • 提供者:吴皓
  1. Client

    0下载:
  2. 自己做的 MFC SOCKET框架 通过线程循环实现事件响应
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:36350
    • 提供者:mTian
  1. LanTalk

    1下载:
  2. 本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下: 程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的: 1:练习使用套接字进行网络编程。 2:练习使用自定义消息。 3:练习多线程方面的编程思想。 4:练习使用各种控件。 -This procedure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:212573
    • 提供者:baiydusr
  1. duoxianchengbiancheng

    0下载:
  2. 多线程编程指南,sun公司出品,很不错。-Multi-threaded programming guide, sun products company, is pretty good.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1349288
    • 提供者:sdffdf
  1. CSHarpThreadProgramming

    0下载:
  2. C#线程同步 C#线程同步,谢谢大家的支持!-C Sharp Thread Synchronization C Sharp Thread Synchronization C Sharp thread synchronization, I would like to thank everyone support!
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:22268
    • 提供者:周乐
  1. testqqo

    1下载:
  2. 机器码注入进程,远程线程执行,实现无DLL注入-Binary into the process, the remote thread execution, implementation without DLL injection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:22431
    • 提供者:吕虎猛
  1. MUlThred

    0下载:
  2. 用c#编写的多线程调度例子,理解多线程编程-Prepared to use c# example of multi-threaded scheduling, understanding multi-threaded programming
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:31906
    • 提供者:jonwa
  1. threadpool

    0下载:
  2. Java线程池完整代码,已经用于实际的项目中,性能稳定。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3933
    • 提供者:张晓辉
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com