资源列表
Draw
- 本软件是用c++语言开发的画图程序能进行简单的画图功能
ThreeBsplinecurve
- 用VC++写的三次B样条曲线算法,能够实现与控制多边形的外形更接近,局部修改能力 任意形状,包括尖点、直线的曲线,易于拼接,阶次低,与型值点数目无关,计算简便-Using VC++ to write the three B-spline curve algorithm, can be achieved with the control polygon is closer to the shape, the capacity of local modification of arbitrary
CG
- 1. 用某种方法实现圆的生成算法 2. 实现橡皮筋直线、圆、矩形。 3. 实现基本几何变换(平移、旋转、缩放)。 4. 实现Bezier曲线或B样条曲线。 5. 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来 -1. Using a method to achieve a circle generation algorithm 2. To achieve a rubber band straight, round, rectangular. 3. The
CAGD_B_Spline_3
- B样条曲线的MFC实现,包括准均匀、非均匀、分段bezier及相关的基函数。-B-spline curve MFC implementation, including quasi-uniform, non-uniform, piecewise bezier and associated basis functions.
RGBpaint
- 该程序基于MFC实现RGB彩色空间下物体的光滑着色-Smooth Shading MFC-based realization of the program under the RGB color space objects
Draw
- 基于Visual C++ 6.0开发系统,仿制Windows画图软件,实现如下功能: 1. 动态绘制文本、直线、矩形、圆(椭圆)、多边形等基本图形; 2. 可以改变图形的颜色、粗细、线型(实线、虚线、点划线等); 3. 可以实现图形的剪切、复制、粘贴、缩放(全部或指定区域)等基本编辑功能; 4. 基本的图形保存、打开、显示等功能;-Based on Visual C++ 6.0 development system, generic Windows drawing softwar
computerhdu123
- 绘图程序,包括基于bresenham的画线,园,椭圆;三次B样条曲线;以及分形图形-Drawing program, including those based on bresenham to draw a line, park, oval cubic B-spline curve and Fractal Graphics
graphicsdrawingsystem
- 一个Opengl图形绘制系统,用VC++编写,有类的继承-1 Opengl graphics rendering system, using VC++ written with class inheritance
DFIG_Model_0504
- 风电仿真模型的搭建用pscad搭建的,可以用于学习交流-using pscad to simulate wind farm,it can be used by people who is engineering on this aspect
Two-dimensional-graphic-design
- 本实现了二维平面设计,可以满足基本的画图程序,直线,曲线,点等等,以及实现保存功能。-The realization of two-dimensional design, can meet the basic drawing program, line, curve, points and so on, and achieve the preservation of function.
CurveAdjust
- 可以无误地实现曲线调整,曲线调整算法可以选择,对研究photoshop或光影魔术手的曲线调整功能有很大的帮助!-Curves can be adjusted to achieve correct the curve adjustment algorithm to choose from, the study of light and shadow magic photoshop or hand curve adjustment feature of great help!
DRAW3013
- 一个简单的绘图程序,实现类的继承。可以画直线、圆、矩形。并实现简单的图形保存。直线画法为DDA,圆的画法为中点画圆法,矩形在直线基础上画。程序比较适合初学者。-A simple drawing program to achieve class inheritance. Can draw a straight line, round, rectangular. And to achieve a simple, save the drawing. Straight-line painting for