搜索资源列表
pcm 网络传输语音
- 利用socket 实现的机遇pcm编码的 语音传输 小程序 供大家参考学习··
20055244529572
- 录音部分是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除. -Recording part of the recording vckbase reference api code, combined with a s
tcpip_voice_chat
- TCPIP语音聊天最新程序,经过功能优化,重新编译最新代码,运行SOCKET-TCPIP latest voice chat program, after the functional optimization, re-compile the latest code, run SOCKET
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
socketpicturesend
- 本程序能够实现在局域网内通过SOCKET传输图像,是不可多得的源码,本人在VC6.0下测试通过,希望对大家有所帮助-This procedure can be achieved within a local area network transmission of images through the SOCKET is a rare source code, I tested under VC6.0 passed, want to help everyone
wangluoluyinji
- vc++写的网络录音机程序,录音是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除.-vc++ program to write the network recorder, audio recording refere
sheji
- 基于P2P方式的多媒体信息传输.主要是围绕P2P技术进行探讨、研究和如何实现简单应用。其中介绍了P2P技术的特点和发展背景,论述了当前P2P系统的网络模型和应用现状。主要研究了在TCP/IP协议下,利用Windows 套接字(Socket)网络编程,阐述如何创建基于MFC Csocket类面向局域网络的P2P网络应用程序。-P2P MultiMedea player.
parse_devicefile
- 检测/监控嵌入式LINUX有没有插入USB设备,此代码主要是在应用程序启动后不能通过socket来获得消息的情况下使用。-Detection/monitoring of embedded LINUX there is no USB device, this code is primarily in the application starts, can not get the message through the socket to the case of use.
chats
- 编写基于对话框的Windows应用程序 利用MFC AppWizard(exe)向导编写 利用Windows Socket来编写聊天程序-To write a chat program with Windows Socket
最简单的VC++ Sock测试程序
- 最简单的实现Client和Socket通信,实现电文的发送和接受,用户需要提供自己的IP地址和对方的IP地址(The simplest implementation of Client and Socket communications, the realization of the message sent and accepted, the user needs to provide their own IP address and the other party's IP address)