搜索资源列表
DrawLine
- 一个多媒体的画线源代码MFC的,主要是完成了一个基本的功能。-A multi-media painting lines MFC source code, mainly to complete a basic function.
libwmp3-2.4-source
- This multimedia library for playing mp3 and mp2 files.-This is multimedia library for playing mp3 and mp2 files.The simplest way to play mp3 files in your C++ projects. Just 3 lines of C++ code and you are playing mp3 file.
903asdf
- FLASH 发光线条动画源码学习FLASH的好助手-Light-emitting source lines FLASH animation FLASH good assistant to study
iostream
- 输入和输出流练习:输入一个数字作为参数,输出一个用“*”排列的三角形,输入的数字为输出行数。-Input and output streams to practice: Enter a number as a parameter, the output of a use of "*" with the triangle, the number of input lines for output.
org
- Convert your pc keyboard to MIDIOrg. You can use Numeric keypad as drum set ! Full source code (only 255 lines !) Support 128 enstruments in GM. ( GeneralMIDI ).. Works with mci commands.
libzplay-1.02-source
- libZPlay是解析mp3, ogg, ac3, flac, wav and pcm 种格式的多媒体库的源码,整合支持所有格式的解码器。你不需要额外的lib。仅使用kernel32.dll, user32.dll, gdi32.dll 和 winmm.dll,微软Windows标准库。也不需要mfc和.net的支持,只是纯粹的WINAPI。简单几行代码就可以实现播放-libZPlay multimedia library for playing mp3, ogg, ac3, flac, wav
Draw2Line
- 一款开源支持多曲线绘制图表的控件源代码,可以纵横坐标刻度。支持十字线数值捕获即时显示等。-An open source multi-Curve chart control source code, can scale vertical and horizontal coordinates. Value capture cross lines to support real-time display.
Music
- 在网页上运行的简单JAVA播放器,有播放,停止,循环按钮和一个选择文件列表。共40多行源码-Run on a web page simple JAVA player has play, stop, loop buttons, and a list of selected files. A total of 40 lines Source
ADMixer_Select
- This program is equivalent to the "Microphone Select" check box of Windows Volume Control for Recording. The Microphone Select control is one of the items of the MIXERCONTROL_CONTROLTYPE_MIXER or MIXERCONTROL_CONTROLTYPE_MUX controls of the MIXERLINE
labtuhua
- 用labwindows编写,用鼠标点击按钮,可以在面板上画出直线,曲线,椭圆等-Written by labwindows, click the button with the mouse, you can draw straight lines on the panel, curve, ellipse, etc.
UVod20905
- UVod2 是我们使用UT P2P库,配合mplayer播放程序,编写的一个P2P边下边看的外壳程序,这是一个visual c++工程,最低的编译条件是 visual c++ 2005 标准版 + SP1补丁,另外需要下载安装 Microsoft server 2003 r2 SDK,并确保 SDK中的头文件以及库文件的连接次序在第一. 有些朋友可能感觉P2P播放很神秘,很难开发,这个示范工程叫展示给您如何开发一个P2P流播放程序,其实非常简单,真正的调用函数一共大概只有50行,其他的都是外壳处
color-dialogue
- 一个画图工程中的颜色对话框应用程序,通过对话框颜色的使用,可以更好的选取颜色画笔,有可以任意拖动的颜色工具条,粗线和细线的选择,调色板自动调色-Colors dialog box applications in a drawing project, by the use of dialog box color, select the color of the brush can be better, can be any color toolbar, drag the selection of
45768457
- 二行代码显示flash,易语言写的多媒体编程。很好的参考资料。-Two lines of code to display flash, multimedia programming written in easy language. A good reference.
DWL-Oscilloscope
- Realtime soundcard based stereo oscilloscope with triggering, cursors, amplitude autoranging, plot file save and plot printing. This file came Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/a
howto_segment_intersection
- intersecting two lines with vb.net. calculate intersect point
vimrc
- 实现Linux下vim的高亮与缩进方法1.下载,2.解压到etc/vim中注意:使用前保存元vimrc若出现问题也可打开vimrc把下载的vimrc中标注最后的几行拷贝过去保存就行了-Implementation under Linux vim highlighting and indentation method 1 download, 2. Extract etc/vim in Note: Before saving yuan vimrc If you have problems you c
check_edit
- 该程序实现统计一个或多个文件的行数、字数和字符数。-The program implements one or more files statistics the number of lines, words, and characters.
RTSPTool
- 1:此示例只是用来显示视频流,并没有处理存储视频及回放视频功能. 2:在打开项目后务必将构建里面的影子构建(Shadow build)取消. 3:实时显示视频,视频响应速度比VLC,QTAV等播放器快很多倍. 4:精简代码,在windows下是可以完整编译通过并运行的.linux下要将对应ffmpeg库文件替换. 5:支持三通道同步显示一个视频流,可以单击截图按钮截图放在最后一个通道. 6: 支持单个通道双击最大化显示. 7:代码处理并不够完整,还有很多需要优化的地方.