资源列表
ComputerGraphic
- 计算机图形学教程和算法,基于VC,既讲理论和算法,又讲实际操作,是入门级和深入学习的好文档-Tutorials and computer graphics algorithms, based on the VC, both about the theory and algorithms, but also about the actual operation, is the entry level and in-depth study of good documentation
10.1.1.136.1830
- communication pepara
Zhaojuan
- 计算机图形基本图形算法:DDA,Breasenham画线法,中点画圆,中点画椭圆,递归种子填充,简单种子填充-Computer graphics, basic graphics algorithms
Computer-Graphics
- 对于刚刚接触计算机图形学,有一定VC++编程基础的朋友来说,这是个不错的辅助编程范例。-For new to computer graphics, there are some VC++ programming-based friends, this is a good example of the auxiliary program.
cbj
- 查图中各种直径的圆个数,可以快速查出图上有几种直径,并统计出各种直径的数量-(DEFUN C:cbj () (PRINC "查直径及个数") (setq ss (ssget ((0 . "CIRCLE")))) (setq i 0 n 0 zj-j nil) (repeat (sslength ss) (setq el (entget (ssname ss i))) (setq zj (read (rtos (cdr (assoc 40
Circle
- 计算机图形学中简单的画圆程序。输入一个半径,即出现相应半径的圆!-Draw a circle in a simple computer graphics program. Enter a radius that is a corresponding radius of the circle!
huatu
- 本文档中包括了matlab中常用的画图程序,包含了多种二维和三维的画图函数,是对matlab画图的一个总结-failed to translate
LineCircle
- 计算机图形学中画直线和圆的程序。分别用三种算法实现各种斜率的画直线!-Computer graphics, drawing lines and circles in the program. Three algorithms were used to draw a straight line to achieve a variety of slope!
DChart
- 绘多条曲线图,还有不同颜色,就是不能获取XY坐标-Painted a number of curves, there are different colors, that they can not obtain the XY coordinates
huitu
- Excel与CAD相结合,运用VBA语言编程,提出了一种自动绘制工程施工平面图的方法,给出了程序的思路图和主程序。改方法充分考虑了与用户进行交互的问题,大大减小了受Excel固定表格约束的影响,使程序更具有人性化特点。-The combination of Excel and CAD, the use of VBA programming language, proposed an automatic method of drawing the construction plans, the p
TimedrawLine
- 定时器相关的软件,含有界面绘图的实现,实现了定时的相关功能。-Timer-related software, with the realization of graphics interface to achieve a time-related functions.
draw
- 一个简单的基于VC++的画图程序,主要是画线,画圆,画椭圆等并可以自由设置其线宽与线形,画出来的图形能同时出现起点和终点坐标-A simple drawing based on VC++ program, mainly drawing a line, circle, ellipse, etc. and are free to set its width and alignment, drawn graphics can simultaneously start and end coordinat