搜索资源列表
穿透防火墙的数据传输技术源码
- 一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换为能被自己使用. 3. 用转换后的SOCKET进行数据传输-a new firewall penetration data transmission technology, the process is as follows : 1. The process of identifying two goals. Identify SOCKE
数据传输局域网
- 基于VC的SOCKET文件传输例子,采用多线程进行文件传输,适用与局域网-VC-based file transfer SOCKET example, a multi-threaded file transfers, application and LAN
用Socket实现TCP/IP协议的数据文件传输
- 用Socket实现TCP/IP协议的数据文件传输
socketEcx
- 文件传输工具,通过压缩文件,减少数据量,提高传输速度,达到快速传输文件的效果。socket实现传输。-File transfer tool, compressed file, reducing the amount of data, improve speed to achieve the effect of fast transfer of files. socket to achieve transfer.
SocketEx.rar
- 文件传输工具,通过压缩文件,减少数据量,提高传输速度,达到快速传输文件的效果。socket实现传输。,File transfer tool, compressed file, reducing the amount of data, improve speed to achieve the effect of fast transfer of files. socket to achieve transfer.
udp-reliable-data-transmission
- UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
LANChat
- 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
Socket
- 利用socket实现数据传输。java实现。具体运行看说明文档。-Use socket to achieve data transmission. java achieve. Run to see specific documentation.
socket
- 用于应用层的数据传输,将数据封装成数据包在internet传输,实现协议转换,测试通过-Application layer for data transmission, will be packaged as data packets in the internet transmission, the realization of protocol conversion, testing through
LINUX-socket
- Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。 Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
modem
- 由单片机控制串口modem,进行数据的采集通过modem及电话网进行数据传输-MSP430F149 MODEM
Socket
- 一个C++写的SOcket数据传输程序,为采用孔阿建。-about Socket communication source program
Socket
- 类似一个聊天工具,分为服务端和客户端,需要先运行服务端。主要是利用Socket进行数据的异步传输,在局域网内互发消息,同进也实现了一个简单的聊天程序。-Similar to a chat tool, divided into services and client, need to run the server. Mainly by using Socket asynchronous data transmission, in the LAN each other impending arriv
GPSGPRS
- 完成gps数据的接收解析及通过GPRS socket通信传输数据-Gps receiver complete data analysis and data transmission via GPRS socket communication
socket
- socket 数据传输的实现,文件的发送及文件的接收-socket data transmission, file sending and receiving files
visualc-udp-socket
- 基于 c# 的socket编程源代码 最终实现了UDP的数据传输-C# for socket-based programming source code eventually the UDP data transmission
socket
- 利用tcp网络协议编写远程网络服务终端,主要要完成进程间的通信必须有一个服务端和一个客户端,利用tcp网络协议规则编写服务端和客户端,完成的是数据传输,必须有一个跟踪调试函数 和一个日志管理文件及文档编写-Prepared using tcp network protocol end remote network services, primarily to complete the inter-process communication must have a server and a cli
socket
- socket,数据的传输,文件的传输,屏幕的截取。-socket, data transfer, file transfer, screen interception.
Socket
- 络的Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。 -socket programming on linux
蓝牙传输数据
- 通过蓝牙传输数据与Socket类似。在网络中使用Socket和ServerSocket控制客户端和服务端的数据读写。而蓝牙通讯也由客户端和服务端Socket来完成。蓝牙客户端Socket是BluetoothSocket,蓝牙服务端Socket是BluetoothServerSocket。这两个类都在android.bluetooth包中。(Data transmission through Bluetooth is similar to Socket. Using Socket and Serv