搜索资源列表
C++程序设计语言实验四
- 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”; b) 析构函数也输出id值并且输出“it is bein
opengl
- A simple program that shows how to draw a spinning cube using an optimized OpenGL stack.code. Everything is customizable, including color, shape, camera, etc... A good start point for complex OpenGL coding.
paint
- 一个采用visual C++6.0的画图板程序,编译后可直接运行,能够画图,改变颜色,改变画的形状,可以保存所画内容或打开所画内容-a paint program in c++,you can use it to draw different shape,different color,save and open what you have saved
Draw
- 这是一个画图程序,能画漂亮的扇形!还可以在程序中设置不同德颜色及线条形状。-This is a drawing program, able to paint a beautiful fan! Germany color and line shape can also be set in the program.
DrawFlag9-25-4
- 建立一个基于对话框的工程,内存作图画出三角形区域作为小岛,可设置国旗形状与颜色,在小岛上插旗,插旗完成,可按顺序查看插旗时间、位置、颜色、形状等信息-Establish a dialog-based engineering, memory mapping to draw the triangle area as small island, you can set the flag shape and color flags on the island, flags sequence View f
drawcli
- 简易矢量图绘制,和一些基本的操作-it is a applicant that it can help you to draw some easy shape
L_system
- 利用Matlab软件工具,对简单的植被形态进行模拟,模拟结果生动逼真。首先,迭代产生一系列字符串;其次,根据将L系统与图形联系起来,采用龟形的概念赋予每个字符特定的图形含义;最后,读取字符并画图,根据读取到的字符通过Matlab实现相应的操作。-According to L system and iterated algorithm, shape of trees were simulated with matlab functions and programs and the fractal
ShpFileViewer_MFC
- 读取shape文件的程序,有图形界面,可根据.shp文件绘出地图-The program reads the shape file, a graphical interface, you can draw a map based on .shp file
abc
- 该程序可用于画出矩形薄板的三维振型图包括:一阶、二阶和三阶振型图。-The program can be used to draw three-dimensional vibration patterns of rectangular thin plate includes: one order, two order and three order vibration shape diagram.
Lab5-3
- 创建一个绘图应用程序,随机地绘制线条、矩形和椭圆。 创建一组“灵活的”形状类。如果为这些类提供一个Graphics对象,将绘制位置告诉他们,他们就知道如何绘制自身。这些类的名字应为MyLine,MyRect和MyOval(提示:可有共同的父类MyShape)。使用随机数来挑选形状类型和形状的位置。 随机地创建20个MyLine,MyOval和MyRect类的对象,然后调用该图形的draw方法把它显示出来。-Create a drawing application, randomly d
sjhdiu
- 易语言绘制形状图片源码例程程序结合易语言GDIPlus类模块,调用API函数绘制各种形状图片。 点评:易语言绘制形状图片源码是易语言GDIPlus类的应用实例。-Easy to draw the shape image source language routine program combined with easy language GDIPlus class module, call the API function to draw various shapes picture
draw
- 菜单画图(铅笔工具+文字颜色+形状)基于mfc vs2010-Menu Drawing (pencil tool+ text color+ shape) based on mfc vs2010
DrawCurve
- MFC绘制三次B样条曲线和贝塞尔曲线,并且可以移动控制点,变换曲线形状。-Using MFC to draw the curve of cubic B spline and bezier, and can move the control points, transform curve shape.
thumb
- CAD的一个图库插件,将常用的电路图形制作成vba程序,点击相应图标立即在CAD中自动画出图形,方便绘制电气图。-CAD a gallery plugin, commonly used in the circuit construction and shape into vba program, click on the corresponding icon immediately automatically draw in CAD graphics, convenient drawing el
Polar_Function
- 为GUI等图形库添加一个新的形状Polar_function,用来绘制极坐标函数曲线。-Add a new shape Polar_function for the GUI and other graphics libraries to draw polar coordinate function curves.
xin
- 在控制台窗口下简单地画出一个心形图案,以*为点(In the console window, simply draw a heart shape, with * as the point)
国界线
- 全国的国界线的shape文件. 在arcgis 中可以画中国边界的图(Chinese shape file. use this file can draw pictures with Chinese outline in arcgis)
text
- 基于Qt做一个简单的画图板,实现绘制文字和图画,可以改变线形和基本图形。(Based on Qt, a simple drawing board can be made to draw words and pictures, which can change the line shape and the basic figure.)
Demo2
- 用c语言编写程序,在窗口中绘制心形图案,程序简洁,通俗易懂,适合c语言初学者(Draw heart shape with c language)