搜索资源列表
2005719220822rar
- 渐变背景的VC源代码通过对GDI的操作来达到对窗口等对象的颜色改变-VC source code for the gradually changing background. Changing the color of the objects such as windows by operation on GDI.
视频捕获程序代码
- 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No. MFC. The VFW procedure Model (Video for Windows) use. To show that the v
bmpteach
- 不打开新窗口,只可显示BMP图片,即下拉菜单里只有BMP格式-not to open new windows, only BMP images showed that the drop-down menu only BMP format
windowmanager
- window窗口管理器 ,主要适用于小型GUI, 管理层次和算法类似于microsoft 的windows窗口系统-window window managers will apply mainly to small GUI, management level and the algorithm similar to microsoft windows Window System
ReSizingWindow
- 实现按比例放大缩小窗口的程序代码,附上代码以及使用说明(原创)-achieve proportional zooming windows code, and the use of code attached note (original)
winMeta4
- 一个简单的Windows API应用实例,但是很能说明问题,涵盖了API设计Win32窗口应用程序的基本思想-a simple Windows API application, but can be used to describe the problem, Design covers the Win32 API application window the basic idea
Win32GDI
- 一个WINDOWS窗口的源代码,里面注释写的很详细,可供C++初学者学习使用-a window to the Windows source code, which notes written in great detail for beginners to learn how to use C
ToDraw
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格
WindowSnapshot
- WindowSnapshot 1.Windows 图形抓屏工具 2.可以完成整屏 区域 窗口的截取
ucos-ii
- 本书附带一张软盘包括了所有我们讨论的源代码。是假定读者在80x86,Pentium,或者Pentium-II处理器上运行DOS或Windows95。至少需要5Mb硬盘空间来安装uC/OS-II。 请按照以下步骤安装: 1.进入到DOS(或在Windows 95下打开DOS窗口)并且指定C:为默认驱动器。 2.将磁盘插入到A:驱动器。 3.键入 A:INSTALL 【drive】 注意『drive』是读者想要将µ C/OS-II安装的目标磁盘的盘符。
ST_SplitterWnd 分割窗口及实现任意隐藏
- 分割窗口及实现任意隐藏、显示。可以根据需要自由组合成各种分割窗口,并且可以自动实现消隐。-This program is a SplitterView.It has been used by Gary Liu .It shows and Hides All kinds of SplitterView.It can be changed by you self.Based on Windows 7 and VISUAL SUTIOD 2010.
DrawLine
- 用纯windows api编写的画线小程序,但是通过动态内存分配能保存所画的所有的线,同时通过图像双缓冲技术使得图像的显示非常流畅,另外运用了映射模式实现了就算是所画的线超出了窗口的范围,也能在窗口中显示出来的功能。-Written in pure windows api to draw a line applet, but dynamic memory allocation can save all the lines drawn, and through the double-bufferi
analog_meter_demo
- 模拟仪表盘,指针式,窗口界面,人性化设计,View内显示-Analog instrument panel, pointer, windows interface, user-friendly design, View display
VCMFCPictureimages
- 功能需求 : 1、可以打开BMP、PCX、TGA、JPEG及GIF图像。 2、打开的图像,用户均能另存为任意一种格式,以实现图像格式的转换。 3、实现图片的放大、缩小,还原。 4、可以对图像进行90度、180度旋转。 5、可以直接调用Windows画图程序打开图片并进行编辑。 6、软件提供“上一张”、“下一张”功能。 7、可以进行全屏幕浏览,并提供“幻灯片播放”的功能,自动显示当前文件夹下的所有图像。 8、在查看图片时,可以选择从当前目录删除该图片,并将其放入系统
grafix-1[1].4.tar
- Grafix是一个C++软件包,它用于辅助程序员通过图形用户界面为X-windows来编写程序,主要一类库是直接实例化窗口对象 -Grafix is a C software package, it uses in to assist the programmer is X-windows compiles the procedure through the graphical user interface, the main kind of storehouse is the direct
8_2_VC_Win32
- 一个简单的Windows窗口下的回合制游戏的实现,主要运用贴图技术。(Win32 工程)-A simple game of fighting using mainly bitmap paste functions.(Win32 project)
mouse-with-windows
- 鼠标跟随窗口移动的mfc源代码,拉出一矩形框-Move the mouse to follow the mfc source code window, pulled out a rectangular box
thread-for-windows
- 多线程+POP窗口,共4个窗口,4个线程同时运行占用90 CPU-Multithreading+POP window of four windows, four threads running simultaneously occupy 90 CPU
windows
- 窗口镂空效果,一部分透明到桌面,一部分不透明,任意移动-Window hollow effect, in part transparent to the desktop
Windows下附件中的画图软件
- 本程序功能与Windows下附件中的画图软件功能相近。本程序是在VC6.0平台上用MFC所编,支持多文档和多视图结构,视图为滚动视图,允许分割窗口。绘制方面的功能主要包括绘制各种图元,包括直线、Bezier曲线、矩形、圆角矩形、椭圆(圆)、多边形,用笔或画刷自由绘图,橡皮擦擦除,颜料桶填充,取色和区域选取移动。绘图时可以选择各种画笔颜色和画刷颜色,各种线型和线宽,以及画封闭图元时是否填充,当然,还能设置背景色、清除图像及画布大小调整等,并且在绘图区单击右键会弹出快捷菜单。程序支持保存和读取位图格