搜索资源列表
BmpTest
- 简单画图板程序 实现windows画图板的部分简单功能 基本功能: (1)绘制直线、曲线; (2)绘制各种形状,比如矩形、椭圆形 (3)绘制各种实心形状,比如实心矩形、实心椭圆等 (4)添加文字 (5)设置不同的绘制颜色 (6)显示磁盘上已有的图片文件 (7)具备“橡皮擦”的功能,进行擦除 (8)填充功能 (9)画刷功能 (10)设置图形边框线宽 (11)不同功能实现鼠标的形状的变化 (12)工具栏图标选中与否的变化 (13)添加
Shape
- 单文档应用程序,可以拖动鼠标画多个圆和矩形,并能把坐标存储起来。-Single-document application, you can drag the mouse to draw multiple circles and rectangles, and can coordinate stored.
Shape
- 写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。 -Write a drawing applet MiniDraw, required drawing
MFC_drawshape
- 本文利用MFC类库,利用设计模式的思想实现了画图工具。可以画直线、圆、椭圆、矩形、填充等-this system can draw shape by Design Patterns methods.
Draw
- 模仿xp自带的画板编写的一个画板小程序,该程序的能选择矩形,园,直线等形状进行画图-Xp comes with the preparation of imitation of a drawing board drawing board a small program, the program can select the rectangle, Park, drawing a straight line shape, etc.
GDI__Tangram
- 七巧板程序画出七个拼块的形状并且用不同颜色表示出来-Tangram program to draw the shape of the seven pieces and come in different colors
fig-ellipse
- 压缩文件里面共包括四个matlab代码,用于画出椭圆形状。只要给出雷达的发射站、接收站、目标位置、雷达探测目标分辨率就可以画出相应的目标椭圆位置图-Zip file which includes a total of four matlab code used to draw an oval shape. Given the radar transmitting station and receiving station, the target location, target resoluti
hello
- 应用turbo c 的编程环境下在graphics函数库的帮助下进行编程设计出人造卫星运动动画。即在繁星闪烁的夜色背景上,绘出一个有轨道环绕蔚蓝色地球的造型,然后又一颗卫星由左至右不断地从屏幕上掠过,屏幕下方同时显现出“HELLO”的放大字样-The programming environment of the application of turbo c programming graphics library help design satellite motion animation. S
Bezier
- 画Bezier曲线,四个点可以用鼠标点击拖动,曲线随点的移动而改变形状-Draw Bezier curves, four points can be dragged with a mouse click, the movement of the curve with the point change shape
Hermite
- 画Hermite曲线,可以使用鼠标拖动直线,以改变曲线形状的简单绘图程序-Draw Hermite curves, you can use the mouse to drag a straight line, to change the shape of the curve is a simple drawing program
W14N1
- 1.W14N1.m是一个函数文件,以下是它已有功能的描述:它最多有3个输入量。该函数具有以下功能:(A)如果输入量个数为0,则用蓝色虚线画出半径为3的圆。(B)如果输入了边的个数N,则用蓝色虚线画出N边形,其外接圆的半径为3。(C)如果输入了边的个数N、外接圆半径R,则用蓝色虚线画出外接圆半径为R的正N边形。(D)如果输入了边的个数N、外接圆半径R、线型str,则用给定的线型str画出内切圆半径为R的红色正N边形。 请在原文件中添加代码以完成以下要求:1)当输出量为1个时,这个输出是正多边形
DrawPolygon
- mfc视图类,画多边形,能够拖动位置,也可拖动边缘点来调整大小,形状。-MFC view class, this program is for multishaping, you can drag the position and the shape of the picture that you draw.
draw
- 基于MFC的绘图软件。用Microsoft Visual Studio 2008打开,可实现形状选择,颜色选择,画笔粗细设置,橡皮擦等功能。-Graphics software based on MFC. Microsoft Visual Studio 2008 to open, the choice of shape, color selection, set the brush size, eraser, and other functions.
CAC
- MFC程序,设置注记(大小、颜色)、点符号(形状、尺寸、颜色)、线符号(线形、线宽、颜色)、面符号(填充的线型、颜色等)并绘制-MFC program, set the annotation (size, color), point symbol (shape, size, color), line symbols (alignment, width, color), face symbol (fill line, color, etc.) and draw
avea
- 本实例通过纹理映射,绘制一个方格形状纹理图案 不错的 很好-This example through texture mapping, draw a square shape texture design good very good
ShpFileVisual
- shape file read and draw without ussing the esri dlls.
DrawShape
- This is a small program that provides the movement of the object at the click of a button.
DXFRead-master
- 读取dxf文件,并利用opencv画出2D形状(Read the DXF file, and draw a 2D shape using OpenCV)