搜索资源列表
Pickard - color selector _src
- Hot features: Spectrum color picker, Screen magnifier, Eyedropper, Multple color spaces support (RGB, HSL, CMY, YUV), Multiple color string support (HTML, C++, Delphi, VisualBasic).
FilterTitleSource
- 这是一个Source Filter,产生单一背景下的字符图片流。 这个Filter的注册名为“DES Ext Source”,实现了一个自动化接口,可以用在DES 中当作扩展的Source,结合抠像功能的过渡(Transition),可以实现在视频上叠 加静态/动态的字符串-This is a Source Filter, have a single background of the characters Photo flow. Filter the registration ca
MiniPlayer (Win32 SDK)
- 这是一个用MCI String Interface编写的一个小播放器。有实用价值,可以用来播放.AVI .MPG, .ASF ..WMV文件。但整个程序作为编程参考更好些。程序提供了一个较完整的窗口框架,例如菜单处理,Rebar和Toolbar控制。程序还解决了几个编写Windows程序经常遇到的小问题:怎样把\"Opend\"对话框放到父窗口的中间?怎样实现全屏窗口?怎样让窗口总在最前面?-This is a String Interface with MCI prepared by a sm
zlib123
- The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous
IIS2BT656
- 本程序功能为将音频的IIS数据插入bt656数据中一起传输。在程序中,sdata并不从外界输入,而是由内部的一个16位的counter并串转换产生,以此来检测程序在串并转换sdata时是否有遗漏。 本程序并未经过实测,但ModelSim的仿真结果正确。-this program will function as audio data into IIS bt656 together data transmission. In the process, not from outside sdat
chongzauhanshu
- 定义Name类的重载赋值函数。#include<iostream.h> #include<string.h> class Name { public : Name ( char *pN ) Name( Name & ) Name& operator=( Name& ) ~ Name() protected : char *pName int size } Name::Name (
playsoundusage
- 参数pszSound是标识要播放声音的字符串。 参数hmod是包含声音资源的可执行文件的句柄,当设置了SND_RESOURCE时,它不为NULL,其它情况为NULL。 参数fdwSound作用之一是表明声音资源的来源,它是一系列值的组合,通过或运算连在一起,设置适当的值可以控制声音的播放效果。如:SND_LOOP表示循环播放,SND_SYNC表示同步播放,更具体可以参考M-parameters pszSound logo is to play the voice of the string. P
dvd
- Option Explicit Private Declare Function CDdoor Lib \"winmm.dll\" Alias \"mciSendStringA\" _ (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _ ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long Dim state1 As
非常好用的CD播放器
- 一个好的cd播放器这篇文章是我第一次在VC在线发表,我应该是只VC的菜鸟。为了找个能循环播放mp3的VC源程序,我搜遍了网上的资源(差点气得要砸电脑),好不容易找到一个,却只有程序中的调用,关键的类的生成文件却没有,有什么用?(主要是自己没有MCI函数的具体的参数资料,不知道怎么调用,如果你有,请发一份给我,字符串的我已经有了,命令方式的没有。) 后来找到一个,非常感谢他,作者叫:黄利龙。但他没有单独把类分离出来,且没有保存列表到文件。 我把他的程序打印出来,仔细分析了程序语句,然后进行了修改和
howto_mci_wav
- The program composes a command string of the form: open waveaudio!file alias myaudio wait Where file is the path to the .wav file. It sends this command to the mciSendString function. It then sends the command "Play myaudio wait" to p
playmultimedia_vivek
- low level sound player , play any sound file using [DllImport("winmm.dll")] private static extern long mciSendString( string strCommand, StringBuilder strReturn, int iReturnLength, IntPtr oCallback) with c#-low level sound
Tests
- PCI Enumerate Tool by WuJun@amoi.com.cn copy Irvine16.inc into c:\masm611\include copy Irvine16.lib into c:\masm611\lib compile command: ML /nologo -c -Fl pci.asm link command: LINK /nologo pci,,NUL,Irvine16 History 2004-11-2
QQchatVideoCapture
- 文本聊天,文件传输;视频传输:截取网上的Avchat的源码(需要filtershow(XP系统中filter字符串可能为‘视频捕获’或者‘capture’,采集传输解码)-Text chat, file transfer video transmission: the interception of the web Avchat source (requires filtershow (XP system in the filter string may be ' video captu
string
- the program allows your to get live streaming from the web camera and play it in real time in visual c++.
CNTV_Download
- cntv网站视频下载,不支持rtmp。 找了好多工具无法下载我想要的视频,就自己写了这么个工具。 代码涉及到json串的使用,作为学习很不错。 现在开源,对大家公开。 开发语言C#-cntv video download site, does not support rtmp. Can not find a lot of tools to download video I want to write a such a tool. Json string of code re
FlashPlayer
- 本程序支持两项功能:(1)支持鼠标拖入并播放Flash文件,支持文件类型判断,窗口大小可任意缩放;(2)支持zlib压缩与解压缩功能,实现字符串的压缩与解压缩。 本工程本意是支持播放压缩的Flash文件,目前只实现了基本的前两步。-This program supports two functions: (1) support mouse drag and play a Flash file, supported file types to determine the window size
FlashPlayer
- 本程序实现了两项功能:(1)支持鼠标拖入并播放Flash文件;(2)支持zlib压缩字符串与解压字符串。 本来是想研究压缩版本的Flash,但目前只是实现了前面的基本的两步。-The program implements two functions: (1) Support drag the mouse and play Flash files (2) support the zlib compression and decompression string string. Wanted
ffplay
- 最新版本的ffplay,已经调试成功的代码。-/* * Various utilities for command line tools * Copyright (c) 2000-2003 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it under the terms of t
RTP
- RTP发送端和接收端程序,对话框式程序。发送端发送一个从Q到Z的字符串流,接收程序把接收道德数据进行解包显示到屏幕上-RTP sender and the receiver-side program, dialog-style program. Sender sends a string from Q to Z streams, the receiving program to unpack the data receiving moral displayed on the screen
GuitarStrings
- Guitar String source code for a Computer Science project
