搜索资源列表
p2pVideo
- 本人写的视频聊天程序,包括视频采集,视频压缩(H263),视频传输(传输采用的是TCP,如果你有兴趣也可以改成UDP)。 下载后,你可以打开试试看,如果你觉得不错,别忘了支持下我。 最后鄙视下本站很多不负责的上传者们,搞一些垃圾、或者残缺的、不能用的、欺骗的那些‘源代码’有意思吗?-I wrote the video chat program, including video capture, video compression (H263), video transmissi
zkdemo
- 基于中控考勤机SDK开发的考勤客户端,通过tcp方式去连接考勤机,有员工考勤时,会自动回调事件-Client based on the attendance of the control time attendance SDK development, the via tcp way to connect the attendance, staff attendance, automatic callback event
20055244529572
- 录音部分是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除. -Recording part of the recording vckbase reference api code, combined with a s
TcpChatServer
- 基于TCP socket的video/audio chat服务端程序,参考的好例子, 覆盖了socket, directx camera capture, audio play back-TCP socket on the video/audio chat server process, a good example of reference, covering the socket, directx camera capture, audio play back
TcpChatClient
- 基于TCP socket的video/audio chat客户端程序,覆盖了socket, directx camera capture, audio play back-TCP socket on the video/audio chat client, covering the socket, directx camera capture, audio play back
jpgd093b
- Improving the Performance of wireless Mobile Ad-hoc Networks through Cross Layer Optimization using TCP-ATCP-DSR-802.11/CFPSM" we mainly consider the issues of power saving by replacing 802.11b standard MAC with CFPSM protocol and enhancing the throu
winsockTCP
- 使用winsock功能设计TCP的聊天程序-TCP use winsock function design of the chat program
GetOpenPort
- 通过Iphlpapi库获取基于TCP/UDP的开放端口列表,C++编程实现,可以作为学习的参考。-Based on Iphlpapi database access through TCP/UDP port of the open list, C++ programming can be used as reference for the study.
TCPMP
- 这个是跑在三星6410,wince6上支持硬解码的tcpmp程序,并非源代码,但是可以播放720*480,h.264的高清视频-This is running in the Samsung 6410, wince6 support hardware decoding of the tcpmp program, not the source code, but you can play 720* 480, h.264 HD video
TCP
- directshow在TCp方面的应用 网络视频核心技术开发 第九章 代码-directshow in TCp the application of core technology development network video Chapter IX code
wangluoluyinji
- vc++写的网络录音机程序,录音是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除.-vc++ program to write the network recorder, audio recording refere
use-MemFile
- 改写MEMfile播放MPG的流媒体,可改写为TCP发送接收方式-The rewrite MEMfile to play MPG, streaming media, can be rewritten for the TCP sender receives
sheji
- 基于P2P方式的多媒体信息传输.主要是围绕P2P技术进行探讨、研究和如何实现简单应用。其中介绍了P2P技术的特点和发展背景,论述了当前P2P系统的网络模型和应用现状。主要研究了在TCP/IP协议下,利用Windows 套接字(Socket)网络编程,阐述如何创建基于MFC Csocket类面向局域网络的P2P网络应用程序。-P2P MultiMedea player.
tcpSocket_dataRecieve
- 1、能够通过Tcp套接字读取服务器发送的视频数据流。2、根据服务器发送视频流的格式采用ffmpeg相应组件对其进行解码与播放-1, able to read through the Tcp socket server to send the video data stream. 2, according to the server to send the video stream format using ffmpeg decode and playback the corresponding
java
- Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型,由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TCP/IP协议之上的协议,是Web浏览器和Web服务器之间的应用层协议,是通用的、无状态的、面向对象的协议。HTTP协议的作用原理包括四个步骤:-WWW Internet as a transmission medium is an applicati
DrawSystem
- 基于UDP/TCP的VC++图形绘制系统。-UDP/TCP-based graphics rendering system of VC++.
RemoteSound
- 使用MASAPI抓取声音,通过TCP发送到另外一台计算机,使用waveXXX放出。-Use MASAPI crawl sounds data. Than sent via TCP to another computer which use waveXXX to playback.
CloudReceive_hls
- 自己写的服务器端ts流的TCP接收,并且按照M3U8做实时流切片保存。切片时常、大小都可设置。-Write your own server TS flow TCP receiver, and in accordance with the M3U8 real time flow section preservation. The slice is used, the size can be set.
用python和JAVA实现的TCP聊天室程序
- 分别用python与JAVA单独实现CS模式下的TCP聊天室,源代码。