搜索资源列表
Socket-send-soft
- Socket文件传输 利用Socket传输文件的 实例
socket.rar
- 基于Socket的网络通信设计,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。,Socket-based network communications design, the integrated use of network protocols, programming languages, API and socket-based graphical interface to establish, monitor, con
AheadLib_2.2.150_Src.rar
- 一、简介 AheadLib 是用来生成一个特洛伊DLL的工具,用于分析DLL中的函数参数调用(比如记录Socket send了什么等等)、更改函数功能(随心所欲了:)、更改界面功能(比如在Hook里面生成一个按钮,截获事件等等)。 二、使用 1.用 AheadLib 打开要模拟的 DLL,生成一个 CPP 文件。 2.用 Visual Studio 6.0/.NET 建立一个 DLL 工程,把这个 CPP 文件加入到项目中。 3.使用 Releas
多线程socket文件传输
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息,Multi-threaded socket file transfer/support HTTP/send and receive information/point-to-multipoint mode of using blocking socket, the use o
NEW.rar
- 全局下钩实现对IE用到的send函数的拦截,Hook socket send in IE.
Socket.rar
- Socket C++封装类, start, bind, listen, accept, close, send, recv...,Socket C++ package type, start, bind, listen, accept, close, send, recv ...
Scoket
- java实现服务端,c#实现客户端,通过socket通信。使用的send和receive都是UTF8格式的。-implement the service-side java, c# implement the client, through socket communication. Send and receive is used in UTF8 format.
socket
- socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
sendpack
- raw socket 发送数据包 sendpacket-send raw socket packet sendpacket
SOCKET-Send-Photo
- 这是一个利用Socket来发送图片的例子程序。值得注意的是:图片对象被表示成COM接口IPicture. 程序分为服务器端和客户端。服务器端里面的文件Picture.h和Picture.cpp是用来处理图片的。它们用到了函数OleLoadPicture. 具体的代码实现,请您细看。-This is a Socket to send pictures using the example program. It is worth noting: Image objects are represent
socket
- http post通信,可以发送接收大容量文件-http post communications, you can send and receive large files
socket
- 使用 php 來建立 socket 連線,傳送資料-Using php to create a socket connection, send data
ExNet
- brew平台下 手机 利用socket发送和接受示例,对-brew mobile platform socket send and receive using the example of
socket
- 简单的socket编程,实现客户 与服务器文本的发送,客户端发送服务器接收-Simple socket programming, the realization of the client and the server send the text, the client sent the server to receive
socket
- 本程序是用VC++开发的一个Socket程序,用户可以互相发送消息,发送文件等功能。-This procedure is used VC++ to develop a Socket procedures, users can send each other messages, send files and other functions.
socket
- 用VC编写的socket,用于文件的收发,UDP协议-VC prepared with socket, used to send and receive documents, UDP protocol
Socket-send-and-recv-
- Socket下send和recv使用的说明及介绍 -Socket-send and recv
Socket-send-and-recv-
- Socket下send和recv使用的说明及介绍 -Socket-send and recv
RAW-socket发送IP分组
- RAW Socket发送IP分组 发送IP分组模板代码(RAW Socket Send IP Packet)
socket.tar
- a simple C socket send/receive code.