搜索资源列表
a21cbjactivex
- 用来显示网络传输数据的显示,主要是学习ACtiveX控件的制作,-to display the data transmission network, mainly the study of ACtiveX controls the production,
第5章 网络编程
- c++builder5.0实例代码: 第5章 网络编程: 5.1 建立自己的Web浏览器 5.2网上传输数据程序 5.3远程屏幕抓取程序 5.4编制一个邮件收发程序 5.5 NetBios编程-example code : Chapter 5 of network programming : 5.1 build its own Web browser 5.2 Internet data transmission
网络播放器(实时传送)_TCP
- 一个数字监控的网络版原型。包括从采集卡读数据,TCP网络传输、MPEG1播放。-a digital monitoring network version of the prototype. From time data acquisition card, TCP network transmission, MPEG1 players.
CS_mod
- Qt 编写的下位机程序,实现和VB编写的上位机进行网路连接,通信,实现网络传输数据!-Qt prepare the next crew procedures, and VB prepared by the PC for Internet connectivity, communications, Data Transmission Network!
mychatt
- 自己初学写的有关网络传输数据的小程序,请大家多多指教-learning to write their own network transmission of the data of small procedures, please exhibitions
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运
msp430+cs8900
- TI的高性能单片机MSP430+网络控制芯片CS8900A实现数据网络传输-TI's high-performance network control MSP430 microcontroller chip CS8900A data transmission network
第5章 网络编程
- c++builder5.0实例代码: 第5章 网络编程: 5.1 建立自己的Web浏览器 5.2网上传输数据程序 5.3远程屏幕抓取程序 5.4编制一个邮件收发程序 5.5 NetBios编程-example code : Chapter 5 of network programming : 5.1 build its own Web browser 5.2 Internet data transmission
网络播放器(实时传送)_TCP
- 一个数字监控的网络版原型。包括从采集卡读数据,TCP网络传输、MPEG1播放。-a digital monitoring network version of the prototype. From time data acquisition card, TCP network transmission, MPEG1 players.
midas
- MIDAS数据安全 对敏感数据进行加密后交由网络传输,在客户端再用相应算法解密-MIDAS data security of sensitive data encrypted by the network transmission, the client decryption algorithm corresponding reuse
DSN
- 适用于网络监控,视频聊天,网络VOD等多媒体数据流的网络传输与回放.控件包目前包括三个控件-applicable to network monitoring, video chat, VOD multimedia network data flow and network transmission intervals. Control package now includes three controls
CS_mod
- Qt 编写的下位机程序,实现和VB编写的上位机进行网路连接,通信,实现网络传输数据!-Qt prepare the next crew procedures, and VB prepared by the PC for Internet connectivity, communications, Data Transmission Network!
socket
- 这是一个用来网络传输数据的程序, 用来接受发送数据,我测试过,很好用-This is a network used to transmit data the procedures used to accept sending data, I tested, very good use
serialandsocketclient
- 串口数据通过网络传输数据的同步套接字客户端-Serial data transmission of data through the network synchronization socket client
packInter_VC.ZIP
- 网络传输数据封包截取源代码VC, 可以用于做网络监听的基础。-Interception of network data packets source code VC, can be used to make the basis of network monitoring.
DSPjdal
- 数据采集即利用计算机获取信息,通过数据采集过程,真实世界的信息变成计算机可以识别的二进制代码,并可供计算机存储和进一步处理,或者通过网络传输,数据采集卡就是实现数据采集过程的工具,本文将详细介绍dsp高速数据采集系统的设计.-Data acquisition using computers to access information through the data acquisition process, real-world inf
Packetinspector
- 以太网包分析器源代码(网络分析仪或网络的网络监控,嗅探器),可用于故障诊断,可实时监测网络传输数据,全面透视整个网络的动态信息。-A "Packet Sniffer" is a utility that sniffs without modifying the network s packets in any way. By comparison, a firewall sees all of a computer s packet t
GPRSInitCommand
- GPRS模块SIM300初始化命令,打电话拨号命令,挂机命令,发短信命令,GPRS连网命令,GPRS网络传输数据命令。包含模块最基本的用法,改变GPRS模块波特率的设置方法,掉电保持不变。-SIM300 GPRS module initialization command, the command dial phone, hang up the command, send SMS commands, GPRS networking co
MFC实现的网络传输图片
- 传输图像数据,一个服务器端和一个客户端组成。(The transmission of image data consists of one server and one client.)
蓝牙传输数据
- 通过蓝牙传输数据与Socket类似。在网络中使用Socket和ServerSocket控制客户端和服务端的数据读写。而蓝牙通讯也由客户端和服务端Socket来完成。蓝牙客户端Socket是BluetoothSocket,蓝牙服务端Socket是BluetoothServerSocket。这两个类都在android.bluetooth包中。(Data transmission through Bluetooth is similar to