搜索资源列表
mfc的文件显示 byhangke
- 1、 本程序在交作业时需提交数据库或表结构及其详细的说明书、源码程序。 2、 掌握位图的相关概念。 3、 学会使用使用资源编辑器编辑位图。 4、 编程方式可以使用API编程或MFC编程方式。 5、 建议程序只能处理24位真彩色位图。 6、 程序运行后,通过选择文件|打开菜单后选择一个BMP文件,如果不是BMP文件或不是真彩色文件,程序应该报告信息。如果用户选择的是真彩色的位图则将图形显示在窗口中,而且占满整个客户区。如果调整窗口则图形也跟着变化。始终占满整个客户区 -1,
MFC实现多边形画图填充
- MFC实现多边形画图和填充,对学习图形学有一定的好处哟!-MFC polygon drawing and filling, to learn graphics have certain advantages yo!
mfc简易画笔
- 一个简单的绘图程序,能够绘制矩形,直线,椭圆等一系列的图形。比较方便,还可以随意改变图形的颜色。-a simple drawing program, to draw a rectangle, straight, oval and a series of other graphics. More convenient, but also can arbitrarily change the color graphics.
ACM国产凌凌发(008)系列3D游戏(MFC)
- “国产凌凌發(008)” 3D 系列游戏 本软件基于微软VC 6.0(MFC)为开发工具,运用了3D STATE最新的图形 引擎3D STATE engine API Version 6.0和声效引擎FireMOD(FMOD) 3.32。 具有艺术级的画面质量和动感的声音效果,能够设计出功能强大、娱乐性较 高的3D游戏来。同时本软件为开源软件,可到作者主页自由下载源代码。-"homemade Lingling made (008),&q
基于MFC框架的OpenGL三维图形编程
- 一个新的基于MFC框架的OpenGL三维图形VC++编程-a new framework based on the MFC OpenGL 3D graphics programming VC
用MFC编写的画图工具
- 画图工具 用MFC编写的画图工具,可以画直线、矩形等基本图形。-drawing tools with MFC prepared by the drawing tool can draw straight lines, basic rectangular graphics.
VTK-MFC-SDI
- 在VC6.0环境下利用VTK5.0.3建立单文档读取VTK文件,显示三维图形-VC6.0 environment in the use of the establishment of a single document VTK5.0.3 VTK read documents, 3D graphics show
GRAPHICS
- 基本图形生成 ,画直线,画圆,画椭圆 VC+ MFC
计算机图形学的扫描线填充算法,MFC 实现
- 计算机图形学的扫描线填充算法,MFC 实现,,Computer Graphics of the scan line fill algorithm, MFC achieved
dll.rar
- 相关的DLL集合, 包括doclist.dll,mfcce300.dll,noteprj.dll,olece300.dll(前四个是支持HPC运行PPC软件的 DLL),gapinet.dll,gx.dll(这个比较重要,用来支持一些图形函数),cecore.dll,sdl.dll(这个类似于 DIRECTX),aygshell.dll(这个文件WINCE.NET4.2也有,不过版本不同,不建议替换),kctrl.dll(这个好象是用来 支持日文的),vbscr ipt.dll,这些都DLL比
MFC-Direct3D.rar
- 基于对话框的D3D程序,在pic控件上实现图形的现实及动画,D3D dialog-based procedures, to achieve control in the pic realistic graphics and animation
FormView.rar
- MFC中,在FromView上画图。并且图片可以旋转,并能设置转速,In MFC,Draw graphics in Formview
Graphics
- 作为图形图像课程的设计,内容有椭圆中点(Bresenham算法),圆中点(Bresenham算法),直线中点Bresenham算法,画椭圆,画多边形(5边),画折线(6个点)。运行在VC6.0下用MFC-As a graphic image curriculum design, content elliptical midpoint (Bresenham algorithm), round the mid-point (Bresenham algorithm), a straight line
OpenGL
- 此源码是vs2005。mfc单文档实现opengl的一些基本功能,包括:点,直线,虚线,三角形,sierpinski,实现鼠标拖动的和bresham算法,和中点园算法..也可以输入坐标点-It s based on Opengl,and it can draw points,lines,triangle,polygon.cricle,use some algorithm such as bresham amd mid_circle...you can also use mouse or set
mfc-shiyan2
- 鼠标画图 要求:1、左键按下去开始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。 2、右键单击后在该点会画一个大小随机的圆;中键按下后会在屏幕上输出一行“用鼠标画图的实验”字符,颜色和字体可以自定义。 3、所有数据的存储要定义在文档类中,而且之前所有的图形都可以回显。不要求对程序生成的图形进行文件保存 -Mouse drawing requirements: 1, left it to start by drawing a line, raised his
MFCgraphicsApplication
- 这是一个非常好的MFC绘图实例,我找了很久才找到,希望和大家一起分享!用VC++编写的.-This is a very good example of MFC graphics, I find for a long time to find, I hope to share with everyone! Using VC++ prepared.
mfc-and-opengl
- 该代码适用于vc++环境下,并在mfc对话框下用opengl仿真,这对于初学计算机图形的学者来说,是容易上手的!-The code for vc++ environment, and use opengl mfc dialog box under the simulation, which for a scholar beginning computer graphics, it is easy to use!
Graphics-MFC-(CPP-Graphics)
- 此ppt是关于MFC图形学编程的,是MFC图形处理的经典课件。很适合初学者掌握MFC的基础知识,熟料掌握visual c++环境下的MFC编程。课件详细易懂。是学习MFC的好帮手。-This ppt is about graphics programming MFC, MFC graphics processing is a classic courseware. It is suitable for beginners to master the basics of MFC, grasp vi
computer-graphics-MFC
- 基于MFC的计算机图形学大作业。实现基本图形的绘制及变换-MFC-based computer graphics large operation. Achieve the basic graphics rendering and transformation
MFC画图板
- MFC画图板,可以画一些基本图形,如直线,椭圆,扇形,矩形,弦形,三角形。 可以保存为BMP的文件(MFC drawing board, you can draw some basic graphics, such as line, ellipse, sector, rectangle, string, triangle. Files that can be saved as BMP)