资源列表
新编Win API大全
- 作为Microsoft 32位平台的应用程序编程接口,Win32 API是从事Windows应用程序开发所必备的。本书首先对Win32 API函数做完整的概述;然后收录五大类函数:窗口管理、图形设备接口、系统服务、国际特性以及网络服务;在附录部分,讲解如何在Visual Basic和Delphi中对其调用。 本书是从事Windows应用程序开发的软件工程师的必备参考手册。-32 as a Microsoft platform application programming interface,
20041020155323
- 一个图象处理的源代码,有平移,拉伸,变换,显示灰度直方图等功能(VC)-the source code can deal with image, there are panning,stretching,shiftting and showing gray vertical square image functions(VC)
ActiveX控件多媒体播放器
- 一种多媒体播放器。添加了ActiveX控件、界面设计和代码编写-A kind of multi-media player with ActiveX controler, graphic interface and source code.
send msg
- 一个利用WINDOWS自带的命令笔NET SEND发送消息的程序,将命令行界面化,如果有兴趣的话,可以研究研究-A program sending message using NET SEND of Windows. It use graphic interface instead of command.
jpeg压缩
- 用C++编写的基于小波变换的位图的JPEG编码,希望大家给点意见-Code written in C++ which can compress Bitmap based on wavelet transformation. Please give suggestions.
cxysplit_C++
- 这是一个用C++编写的可以在DialogBox中使用的切分类库。(21KB)-It is a class library for DialogBox spliting using C++.
MSDNWnd_C++
- 这是一个用C++编写的MSDN中的切分窗口的例子,虽不怎么样但已经完整展示了切分操作。对于初学者是一个很好的参考。(37KB)-This is a example for syncopating windowns in MSDN, it is compiled by C++, it is not a classical one but showing us the syncopating operation integrity. It will be a good reference for b
custfile_c++
- 用C++编写的能够在CFileDialog中增加一对按纽,需要使用Visual C++ 6.0(23KB) -code with C++ which enable adding a couple of button in CFileDialog, using Visual C++6.0(23KB)
picknew_C++
- 用C++编写的演示如何注册多文档模板且避免MFC自动产生的\"New File Type\"对话框 -A demo basing on C++ to demonstrate how to login mutil-files document template and how to avoid dialog box which is created by MFC of \"New File Type\".
tahd
- 实现图案化和抖动技术,以及bmp2txt-realize picture and dithering technology,as also bmp2txt
regester_C++
- 用C++编写的封装有关注册表操作的函数,使你可以轻松添加、删除、修改主键或键值。(2KB)-encapsulation of some regedit operation function with C++,which make add,delete and modify main key or key assignments easily
migong 2
- 以一个M*N的长方阵表示迷宫,字符 # 表示障碍, @ 表示"死胡同", * 表示路径上的位置. 本程序只求出一条成功的通路-An M*N represent maze,character \"#\" represent obstacle,\"@\" represent an dead end,\"*\" as position on the route. Only one successful gateway is obstained.