-
MMBPlugInSDK
Multimedia Builder 是一款制作多媒体程序的优秀软件。它具有强大易用的交互功能,丰富的对象使用,潜力无限的脚本语言,以及小巧易懂的小助手,并且支持绝大多数的多媒体文件格式,加上内建多种影像处理效果,将能帮助你快速的开发一个漂亮的互动式多媒体应用程序。
本套代码为MMB的PLUGIN SDK,用于扩展MMB的应用程序功能。(Multimedia Builder is a multimedia program produced excellent software. It has a powerful and easy to use interactive features, rich object the use of unlimited potential scripting language, as well as small and easy to understand his assistant, and support the vast majority of multimedia file formats, plus built-in a variety of image processing effects, will be able to to help you quickly develop a beautiful, interactive multimedia applications. This set of code for the MMB' s PLUGIN SDK, the application for the expansion of MMB function.)
- 2010-03-08 23:58:29下载
- 积分:1
-
bofangqi
vb编的播放器,充分运用了多种控件,功能强大!(vb series player,full use of a variety of controls,powerful!)
- 2011-11-28 12:35:15下载
- 积分:1
-
PPS-patch
用于ppstream的频道补丁,可以收看一些其他的频道(Ppstream patch for the channel, you can watch some other channel)
- 2009-05-15 00:41:02下载
- 积分:1
-
CMixerClass
一个音量控制类,调节录音音量
一个音量控制类,调节录音音量(A class of volue control)
- 2012-08-03 14:02:27下载
- 积分:1
-
Mediaplayer
MFC实现的播放器,可以实现简单的播放、暂停、停止等功能,有播放列表。(MFC implementation player, you can achieve a simple play, pause, stop and other functions, and playlists.)
- 2020-12-05 08:49:23下载
- 积分:1
-
MotionDetect
说明: 移动侦测技术的设计与实现,包括移动侦测的原理和功能实现。(Motion detection technology, design and implementation, including the principle of motion detection and functional implementation.)
- 2011-04-11 13:24:41下载
- 积分:1
-
CrystalPlayer
同学写用Java写的 模仿千千静听音乐播放器源代码,界面超漂亮,程序代码简洁,不过程序比较综合,估计没有基础的JAVA朋友不好看懂,想研究一下的可下载试试。编译时需要在Eclipse下打开,并导入源码包目录下的必要库文件才行。(Students to write in Java to write the music player to imitate TTPlayer source code, the interface super-nice, clean code, but more comprehensive program, it is estimated based on JAVA friends did not understand well, to look at the downloadable try. Compile time to open in Eclipse, and import the necessary source package library directory the job.)
- 2011-10-31 09:11:39下载
- 积分:1
-
videoshow
说明: 里面有两个程序,文件夹01是server的代码,02是client的代码,当服务器端接有摄像头时,可从客户端输入ip捕捉到图像(There are two procedures, folder 01 is the server code, 02 is the client code, when the server has terminated the camera, they can enter the ip from the client to capture images)
- 2008-09-15 13:10:26下载
- 积分:1
-
java视频直播、聊天室、弹幕、多端适配
JAVA直播后台源码
- 2019-06-21下载
- 积分:1
-
gdb
Summary of gdb
The purpose of a debugger such as gdb is to allow you to see what is going on “inside”
another program while it executes—or what another program was doing at the moment it
crashed.
gdb can do four main kinds of things (plus other things in support of these) to help you
catch bugs in the act:
• Start your program, specifying anything that might affect its behavior.
• Make your program stop on specified conditions.
• Examine what has happened, when your program has stopped.
• Change things in your program, so you can experiment with correcting the effects of
one bug and go on to learn about another.
You can use gdb to debug programs written in C and C++.
- 2010-07-29 20:52:57下载
- 积分:1