搜索资源列表
ASimpleClock
- 一个简单的小闹钟程序,用vc实现,主要体现面向对象的思想。-a small alarm clock simple procedure using vc realized, mainly object-oriented thinking.
离散等高线数据三角形网格分形
- 这是我自己参考大量的科研论文自己编制的离散高程数据(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
ltilib
- LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve mathematical problems, many image processing algorithms, some classification tools and much more... -LT
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
VC++object
- 实现面向对象的编程,如读取数字高程图,图像位数之间的转换。-realize object-oriented programming, such as digital elevation map reading, image conversion between the median.
Object-oriented
- 面向对象编程-Object-oriented programming
MovingObjectDetection
- 运 动 对 象检测在面向对象的视频编码、基于内容的检索、安全监控等领域 都有重要用途,特别是在安全监控应用中,运动对象检测是基于视频的安全监 控异常报警任务的关键算法。由于实际监控背景一般比较复杂,例如背景中的 树枝叶晃动、场景照明亮度的变化等都会对运动对象检测造成影响,因此复杂 场景下的运动对象检测不是一项简单的任务。另外,当摄像机运动时,由于图 像背景是不断变化的,进一步增加了运动对象检测的复杂性。-Detection of moving objects in objec
Object-oriented_Programming_With_ANSI_C
- Object oriented with ansi C
Object-based-image-analysis
- 面向对象的遥感图像变化监测算法-英文参考文献,对专业人士一定有帮助-Object-oriented remote sensing image change detection algorithm- English references, will certainly be helpful for professionals
Object-oriented
- 在主程序中动态创建一个三角形对象和一个长方形对象,并赋于父类接口,然后通过多态的方法得到动态产生对象的周长和面积,并显示这个对象的基本信息。-In the main program to dynamically create a triangular object and a rectangular object, and assigns the interface of the parent class, and then the perimeter and area of the dynam
Wachowicz-M(1999)Object-Oriented.Design.for.Tempo
- Wachowicz,M(1999)Object Oriented.Design.for.Temporal.GIS