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

搜索资源列表

  1. AsynchUI

    0下载:
  2. 多线程同步问题及其应用,有效协调各个线程间的同步-multithreaded synchronization and application of effective coordination between the various threads simultaneously
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:17840
    • 提供者:凡先生
  1. NetDownMTR

    0下载:
  2. ◆◆◆ 《FTP、HTTP 多线程断点续传下载文件》◆◆◆ FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。 代码中的 CDownloadMTR 类就是一个具有多线程断点续传功能的类,同时提供了测试例程。代码中未使用任何CInet类或InternetOpen()等函数,而是直接使用 SOCKET 连接,一步一步解析HTTP/FTP通信协议来完成会话和文件下载,具体细节请参
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:270943
    • 提供者:谢红伟
  1. 它使用了同步对象保护线程请求的数据

    0下载:
  2. 由Visual C++ 4.1开发的一个ISAPI应用,它使用了同步对象(CCriticalSection)来保护线程请求的数据-by Visual C development of a 4.1 ISAPI application, it uses a synchronous Objects (CCriticalSection) to protect the data request threads
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:22880
    • 提供者:万惠华
  1. TCPIP

    0下载:
  2. 它是TCP/IP中,线程同步的客户端各服务器端程序。利用了死锁及条件变量-It is the TCP/IP in the client thread synchronization server-side program. Deadlock and conditions of use of variables
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:2150
    • 提供者:徐丫
  1. SimuTcpClient

    1下载:
  2. 模拟tcp协议的三次握手 mfc 使用winpcap开发; 在多线程同步方面有些小问题; windows xp sp2以上的系统不能发送原始的tcp数据包,并且在收到tcp的syn包后,会自动回复一个rst包,故不能建立连接,所以使用winpcap开发,并且还写了个简易的防火墙,过滤掉了系统自己发出的rst包。-Simulated three-way handshake protocol tcp mfc using winpcap development in a multi-t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-05-14
    • 文件大小:82678
    • 提供者:wellphone
  1. SmallTalk

    0下载:
  2. 一个采用多线程同步Socket实现的基本聊天室,很简单,适合初学者。-a chat room using socket with java
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:8782
    • 提供者:吴兴华
  1. Socket

    0下载:
  2. 用事件对象和关键代码段实现线程同步,并且利用套接字编写网络应用程序-Event object and use the key code to achieve thread synchronization, and the use of socket preparation of web applications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4871168
    • 提供者:单单
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能-Event kernel object, the key to the code segment (the critical region) on, as well as the synchronization of multi-threaded applications. Pre
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-25
    • 文件大小:40401
    • 提供者:高五星
  1. QQliaotiangongju

    0下载:
  2. 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器,等待对方接收文件等。基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。-This procedure using tcp/ip socket multi-threaded programming, a number of important and did a time-out synchronization control, in order to reduce the w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:244857
    • 提供者:竹竹
  1. LANTIME

    0下载:
  2. Windows下基于TCP/IP的多线程通信,实现点对点聊天和系统时间同步功能。-Windows, TCP/IP-multi-threaded communication, to achieve point-chat and system time synchronization.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:33810
    • 提供者:王键
  1. poco-1.3.6p2.tar

    0下载:
  2. POCO C++ Libraries 提供一套 C++ 的类库用以开发基于网络的可移植的应用程序,功能涉及线程、线程同步、文件系统访问、流操作、共享库和类加载、套接字以及网络协议包括:HTTP、 FTP、SMTP 等;其本身还包含一个 HTTP 服务器,提供 XML 的解析和 SQL 数据库的访问接口。-C++ class libraries for network-centric, portable applications, integrated perfectly with the C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1392043
    • 提供者:终曲
  1. Lesson16

    0下载:
  2. Lesson16线程同步与异步套接字编程-Lesson16 thread synchronization with asynchronous socket programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:12884
    • 提供者:周州州
  1. Lesson16Code

    0下载:
  2. 线程同步与异步套接字编程,孙鑫VC教学视频16课例子-Thread synchronization with asynchronous socket programming, Xin Sun VC Lesson 16 video examples of teaching
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:7848507
    • 提供者:caven
  1. UDP_sock

    0下载:
  2. VC多线程同步套接字程序,经过检验,绝对能用,可参考。-VC socket multi-thread synchronization procedure, after testing, Absolute can use, reference.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:31271
    • 提供者:李先生
  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. Thread-synchronization-

    0下载:
  2. 线程同步与异步套接字编程 简单的线程和套接字的使用-Thread synchronization with asynchronous socket programming simple use of threads and sockets
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2436377
    • 提供者:林帅
  1. testMultiThread_OK.rar

    0下载:
  2. MFC多线程,包括线程同步机制,不下载你会后悔的哦,MFC multithreading, including thread synchronization mechanism, do not download you will regret it, oh
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-12-03
    • 文件大小:496521
    • 提供者:张栋
  1. NwtWork

    0下载:
  2. 基于同步socket的多线程上传与下载。该程序是我自己编写的,包含服务器和客户端。同时支持多任务、多线程上传与下载、断点续传。该程序对学习网络编程、多线程同步等有很大的帮助。-Multithreading upload and download synchronization based on socket. The program is what I have written, including server and client. At the same time support mult
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-14
    • 文件大小:18362132
    • 提供者:刘杰
  1. linux_multi_thread_synchronization

    0下载:
  2. Linux的多线程同步的资料,讲解非常详细,对学习linux多线程的学习者有很大的帮助-The Linux multi thread synchronization information, on the very detailed, to learn multi-threaded Linux learners of great help
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:35748
    • 提供者:胡轲
  1. CSharpPSocket

    0下载:
  2. 线程同步,聊天通信,服务端和客户端实现通信-Thread synchronization, chat communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:181318
    • 提供者:liu
« 12 3 4 »
搜珍网 www.dssz.com