CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - thread example

搜索资源列表

  1. AsyncSSLClient

    0下载:
  2. 配合异步socket使用SSL的例子。异步Socket可以使用很少的线程(最少只需要一个线程)就能管理大量的连接-with asynchronous socket using SSL example. Asynchronous Socket can use a few threads (at least only one thread) will be able to manage a large number of connections
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:24998
    • 提供者:xyzuvw
  1. c_s_udp_tcp

    0下载:
  2. 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:2088889
    • 提供者:wuyan
  1. 基于TCP-IP多线程文件传输

    1下载:
  2. 多线程socket文件传输,很好的一个例子,极力推荐-multi-thread socket programming for file translating. this is a very good example.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:29053
    • 提供者:啊q
  1. distanceVectorRouter(c).rar.ra

    0下载:
  2. 利用距离向量算法更新路由表。 该程序的多个实例(进程或线程)可以以运行在一台机器 一个实例代表一个路由器(结点)。 实例之间利用UDP交换路由表。 能够打印出邻居列表和输出路由表!(c语言实现),The use of distance vector algorithm to update the routing table. Multiple instances of the program (process or thread) can be run on a machine on
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:32151
    • 提供者:冷冰
  1. mnet_demo

    0下载:
  2. 一个网络通信开发库示例源码,封装了TCP和UDP的socket函数,封装了完成端口、WSAEventSelect、select等3种winsock I/O模型,并结合线程池+内存池模式,支持高并发。 -Example of a network communications development library source code, TCP and UDP encapsulates the socket function, encapsulates the completion port,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2081533
    • 提供者:李海
  1. example

    0下载:
  2. 利用共享内存实现多线程间通信。 主线程派生子线程后即处于休眠状态,等待子线程结束时发出结束信号唤醒。在被唤醒后,主线程向屏幕输出结束信息! 线程A向共享内存中写入A~Z的大写字母。 线程B通过共享内存接收这些字母,并将其保存到/test.dat文件中。 注意线程之间的同步互斥! -Using shared memory communication between multi-threading. Derived from sub-thread after main thread
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1966
    • 提供者:王锡栋
  1. 4GClientAutoUpdataServer

    0下载:
  2. 传奇4G的客户端更新服务器功能很强大,是学习Tcp/IP的好例子,里面有TCP/IP线程池的基础模型。-Legend 4G client update server functionality is very powerful, is to learn Tcp/IP a good example, which have TCP/IP base model of the thread pool.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-08
    • 文件大小:515520
    • 提供者:Chatop
  1. Socket

    0下载:
  2. Linux 之下实现的使用线程池的 socket 优秀例子-Under the use of Linux to achieve excellent example of socket thread pool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:441980
    • 提供者:
  1. multi_thread_udp

    1下载:
  2. 多线程UDP通讯例子- Multi-thread UDP communication example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-09
    • 文件大小:44186
    • 提供者:站长
  1. Thread

    0下载:
  2. 这是一个实现线程的基本例子,希望对学习线程的同行有所帮助-This is a basic example of the realization of thread, hoping to learn from peer help thread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:6987
    • 提供者:王强
  1. MySo

    0下载:
  2. 例子以拍拍网为例下载网页,最大线程1024,但是要比较好的网络条件下,机器配置比较高才不会处问题哦,在服务器上测试效果很好。-Patted network example to download page as an example, the biggest thread 1024, but relatively good network conditions, the machine configuration will not compare Gao Cai Department issue
  3. 所属分类:Search Engine

    • 发布日期:2017-04-02
    • 文件大小:1199
    • 提供者:85
  1. yinghua

    0下载:
  2. 本代码制作烟花。执行本例实例后,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。本实例的知识点有:鼠标事件的监听,Graphics类和Thread类的应用。-The code produced fireworks. Examples of the implementation of the present cases, the use of mouse clicks in the browser panel, there will be the effect of colorful fire
  3. 所属分类:Browser Client

    • 发布日期:2017-04-15
    • 文件大小:15220
    • 提供者:
  1. Internetchatrooms

    0下载:
  2. 本程序利用互斥对象来实现多线程的同步,利用命名互斥对象保证应用程序只有一个实例运行.应用多线程编写网络聊天室程序。-This procedure object to the use of mutually exclusive multi-thread synchronization, using named mutex object to ensure that there is only one example of the application running. The applicati
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-29
    • 文件大小:25400
    • 提供者:青山
  1. HttpDownload

    1下载:
  2. http多线程下载的例子,支持断点续传,进过测试可用,学习线程编程和网络编程比较好的例子-http example of multi-threaded downloads and support HTTP, enter the test can be used to learn programming and network programming thread better example
  3. 所属分类:TCP/IP Stack

    • 发布日期:2015-09-23
    • 文件大小:172022
    • 提供者:wayking
  1. epollExample.txt

    0下载:
  2. 一个简短的epoll服务器示例, 监听5000个端口, 使用线程池 运行这个程序需要预先设置栈内存和文件描述符上限, 否则运行失败-A brief example of epoll server, monitor port 5000, use the thread pool to run this program requires a pre-set upper limit of the stack memory and file descr iptor, otherwis
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1806
    • 提供者:etgqqw
  1. use_jsp_bar

    0下载:
  2. 这是一个学习线程的非常棒的例子。TaskBean类是我们自己的任务,计算1+2+...+100,它实现了Runnable, Serializable 接口,可以作为线程和bean运行。    start.jsp页面负责构造bean和线程对象,并启动线程实行任务然后转到status.jsp显示进度条。    stop.jsp停止任务。 - This is a great learning thread example. TaskBean is our own task,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:3122
    • 提供者:hutao
  1. create-thread

    0下载:
  2. 用MFC实现进程的创建,这个是学习简单的线程创建的不可多得的好例子-Created with the MFC implementation process, this is the thread that created a simple to learn a good example of rare
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:74886
    • 提供者:王正凯
  1. TCPserver

    0下载:
  2. windows下TCP服务器开发代码示例,包含各种服务器模型,迭代并发等,还有线程同步的示例-development of the TCP windows server code example, contains a variety of server model, iteration concurrency, there are examples of thread synchronization
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-19
    • 文件大小:29917847
    • 提供者:sunshuquan
  1. perl_thread

    0下载:
  2. perl语言多线程示例thread perl_thread.pl-perl thread example code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:881
    • 提供者:mydown51
  1. klt

    0下载:
  2. Kernel level thread example
  3. 所属分类:Linux Network

    • 发布日期:2017-11-09
    • 文件大小:2026521
    • 提供者:YOGIN
« 12 »
搜珍网 www.dssz.com