Welcome![Sign In][Sign Up]
Location:
Search - VC socket thread

Search list

[Internet-NetworkNetLibrary

Description: 网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid basis for the bottom.
Platform: | Size: 141547 | Author: 詹皇源 | Hits:

[OS programip_monitor

Description: 用VC写的以原始套接字进行网卡的捕包,捕包以单独工作线程进行.-VC write to the original card socket for the arrest packet capturing packets in a separate thread for work.
Platform: | Size: 68456 | Author: njstar_123456 | Hits:

[Internet-NetworkNetLibrary

Description: 网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid basis for the bottom.
Platform: | Size: 141312 | Author: 詹皇源 | Hits:

[Sniffer Package captureip_monitor

Description: 用VC写的以原始套接字进行网卡的捕包,捕包以单独工作线程进行.-VC write to the original card socket for the arrest packet capturing packets in a separate thread for work.
Platform: | Size: 68608 | Author: | Hits:

[Internet-NetworkSmartServer

Description: VC++写的socket server 支持线程池 iocp模型.-VC++ Written to support the socket server thread pool iocp model.
Platform: | Size: 58368 | Author: 林健 | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Internet-NetworkLesson16Code

Description: 线程同步与异步套接字编程,孙鑫VC教学视频16课例子-Thread synchronization with asynchronous socket programming, Xin Sun VC Lesson 16 video examples of teaching
Platform: | Size: 7848960 | Author: caven | Hits:

[Internet-NetworkUDP_sock

Description: VC多线程同步套接字程序,经过检验,绝对能用,可参考。-VC socket multi-thread synchronization procedure, after testing, Absolute can use, reference.
Platform: | Size: 31744 | Author: 李先生 | Hits:

[Internet-Networkvc

Description: 总的语言的编写时用socket实现,非多线程;-The total time of preparation of the language to achieve with socket, non-multi-thread
Platform: | Size: 338944 | Author: 赵崇 | Hits:

[Internet-Networkvc_thread_socket_programming_code_programming

Description: vc编程实现线程套接字编程代码vc thread socket programming code programming -vc thread socket programming code programming
Platform: | Size: 39936 | Author: 7 | Hits:

[Internet-NetworkSocket

Description: VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
Platform: | Size: 7337984 | Author: cuihang | Hits:

[Process-ThreadSocket_demo

Description: VC++多个线程实例参考程序1,包括线程创建和使用socket编程-VC++ multiple instances of reference procedure 1 thread, including thread creation and use of socket programming
Platform: | Size: 46080 | Author: cheng | Hits:

[Internet-NetworkGHCommonNetDll

Description: 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。 4、提供了C封装,简单调用方法实现发送 已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。 编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications. Main features: 1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer). 2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler. 3, provides a C++ package, just reload the server class, client class methods send and receive can be realized. 4, provides a C package, simply call the method to achieve transmit Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined. Compiler support for VC2005 ~ VC 2010
Platform: | Size: 129024 | Author: 流浪小狗 | Hits:

[Process-ThreadChat

Description: vc++ 线程同步与异步套接字编程实例,Windows套接字在两种模式下执行I/O操作,阻塞和非阻塞-vc++ thread synchronization with asynchronous socket programming example, Windows Sockets implementation in two modes I/O operation, blocking and nonblocking
Platform: | Size: 19456 | Author: madud00048 | Hits:

[Internet-Networkthread--and-socket

Description: 在VC中,线程是很重要的一个知识点。特别是多线程的应用。套接字在网络数据的发送和接收中有不可替代的作用-In the VC, the thread is very important a knowledge point. Especially in multi-threaded applications. Socket in the network to send and receive data, an irreplaceable role in
Platform: | Size: 2018304 | Author: Tony | Hits:

[Process-Threadthread-and-socket

Description: 线程同步与异步套接字编程:用VC++写出一个线程同步与异步以及socket套接字通信的例子-Thread synchronization with asynchronous socket programming to write a thread synchronization with asynchronous socket socket communication examples: VC++
Platform: | Size: 43008 | Author: lz | Hits:

[Process-Threadprocess

Description: 线程同步与异步套接字VC++编程实例,演示如何保证应用程序只有一个进程、线程死锁、基于消息的异步套接字实现,若要更细节的了解,请下载源码编译运行。-Thread synchronization with asynchronous socket VC++ programming examples, demonstrates how to ensure that only one application process, thread deadlocks, the message-based asynchronous socket implementation, to more understanding of the details, please download the source compile and run.
Platform: | Size: 36864 | Author: MarkZar | Hits:

[Windows Developchatandevent12345678

Description: VC++ 线程同步与异步套接字编程实例,可以了接聊天工具的原理与编程思想-The VC++ thread synchronization with asynchronous socket programming examples, can be connected to the chat tool principles and programming ideas
Platform: | Size: 28672 | Author: hello | Hits:

[OS programchatevent

Description:  VC++线程同步与异步套接字编程实例源码,很实用,推荐看下。-VC++ thread synchronization with asynchronous socket programming source code, very useful, it is recommended to look.
Platform: | Size: 24576 | Author: 汪顺富 | Hits:

[Internet-NetworkNetLibrary

Description: 网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid basis for the bottom.
Platform: | Size: 141312 | Author: 疏影 | Hits:
« 12 »

CodeBus www.codebus.net