搜索资源列表
send_综合_18
- 此文件包含源码,功能:实现基于ip2022(51内核的网络处理器)的MPEG2 TS的IP组播发送-source, functions : Based on ip2022 (51 core network processor) MPEG2 TS send IP Multicast
SkypeAPIinsistance
- Skype是个非常优秀的IP电话通信工具,不但可以PC to PC,而且也可以PC to PSTN,当今非常盛行。Skype为了加快自己的发展全面开放了API,其实所谓的API不是真正的Win32 API函数,而是一系列消息的组合.本程序简单地实现了Skype通话和拨号以及发送文字聊天消息的简单功能。网上下载-Skype is a very outstanding IP telephony communications tool, it can not only PC to PC, but al
sampleR
- 利用图片技术进行可视化编程,本例是一个导弹发送工程的模拟-Photo technology for the use of visual programming, which in this case is to send a missile engineering simulation
aacencoder
- aacencoder,相对于原有的AAC编码器,使用MDCT+MDST代替了MDCT+FFT,心理声学模型略有改动(上载者未提供密码,请发邮件向提供者要)-aacencoder, compared to the original AAC encoder, the use of MDCT 291800Z instead of MDCT FFT, psychoacoustic model with slight changes (available did not provide password,
video_Sender
- 该程序实现实时采集视频数据并通过TCP/IP发送给接收端.或发送视频文件给接收端-the process real-time data acquisition and video through TCP / IP sent to the receiver. Or send video files to the receiving terminal
skypewinapi
- Skype是个非常优秀的IP电话通信工具,不但可以PC to PC,而且也可以PC to PSTN,当今非常盛行。Skype为了加快自己的发展全面开放了API,其实所谓的API不是真正的Win32 API函数,而是一系列消息的组合,我花了一个晚上从网上找到Skype API说明文档简单地实现了Skype通话和拨号以及发送文字聊天消息的简单功能,仅此达到抛砖引玉的目的。 -Skype is a very outstanding IP telephony communications tool,
midiio
- 控制MIDI输入输出的程序。 View MIDI input messages in raw form or with text descr iptions. Send MIDI messages using the mouse or from dialog controls. Select MIDI input and output devices from the application. Run multiple instances to demonstrate MI
454665472343
- 对话框初始化中修改串口的配置参数正确后,能100%的正常发送/接收短信-initialization dialog modified serial configuration parameters correctly, can be 100% of normal Send / Receive SMS
live555-latest.tar
- live555是一个用C++编写的、基于开放标准协议RTP/RTCP, RTSP, SIP的多媒体流化源码库。用该库可以构建多种协议的多媒体应用程序,比如VLC,MPlayer, LIVE555 Media Server,vobStreamer等,它也可以接收,发送MPEG, H.263+ or JPEG格式的多媒体视频和多种音频文件,包中针对各种应用都有测试源码,为开发者提供了了解和应用该库的便捷途径。-live555 C is a preparation that is based on o
MODHID-1_00
- 您可以使用 Microsoft Windows XP Media Center Edition 2005 执行其他 Windows XP 计算机所执行的任何操作,甚至更多操作。可以浏览 Web,玩喜欢的计算机游戏,与朋友互相发送电子邮件和即时消息,以及安装和使用针对 Windows XP 设计的程序。无论您是坐在 Windows 桌面前还是手持遥控器呆在另一间屋子里,Media Center 都会提供功能强大且易于使用的方法使您享受所有数字娱乐活动:照片、音乐、电视、电影、家庭视频、广播和种类繁
IPcaptu
- 功能是IP是视频监控。该源码包含server和client端。server中视频发送模块运行在监控现场主机,它以组播的方式发送视频流,。该视频数据发送模块除了能发送实时视频流外还能发送视频文件。-function IP video surveillance. The source code contains server and client side. Send Video server modules running on the mainframe monitoring the scene
vlc-0.8.6c.tar
- About: VideoLAN Client (VLC) is a media player, streamer, and encoder for Unix, Windows, Mac OS X, BeOS, QNX, and PocketPC. It can play most audio and video codecs (MPEG 1/2/4, DivX, WMV, Vorbis, AC3, AAC, etc.), has support for VCD, SVCD, and DVD
monitor
- 远程视频监控系统成系统 > 系统包括send/receive两部分
midisort
- I send midi songs through the Soundblaster player to a music workstation and had some problems with some midi files. Some files played only few voices even if the midi file contained full orchestral song. I found that these midi files contai
非常好用的CD播放器
- 一个好的cd播放器这篇文章是我第一次在VC在线发表,我应该是只VC的菜鸟。为了找个能循环播放mp3的VC源程序,我搜遍了网上的资源(差点气得要砸电脑),好不容易找到一个,却只有程序中的调用,关键的类的生成文件却没有,有什么用?(主要是自己没有MCI函数的具体的参数资料,不知道怎么调用,如果你有,请发一份给我,字符串的我已经有了,命令方式的没有。) 后来找到一个,非常感谢他,作者叫:黄利龙。但他没有单独把类分离出来,且没有保存列表到文件。 我把他的程序打印出来,仔细分析了程序语句,然后进行了修改和
awag.tar
- AWAG经过ISDN拨叫一个号码并且传送一个消息。它还可以拨叫另外一个号码如果第一个号码不通或者没有人接听电话。-AWAG ISDN dial a number and send a message. It can also dial another number if a number of unreasonable or nobody answered the phone.
SendVoice
- 从麦克风采集语音数据,直接发送出去,没有RTP部分,做为测试用例不错。-collect data from microphone , and send out directly , have no RTP section . it is useful to be test case
RecieveVoice
- 接收网络送来的PCM数据,送到声卡上播放,和SendReceive结合使用,用来测试不错-receive PCM data from net , and send it to play , combine it with SendReceive ,you will get more use
vlc-0[1].4.6.tar
- 持大多数音频和视频格式(MPEG 1/2/4, DivX, WMV, DV, Ogg/Vorbis, AAC, etc.),支持VCD和DVD(带有菜单),可以从网络源中读取流式数据。它也可以作为一个服务器通过网络发送数据流,可选的编码转换的支持。-holders of the majority of audio and video formats (MPEG 1/2/4, DivX, WMV, DV, Ogg / Vorbis, AAC, etc.). Support VCD and DVD
RemoteListern(客户程序)
- 声音监控程序,客户端程序,接收服务端发送的声音数据,并在SPEAKER中播放。-sound monitoring program, the client process, send and receive voice-data and broadcast SPEAKER.