搜索资源列表
circle
- 园的扫描转换算法-Park scan conversion algorithm
WireTorus
- 这个是3D的园环和球体的代码,球体围绕园环的一点旋转,园环又围绕Y轴旋转-This is the 3D Ball Park Central and the code around the ball park in Central 1:00 rotation, Central Park is revolving around the Y axis
SimpleDrawPicture
- VC写的一个绘图程序.程序框架简单易用,目前只实现了TEXT,矩形,园形.在此基础上稍微扩展就可以实现复杂图形的动态绘制.-VC write a drawing program. Procedural framework easy to use, and only realized the TEXT, rectangular, Park shape. Based on this slight expansion can be achieved dynamic complex graphics r
chapter502
- 这是一个画图程序,可以画园之类的简单图形-This is a drawing program, such as painting Park simple graphics
program48
- vc实现画园功能-vc achieve functional painting Park
openGL
- C++ OPENGL 实现画板功能,可以画线,矩形,园,实现平移染色功能。-C++ OPENGL achieve Sketchpad features, you can draw lines, rectangles, Park, dyed to achieve translation.
tuxing
- 基本的图形的画法,有直线,园,多边形,图像填充等-Basic graphics drawing method, a straight line, park, polygon, image-filled, etc.
Graphics
- 计算机图形学的各种实验,里面包含主要内容包括线段、园、区域填充、线型线宽、字符、裁剪、等基本图形生成算法;样条、Bezier、等常用曲线的生成算法;Coons曲面、Bezier曲面、B样条曲面等常用曲面的生成算法。含实验报告-Computer graphics, various experiments, which contains the main contents include the line, park, area filling, line width, character, cut
line
- 计算机图形学 line 数值微分画直线 和园 -Computer graphics line drawing a straight line and the numerical differentiation Park
diguayuan
- 计算机图形学中的一个基本实验内容,运用递归思想,画出来的递归园。-Computer Graphics in the contents of a basic experiment, the use of recursive thought, drawing out the recursive Park.
Shiyan5
- 图形学,三种算法画直线,园,区域填充,图形转换,Bezier曲线和B曲线算法-Graphics, drawing a straight line of three algorithms, park, area filling, graphics converter, Bezier curves and B curve algorithm
zxVBQQ2009
- 最新版完整模拟QQ截屏的VB源代码,支持截图编辑(可以再截图中画矩形、椎园、文本、箭头);带撤销,重做功能,可以说一点都不比QQ截屏逊色!-The latest version integrity imitates a QQ piece the VB source for hold a code and support cuts diagram editor (can cut again in the diagram draw rectangle, Zhui park, text origina
pic
- 作业名称: 简易的图形编辑器 实现功能:A: 有一些图元(例如:点,线,矩形,园...) B: 可以在任意位置任意方向作图 C: 填充方式至少有四种(实的,网格,竖线,横线等) D:可以扩充图元课填充的方法 -Operating Name: simple graphics editor to achieve function: A: there are some graphic elements (such as: point, line, rectangle, P
hough
- 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R × R, the parameter space to a,
CircleDraw
- 这是计算机图形学中的园的生成的源代码,用中点和bresenham两种算法生成的-This is the computer graphics in the park generated source code, with the midpoint and the two kinds of algorithms generated bresenham
Graphic
- 简单的画直线和矩形,园,多边形,弧线等功能。同时还可以设置各种画笔的颜色,大小。-A simple drawing lines and rectangles, Park, polygons, arcs and other functions. It also can set a variety of pen colors, size.
a
- 厦门大学海韵园区教学楼的简单三维模型,opengl-Teaching Building, Xiamen University, Rhine Park, a simple three-dimensional model, opengl
tingchechang
- 某商场有一个100个车位的停车场,当车位未满时,等待的车辆可以进入并计时;当车位已满时,必须有车辆离开,等待的车辆才能进入;当车辆离开时计算停留的的时间,并且按照每小时1元收费。 汽车的输入信息格式可以是(进入/离开,车牌号,进入/离开时间),要求可以随时显示停车场内的车辆信息以及收费历史记录。 -A mall with a 100 parking spaces in the parking lot, when the spaces below, the waiting time of
bianhuan
- 利用霍夫变换检测直线,园,椭圆,曲线,简单有效,用用方便-Using Hough transform to detect straight lines, park, oval, curve, simple, effective, easy to use with
Park
- 1 问题描述 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚,依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短来交费。如果停留在便道上的车未进入停车场就要离去,