搜索资源列表
精通VC++数字图像编程
- 该源码为书《精通VC++数字图像编程》附盘 包括画图,图像变换,颜色处理,图像处理等功能。易操作的界面,也可作为处理图像的工具-source for the book "Digital Image VC proficient programming" - including the attached drawing, image transformation, color processing, image processing functions. Easy-to-us
MazeSearching
- 用VC写的界面编程,可实现用图形纹理的设计。-VC write programming interface can be used to achieve the design graphics textures.
CAIKit_new
- 功能:一个功能简单的电子白板软件,是VC界面编程和GDI编程学习极好的例子-function : a simple function Whiteboard software, VC is the GDI interface programming and learning programming excellent example
两球在sin曲线上
- 两球在sin曲线上,可用来学习VC编程,学习系统函数的调用和界面的生成.-twice in sin curves can be used to learn the VC program, learning system function call interface and the formation.
GDI_plus
- VC GDI 编程,美化程序界面、开发GDI程序!-VC GDI programming
CODE_UPLOAD80187222000
- VC++编程,显示位图在状态栏,可以使界面更加美观漂亮-VC++ Programming to show a bitmap in the status bar, you can make the interface more beautiful
vc6.0plot
- 本程序用vc++6.0编写,可以根据文档界面上要画的曲线形状及其颜色来用鼠标绘图,因此是一个进行vc曲线绘图编程的很好的参考程序.-This procedure used vc++ 6.0 prepared according to the document interface to draw the shape of the curve and its color graphics with the mouse, it is a vc curve for programming graphic
MADNfaceAndvctree
- 实现了MSDN界面和VC界面中树形列表的经典界面,能够直接套用于新的应用程序,可帮助VC编程人员快速搭建界面。-MSDN realized VC interface and interface list of the classic tree interface to directly apply to new applications, can help to quickly set up VC programming interface.
WordPad
- VC++写的仿Windows系统的写字板程序,外国人写的,英文界面,主要是演示滑动按钮的应用,类似Word中的边界拖动一样,VC++的编程朋友可以参考一下。-VC++ to write the fake WordPad Windows system procedures, written by foreigners, English interface, the main button is a slide presentation application, similar to Word of
saolei
- 这是用VC++做的一个扫雷游戏,界面很类似于Windows 2000或Windows XP自带的那款游戏,希望对初学游戏编程的朋友,或者做课程设计的朋友有所帮助。-This is VC++ to do with a mine-clearing game, the interface is very similar to Windows 2000 or Windows XP built-in that game, I hope the game on novice programming frie
rect.v60
- 一个绘制圆矩形窗体的vc++程序,简单实用,对界面编程有一定的帮助。-Draw a rectangle form a circle of vc++ program, simple and practical, the programming interface will certainly help.
Visual_CPP_MFC
- Visual_C++_MFC图形编程基础,主要介绍了用VC编写图形化界面的方法,很基础,适合初学者!-Visual_C++_MFC graphical programming based on VC prepared by the method of the graphical user interface, very basic, suitable for beginners!
VC-to-achieve-self-drawn-list-box
- Visual C++语言提供了Windows环境丰富多采的界面控制元素,列表框就是其中最重要之一,在许许多多的软件系统中,列表框的运用既使界面生动美观,又大大的简化了用户的操作。然而,美中不足的是 Visual C++语言仅提供基于文本的列表框操作,在实际编程中,很多情况我们需要进行自绘列表框的设计,以达到特殊的操作效果,如MSPublisher软件的新版本中,采用了图象列表的方式供用户选择要打开的图象,用户可以先在列表框中简单的浏览一下图象的大致内容,再决定是否打开图象文件。-Visual C
kingsoft_MFC
- 这是关于VC界面的编程,美化MFC的界面。此程序界面类似于金山毒霸,加入按键声音-This is a VC interface programming, landscaping MFC interface. The program interface is similar to Kingsoft Internet Security, adding the key sound
三维速度场图像vc源码
- 在工程绘图中,经常需要实现三维速度场的绘制,本案例采用VC和OpenGL实现对话框界面内3D速度场分布,对三维图像开发编程具有十分重要参考作用。