搜索资源列表
drawgraph.zip
- 一个用于图形学算法演示和面向对象概念深入理解的开源软件. 具体说明可看
CAD_Book_CD
- 王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development techn
ASimpleClock
- 一个简单的小闹钟程序,用vc实现,主要体现面向对象的思想。-a small alarm clock simple procedure using vc realized, mainly object-oriented thinking.
kiji
- 面向对象的实时信号计测系统开发.VC源码-realtime signal instrumentation system based on oo. vc code.
离散等高线数据三角形网格分形
- 这是我自己参考大量的科研论文自己编制的离散高程数据(x,y,h)的三角形网格化源代码能够根据指定离散数据文件自动绘制出三角形网格,并且源代码已经实现了等值点的追踪,大家少加修改,加入拟和算法就可以绘制出等值线,源代码完全采用面向对象的方法编制,对于delphi新手学习面向对象的方法也有很大帮助。编译环境为delphi7操作系统为win2003。大家如果对源代码有何建议请联系我 QQ:58092190,email:seekmzy@gmail.com-This is my reference to
fen
- 程序简介: 本程序是用Java实现的分形程序,实现了绘制M集分形的功能,并且可以方便的管理分形的颜色,可以将绘制得到的分形保存为图片文件,更可以对选中的一片分形区域进行反复的放大绘制。 程序采用Java语言书写,在编写过程中十分注重程序的架构,采用了完全的面向对象的程序设计方法。程序代码整洁清晰,在适当的地方做了注释,以方便大家的阅读和研究。-guide : This procedure is used Java Fractal procedures to achieve the map
shapedraw
- VC++对各种图形封装,用面向对象的方法实现简单的绘图功能。-VC on various graphics packages, the use of object-oriented methods to achieve simple graphics features.
jisuanji1tuxingxue1
- 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
RubberBand
- 2D的简单绘图程序,实现基本的点线绘制,具有面向对象思想,vc实现-simple 2D mapping procedures, the basic point line drawing with object-oriented thinking to achieve vc
ogre-win32-v1-2-4
- ogre-win32-v1-2-4.zip ogre的1.2.4版。ogre是非常好的open source。采用opengl和d3d技术开发,面向对象的概念很深入。可是好像在国内ogre流行的很少,于是上传-ogre-win32 - v1-2-4.zip ogre of the 1.2.4 version. Ogre is a very good open source. D3d using opengl and technology development, object-oriente
ResearchBezier
- 在VC中研究和设计双三次B样条曲面,利用VC面向对象具有可视化的特点,选择适当的空间控制点来调整三次B样条曲面的形状-in VC research and the design of bicubic B-spline surface, the use of object-oriented VC with the visual characteristics, selection of appropriate space control point adjustment cubic B-splin
MyDraw_new
- 功能:用面向对象的思想来实现了对直线 矩形 椭圆三种图元的绘制 选定 移动 并添加了编辑设置图元多种属性功能 是深入学习GDI编程很好的例子-functions : Object-oriented thinking to achieve a pair of three straight rectangular oval map of the selected mobile mapping and add a map editor Set Attribute function of a varie
EastDraw_new
- 功能:采用面向对象的思想实现一个完整的图形绘制软件 功能齐全... 是全面掌握GDI编程不可多得的例子-functions : object-oriented thinking to achieve a complete graphics rendering software is complete ... fully grasp the GDI is not programming get an extra example
glut
- 在Nehe的主页上一共提供了4种不同风格的OpenGL程序框架,分别为glut,Win32,面向对象的Win32,在加上Nehe教程中使用的那一种。 相信没有几个读者会耐着性子,把Nehe的第一个教程看完并编译成功,因为那里面有着数不清的数据结构和函数,我也是费了整整12个小时才把它翻译和排版好。 好了,不浪费读者的时间了。在这四个框架中以面向对象的Win32框架写的最后,并且功能最全,我们就简单得介绍一下它的使用,你可以用它学习OpenGL的函数,当你对OpenGL的结构有
OOWin32
- NeHe SDK是把Nehe的教程中所介绍的所有功能,以面向对象的形式,提供给编程人员快速开发的一套编程接口。在下面的教程中,我将按NeHe SDK源码的功能分类,一步一步把这套api介绍给大家。如果你觉得有更好的学习方法,或者有其他有益的建议,请联系我。zhouwei02@mails.tsinghua.edu.cn,zhouwei506@mails.gucas.ac.cn 我在第四课的基础上,把公共的功能提取出来,并删除了特定的绘制函数,就完成了这个空白的程序框架,它可以使用基本的O
gkp
- 这是用c#实现的david low的sift(尺度不变特征点变换算法)特征检测,面向对象的实现代码写的十分的好,是图形图象学习的好资料 -This is the realization of c # david low sift the (scale-invariant feature points transform algorithm) Feature detection, object-oriented code written in achieving very good, is s
CCfits-1.6
- CCfits是cfitsio数据库的面向对象的开发平台。cfitsio是应用广泛的FITS(Flexible Image Trandport System)开发数据库。-CCfits cfitsio database is the object-oriented development platform. Cfitsio is widely used in the FITS (Flexible Image Trandport System) development of the database
MyVC
- 基本的绘图程序,有直线,圆等基本图形, 精髓在于类的层次设计,是很好的面向对象初学实例-basic mapping procedures, straight lines, circles and other basic graphics category essence is the level design, is a good example of the object-oriented learning
littleCAD
- 轻量级的CAD程序,很多思想是值得我们学习的。使用了接口技术,全面面向对象,有志涉足这个领域的朋友可以-lightweight CAD programs, many ideas are worthy of our study. The use of interface technology, comprehensive object-oriented, interested involvement in this area you can s
01
- 了解可视化编程基本概念、面向对象程序设计与传统程序设计的异同,理解可视化编程中类、对象、属性与方法等基本概念。掌握VB的开发环境以及其使用方法,初步学会使用VB进行程序设计的步骤。理解工程的含义及对工程的管理方法,掌握在VB的使用中获得帮助的方法。-Learn the basic concepts of visual programming, object-oriented programming with traditional programming the similarities an