搜索资源列表
一个增强的数据库类CDataSet
- 一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CData
简易的Windows媒体播放器
- 该源代码是用mfc制作了简易的windows播放器。具有的功能是选择打开文件的路径、播放选择的文件、暂停播放、退出播放、音量调节等-the source code is used mfc produced a simple windows player. With the selection function is the path to open the file and playback options in the paper suspended players, from player,
pp_mutex
- 用MFC实现进程互斥,用的是MUTEX互斥信号量-with MFC contradict process, the signal is MUTEX contradict volume
VLC
- vs2005编译通过,基于VLC的播放器,能快进和后退和音量调节-Compiled by VS2005, based on VLC player, can fast-forward and rewind and volume regulation
voice-control
- 通过使用MFC的SLIDER滑块控制音量的大小 并通过编辑文本显示滑块的音量变化的具体数值-Specific values using MFC SLIDER slider to control the size of the volume slider to the volume change by editing the text
MySound
- MFC实现播放音频,调节音量大小,循环、同步设置-MFC for playing audio, adjust volume, cycle, synchronization settings
rename
- 对一个文件夹内的所有文件(包括子文件夹内)批量重命名的MFC例子。包含了文件拷贝,覆盖,目录操作等知识。是文件操作的一个入门学习资料。-A folder of all files (including subfolders) to rename the MFC-volume example. Document contains the copy, cover, directory operations, such as knowledge. Document the operation of a
ti
- visual c++ MFC制作的关于DLL调用的例子 体积和面积计算-visual c++ MFC produced by example on the DLL call volume and area
BackupSQL_1
- MFC C++编写的备份软件,能够备份本机硬盘的数据生成一个备份文件,能对SQL sever进行全量、增量、日志备份,使用改软件也能对备份的软件进行恢复。-MFC C++ written in the backup software to back up your hard drive data to produce a backup file, can SQL sever full-volume, increment, log backup, use the software can chan
Player
- Vista操作系统下编写的一个音乐播放器,开发环境Visual Studio 2008 C++ ,基于MFC.实现了常用的音乐格式(mp3,wav,wma等),有列表框显示曲目列表,播放暂停,停止播放,音量大小控制,静音,托盘图标显示,托盘图标菜单,列表框伸缩等功能-Prepared under the Vista operating system, a music player, the development environment Visual Studio 2008 C++, based
Calculator_v1
- 一個好用的計算機工具,以MFC VC++為基礎,經過Visual Studio .NET 2003實際編譯及驗證可用。-Computer tool, by MFC VC++ base, after volume production test in Visual Studio .NET 2003 compiler passed.
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
MyCalendar
- 能够在单文档MFC界面中实现一个钟表时钟的界面,要与系统时间保持同步 思路:在应用程序中经常有些任务需要后台处理,实现的办法由两种:计时器和OnIdle循环处理。 -Can in a single document MFC interface implementation in a clocks and watches clock interface, to keep pace with the system time Idea: in applications often some
Mp3Player
- 用mfc编写的MP3播放器,实现播放暂停,添加,清空播放列表的功能,音量控制,上一曲,下一曲切换,进度条,显示歌词功能。-Written in mfc MP3 player, the playback is paused, adding, clear the playlist function, volume control, on the one under a switch, the progress bar to display the lyrics function.
c
- 利用MFC应用程序、媒体控制接口MIC的基本知识,设计一个MP3播放器。要求能够播放常用Windows音频格式的文件;实现播放控制:播放、暂停、停止等;实现音量控制:静音、声音放大减小;实现播放列表管理:加入文件、加入目录、删除文件等功能。-The use of MFC apps, media control interface of the basic knowledge of MIC, the design of a MP3player. Requires the ability to pl
mfc-yuanma
- 深入浅出MFC第二册的电子书和源码,比较经典的MFC程序设计。-The layman MFC second volume of e-books and source, the classic design of the MFC program.
LRSoundControl
- MFC来控制电脑左右通道的音量,使用window的API函数实现改功能-MFC to control the computer left and right channel volume, API function using window achieve functional change
MFC-MUSIC-PLAYER
- 具有一般播放*.mp3,*.wma,*.mdi,*.wav,*.avi,*.dat等文件,还有具有播放、暂停、重复播放、音量调节、Repeat功能等功能。需要解决的问题是向对话框中添加音乐播放的控件,以及各按键功能的实现。-Normal playback*. Mp3,*. Wma,* MDI*. Wav,* avi,*. Dat file with play, pause, repeat, volume adjustment, Repeat function and other function
windowshake
- 用MFC制作的窗口振动程序,里面有太量的源代码,希望这个代码可以对大家有用-Vibration produced using MFC window procedure, which has too much volume of the source code, I hope this code can be useful for everyone
Mp3MCI
- 使用MFC,MCI编写的简易的MP3播放器,实现歌曲的循环播放,控制播放速度,快进、快退功能,实现添加歌曲和删除歌曲。显示播放总时间和播放时间,播放进度条。控制音量大小等功能。(Use MFC, MCI to write simple MP3 player, realize the cycle of songs played, control playback speed, fast forward, fast rewind function, add songs and delete song
