Welcome![Sign In][Sign Up]
Location:
Search - sockets

Search list

[JSP/JavaQQ

Description: qq源码,能和qq一样进行登录在线操作,功能比较全面,是一个不错的sockets学习案列-Qq source code, can like qq login online operation, function more comprehensive, is a good study case sockets
Platform: | Size: 18686976 | Author: chenchangyan | Hits:

[Internet-NetworkUNIX-NetWork-Programing_2.pdf.tar

Description: 本书是一部UNIX网络编程的经典之作。书中全面深入地介绍了如何使用套接字API进行网络编程。全书不但介绍了基本编程内容,还涵盖了与套接字编程相关的高级主题,对于客户/服务器程序的各种设计方法也作了完整的探讨,最后还深入分析了流这种设备驱动机制-This book is a classic UNIX network programming. The book comprehensively and thoroughly explains how to use the sockets API for network programming. The book not only describes the basic programming content, but also covers advanced topics associated with socket programming, also made a complete discussion of various design methods for client/server program, and finally in-depth analysis of the current mechanism of this device driver
Platform: | Size: 15494144 | Author: 李良 | Hits:

[TCP/IP stackTCPIPPSocketsPInPCP2nd

Description: 《TCP/IPSockets编程(C语言实现)(第2版)》为开发成熟且功能强大的Web应用程序提供所需的知识和技巧。《TCP/IPSockets编程(C语言实现)(第2版)》以教学指南的方式,帮助读者掌握在C语言环境下,用套接字实现客户—服务器项目开发的任务和技术。《TCP/IPSockets编程(C语言实现)(第2版)》的本版次增加了对最新技术的介绍,如对IPv6的支持,以及更详细的编程策略等内容。-" TCP/IPSockets programming (C language) (2nd Edition)" to provide the necessary knowledge and skills for the development of sophisticated and powerful Web applications. " TCP/IPSockets programming (C language) (2nd Edition)" approach to teaching guide to help readers master the C language environment, using sockets to achieve client- server project development tasks and techniques. " TCP/IPSockets programming (C language) (2nd Edition)" in this release increases the introduction of the latest technology, such as support for IPv6, and more detailed programming strategy content.
Platform: | Size: 888832 | Author: johnsmith | Hits:

[JSP/JavaAndroid-4-Application-Development

Description: Beginning Android 4 Application Development 所附带的源代码,是最新版本的android 4的实用学习例子,很有用。-This archive file contains the source code for examples in Beginning Android 4 Application Development (ISBN: 978-1-1181-9954-1). The source code is for your convenience purposes only. The source code is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. The code is organized into 2 folders- the first folder containing all the source code project for the various chapters in the book, and the second folder containing the server app used for the sockets programming chapter. Readers can import all the source code into their workspace in Eclipse. All the code has been tested with version 4.0 of the Android SDK.
Platform: | Size: 4466688 | Author: Wu wwa | Hits:

[Internet-Networkdtd.c

Description: A basic library for sockets in c, in order to comunicate over the network, the basic funstions required
Platform: | Size: 3072 | Author: raufer92 | Hits:

[CommunicationWindows-Sockets

Description: 精通visual c++ socket 开发源码-Proficient visual c++ socket source development
Platform: | Size: 889856 | Author: alvin zeng | Hits:

[Linux-Unixping

Description: "Ping" sockets for Linux v2.13.6.
Platform: | Size: 4096 | Author: gontoli | Hits:

[Linux-Unixlibslang

Description: An implementation of PF_KEYv2 sockets for Linux.
Platform: | Size: 19456 | Author: geizangzai | Hits:

[Linux-Unixaf_irda

Description: IrDA sockets implementation for Embedded Linux.
Platform: | Size: 16384 | Author: hinberjon | Hits:

[Linux-Unixaf_unix

Description: Implementation of BSD Unix domain sockets for Embedded Linux.
Platform: | Size: 15360 | Author: yerwingyeng | Hits:

[Linux-Unixrsrc_iodyn

Description: Resource management routines for MEM-static sockets.
Platform: | Size: 1024 | Author: mangrengwin | Hits:

[Linux-UnixOpenSSLServerSocketImpl

Description: OpenSSL-based implementation of server sockets.
Platform: | Size: 2048 | Author: yiuqeirou | Hits:

[Linux-UnixSocketPermission

Description: Regulates the access to network operations available through sockets through permissions.
Platform: | Size: 6144 | Author: cenvaiker | Hits:

[Internet-Networkwinsock

Description: 实现了聊天功能 局域网文件传输功能 分客户端和服务器端-File transfer is one of the most commonly used services on the Internet, a multi-threaded file transfer can effectively improve the file transfer speed and efficiency, this system use the Windows sockets implementation, Socket can be regarded as two network applications for communications, each an endpoint of communication.Client software and server software system points two parts, the need to use multithreading knowledge at the same time, an application can have multiple threads at the same time with the use of CPU resources, greatly strengthen the CPU utilization, but also from another aspect to speed up the transmission speed.As TCP/IP agreement linking the service is designed client/server application procedures for the mainstream standards, Therefore, the software used mainly TCP/IP agreement network communication technology client, server from CAsyncSocket inherited category, and therefore the software is completely asynchronous communi- cation procedures in Windows XP system
Platform: | Size: 56320 | Author: vzyuki | Hits:

[Internet-Networkchatroom

Description: 利用Windows Sockets实现聊天程序。一个为客户端程序,一个味服务器端程序。主要是CAsyncSocket类应用。-Use the Windows Sockets implementation chat program. A client program, a taste of server applications. Mainly CAsyncSocket class applications.
Platform: | Size: 13577216 | Author: Dale | Hits:

[androidOSMonitor

Description: 开源项目。安卓手机进程管理,进程监听,线程号与通信套接字对应。-Open source project. Android phones process management, process monitoring, and communications sockets corresponding number of threads.
Platform: | Size: 5378048 | Author: Ye Yfan | Hits:

[Linux-UnixPlainDatagramSocketImpl

Description: The default, concrete instance of datagram sockets.
Platform: | Size: 2048 | Author: hinbanwu | Hits:

[Linux-UnixSocketFactory

Description: This abstract class defines methods to create sockets.
Platform: | Size: 1024 | Author: viuqucou | Hits:

[Internet-NetworkWINSOCK

Description: 用原始套接字socket_raw捕获所有经过网卡的IP数据包。-Captures all IP packets through the network card using raw sockets socket_raw.
Platform: | Size: 2048 | Author: 赵珂 | Hits:

[Internet-NetworkMikinSocket

Description: 使用TCP协议,套接字。服务端向客户端发送数据,客户端也可以向服务端发送数据文件等...服务端可以指定向那个客户端发送信息,通过监听到的客户端ip和port,选中后便可发送到指定的客户端。 -Using the TCP protocol sockets. The server sends data to the client, the client can send data files to the server ... server can specify to send information to the client, by listening to the client ip and port, you can send the check to the specified client.
Platform: | Size: 121856 | Author: Nick GU | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net