搜索资源列表
dbex
- 今天突然找出以前的一小段代码,是对MFC中CDatabase类的一点小改造。CDatabase类中的ExecuteSQL函数可以用于直接执行SQL语句,但是在执行Update,Insert,Delete语句时无法得到影响的行数,新的CDatabaseEx类就实现了这个功能。 -before suddenly find a small section of code, the MFC CDatabase kind of a little transformation. CDatabase cate
中文内码转换源码
- 在阅读MSDN中发现只要妙用MultiByteToWideChar和LCMapString两函数,就可以简简单单地实现不同内码的转换。为了让程序员使用更方便,笔者编写了一个CChineseConvertor类,包装了所有中文内码的转换功能。读者可以直接在MFC中加入此类,用起来也非常轻松。详细细节请察看ChineseConvertor.h和ChineseConvertor.cpp源代码。-reading MSDN found as long as the magic MultiByteToWid
MFCFrame
- evc 下的GDI 直接写屏库, 运用MFC 框架。-AES under the GDI direct writing for screen, using MFC framework.
CAsyncSocket
- 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming pro
use_md5_of_wtl
- 不记得在哪个地方得到了一个MD5加密法的类,由于开发的原因要在WTL中使用MD5加密法,但是,这个类并不能直接的用在WTL中(In MFC it was an easy job ),所以我就修改了一下,以方便大家以后在WTL中使用MD5加密法。-not remember where the MD5 has been a kind of cryptography, the result of the development of the WTL to use MD5 encryption meth
suishouhuazhixian
- MFC下直线的直接画法,对MFC编程入门的新手比较适合看。-MFC linear direct method of painting, right of entry MFC programming more suitable for newcomers to see.
MFC-speaks-easily
- 通过MFC编程实现文字发声,让你的程序会说话- method to provide very easily Text-To-Speech facility to a MFC program (sync/async modes+ direct/file-content speach)
使用MFC+DirectDraw编写的窗口程序
- 使用MFC+DirectDraw编写的窗口程序,可以作为一个简单游戏的基本框架,-MFC+ DirectDraw prepared to use a window procedure can be used as a basic framework of a simple game,
xpblue
- smf格式的皮肤界面文件,配合上MFC连接的皮肤控件使用,直接替换,很方便.名字以颜色命名. -smf format of the skin interface for documents, connected with the skin on the MFC control the use of direct replacement, very convenient.' s name in order to color naming.
direct
- 利用DirectX显示一个旋转的圆柱。首先构建一个Mfc单文档框架,然后在文档界面显示圆柱。本例用最简单的代码说明了Directx的基本用法-use DirectX to draw a cilinder。firstly,use wizard to make a single document frame,then use Directx to draw a cilinder on the view
MFCEX
- MFC扩展界面库,直接用VC做界面,很难达到理想的效果,需要很大的工作量,用这个库,做界面很轻松-MFC extension of the interface library, a direct interface to do with VC, it is difficult to achieve the desired results, requires a lot of workload, use this library, so the interface is very easy
MFC
- 此程序利用MFC编程,实现用MFC进行简单的直接写屏-This procedure using MFC programming, implementation easy to use MFC to direct Screen Writing
DirectLDA
- This a MFC program to test direct linear discriminant analysis (direct LDA) for face recognition. Histogram equalization is used as a preprocessing and direct LDA is used to reduce a dimension in feature space from train images. Minimum Euclidean dis
Donuts2
- Windows Mobile Direct draw example4
Mosquito
- Windows Mobile Direct draw example5
xgui
- 这是原来做的一个项目,要把mfc写的图形界面程序,用wxWidgets来替换,做成跨平台的程序。由于直接用wxWidgets来替换,工作量太大,就写了一个接口库,原来的mfc代码,只需要非常小的改动,就能实现跨平台。其实就是把mfc用wxWidgets实现了,因此原有代码改动很小。-This is the original to do a project, we should mfc GUI application written using wxWidgets to replace, make
DIRECT
- 这个MFC工程可以实现对256色图像进行阈值分割、投影检测、差影检测、模板匹配。-The MFC project can achieve 256-color image segmentation, projection detection, subtraction detection, template matching.
MFC_Direct2D_Hello_World_sample
- MFC DIRECT 2D HELLO WORDD 学习新知识从hello world开始,这可是微软提供的sample啊-MFC DIRECT 2D HELLO WORDD to learn new knowledge from the beginning of Hello world, but this Microsoft provides sample ah
Direct-D2D
- GDI,GDI+的替代者Direct2D实现代码,游戏和大型界面开发用,SDK程序,非MFC-GDI, GDI+ replacement Direct2D implementation code, the game interface development and large-scale use, SDK program, a non-MFC
背景透明自绘进度条
- 背景透明自绘进度条,代码通俗易懂,可复制直接使用。(Background transparent draw progress bar,Code easy to understand,Replicable direct use.)