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

搜索资源列表

  1. Over byte Ics V6 beta

    0下载:
  2. delphi分布式开发的另一种实现,组件封装了很多底层的处理,并且有自己的实现协议,服务器端,采用多线程处理,以满足并发要求,不过遗憾的是,带的demo是基于BDE数据库引擎的。但对高手来说,改成ADO方式并不困难。-distributed development delphi another realization of the underlying components of the package deal with a lot and have their own realization
  3. 所属分类:Delphi控件源码

    • 发布日期:2013-02-09
    • 文件大小:417243
    • 提供者:LWM
  1. myftp

    0下载:
  2. ftp客户端,java开发,图形界面,多线程并发-ftp client, java development, graphical interface, multi-threaded concurrency
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-10
    • 文件大小:1858158
    • 提供者:ansin
  1. WebSpider

    0下载:
  2. 该爬虫设计的关键: 1.control,交互界面,对爬虫的控制 2.analysis HTML,对HTML进行分析,从中提取心得hot link. 3.多线程.并发抓取页面 -web spider of JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:3429
    • 提供者:Kerwin Chu
  1. Produce

    0下载:
  2. 本程序是操作系统里面常用的一个程序,某工厂有两个生产车间和一个装配车间,两个生产车间分别生产A、B两种零件,装配车间的任务是把A、B两种零件组装成产品。两个生产车间每生产一个零件后都要分别把它们送到装配车间的货架F1、F2上,F1存放零件A,F2存放零件B,F1和F2的容量均为可以存放10个零件。装配工人每次从货架上取一个A零件和一个B零件然后组装成产品。用多线程并发进行正确的管理。-This procedure is commonly used operating system inside
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:32443
    • 提供者:菲戈
  1. DelveNet

    0下载:
  2. 一个批量ping网内IP的工具,可以用来发现一个IP段内哪些IP已被占用。多线程并发测试,速度非常快。-Multithread Ping Tool for test a lot of IP addresses
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:64931
    • 提供者:hdz
  1. server_thread

    0下载:
  2. 用Unix下的socket实现的并发服务器,采用多线程实现的并发功能。-Under Unix with the realization of concurrent socket server, used to achieve concurrent multi-threaded functionality.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1481
    • 提供者:fanyong
  1. DataCache

    0下载:
  2. 自己实现的一个高效的通用对象队列,支持等待和唤醒。实用了Lock机制,对多线程并发比SYnchronization快-DataQueue with Locks
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:885
    • 提供者:fuchun.xia
  1. SmsTest

    1下载:
  2. 短信收发送源代码.所有函数封装到类.并提供了多线程并发-Send SMS revenue source code. All functions package to the class. And provides a multi-threaded concurrency
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2043352
    • 提供者:wuxiangyang
  1. windows_system_process_synchronization_and_mutual_

    0下载:
  2. windows系统进程同步与互斥Windows 2000/XP中多线程的并发执行机制,实现进程的同步与互斥-windows system process synchronization and mutual exclusion in multi-threaded Windows 2000/XP concurrent implementation mechanism to achieve process synchronization and mutual exclusion
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12811
    • 提供者:hio
  1. EXP

    0下载:
  2. 多线程 实例 多线程并发窗口 .net平台 实现三个窗口并发显示文字 -Concurrent multi-threaded multi-threaded window instance. Net platform concurrent three windows display text
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:69755
    • 提供者:zm
  1. luceneIKAnalyzer

    0下载:
  2. 寄予IK分词器以及lucene框架完成的全文检索模块,提供接口接收记录参数,支持多线程并发以及设置更新点等,内附说明注释-IK word breaker and sent to the framework of the completion of the full-text search lucene module provides the interface to receive records of parameters, to support multi-threaded concurre
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2597599
    • 提供者:JZ_YAMU
  1. design-of-instant-messaging-software

    0下载:
  2. 基于socket的即时通讯软件的设计,本设计通过研究讨论,设计基于socket编程的网络聊天系统,服务器端采用多线程并发服务方式,多客户端能同时连接服务器,并且客户端之间能进行通信。程序通过了验证与测试,证明了系统的可用性、易用性、完善性。-Socket-based design of instant messaging software,This design study and discuss the design of network-based chat system socket pr
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-26
    • 文件大小:157553
    • 提供者:张宁
  1. server.tar

    0下载:
  2. 一个Linux下并发服务器的模型,包括多进程并发,多线程并发,IO复用并发三种-Linux servers under a concurrent model, including concurrent multi-process, multi-threaded concurrency, IO multiplexing of three concurrent
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:10821
    • 提供者:ckh
  1. multiThreadExp

    0下载:
  2. 单进程内多线程并发运行的程序,不同的线程完成下列不同的工作: (1)接收键盘输入线程 负责接收用户的键盘输入,并以适当的方式将由键盘获得的数据交给其它线程处理。 (2)显示线程 负责全部数据显示任务,包括键盘输入数据的显示和提示信息的显示。 (3)分发数据线程 将键盘输入的数据分为3类,即字母、数字和其它,并分别将字母写入文件letter.txt中,数字写入文件numbet.txt中,除字母和数字外其它数据丢弃。-Single-process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1339
    • 提供者:
  1. NioServer_TCP

    0下载:
  2. NioServer_TCP,Java NIO服务器端,使用TCP连接,客户端可以多线程并发访问。-NioServer_TCP Java NIO server side, using the TCP connection, the client can be multi-threaded concurrent access.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:25820
    • 提供者:
  1. multithread_tcp_server

    0下载:
  2. 基于TCP的多线程并发服务器-客户端通信模型!服务器 选项-p 要开放的端口;客户端 选项-i 服务器IP地址-TCP-based multi-threaded concurrent server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:22035
    • 提供者:王海
  1. selection-mechanism-driven

    0下载:
  2. 多线程并发服务器设计 有限状态机与有状态通信 基于消息驱动的异步选择机制 -Multi-threaded concurrent server design Finite state machine and a state of communication Based on the news of the selection mechanism driven asynchronous
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:890687
    • 提供者:梦竹
  1. Chat

    0下载:
  2. 简单的聊天室软件,分别用多线程并发和多路复用实现服务器功能。-Simple chat room software, multi-threaded concurrent server functionality and multiplexing.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3905737
    • 提供者:张玖林
  1. PortFile

    0下载:
  2. 集客户端、服务器端于一体的IOCP的网络文件传送组件,支持异步socket,导步读写文件,多线程并发,多文件夹、文件并行传送,可以使单台客户端传送性能达到最佳,服务器端性能达到最大,可以支持至少两千以上的并发。-Network file transfer component of the set of the client, the server-side in one of the IOCP supports asynchronous socket, step-by-step guide to
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:1255404
    • 提供者:jyc
  1. multithreadedudpserver

    0下载:
  2. UDP通讯使用多线程并发实例,包括服务端和客户端,使用C#开发-UDP communications using the multi-threaded concurrent instances, including server and client, using C# developers
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-15
    • 文件大小:40506
    • 提供者:huiyuanleibie
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com