资源列表
3D-geometric-transformation
- 三维的几何变换, 三维的几何变换-Three-dimensional geometric transformations, three-dimensional geometric transformations, three-dimensional geometric transformation
colorplot
- 将一张表格的数据或者一个矩阵,其每个元素的大小映射到一种颜色,从而通过颜色大小直观看出数据分布-A data table or a matrix, the size of each element is mapped to a color, thereby visually see the data of the color or size distribution
graphic_experiment
- 简单绘线程序,画点程序,程序已运行通过,在VC下编写的,界面有点简单-Simple line drawing program, draw point program, the program has been run by the VC prepared, and the interface is a bit simple.
BresenhamCircle
- 绘制bezier曲线,从而实现自己想要绘制的bezier曲线-Draw a bezier curve, in order to achieve what you want to draw the bezier curve
tianchong
- 利用填充算法,借助栈的结构,完成对图形的填色过程。先画出封闭图形,然后使用填充对其涂色。-Filling algorithm, with the structure of the stack, complete the coloring process graphics. First to draw closed graph, and then use fill its coloring.
VBcodeFor2Dcurve
- Visual basic 开发曲线绘图的程序,可以集成到您的程序中,作为一个小小的类来应用。-Visual basic development curve drawing program, can be integrated into your application to application, as a small class.
GdiPlus-Draw
- 在MFC下使用GDI+绘制矢量图并串行化保存-use of GDI+ drawing graphics and serialization
a
- 通过使用Matlab进行画图,正弦和余弦-Matlab draw designs
bresenham算法
- bresenham算法,用于计算机图形学,这是一种很好的画直线工具。-bresenham algorithms for computer graphics, which is a good tool for drawing straight lines.
Test
- 随机点绘制已知波形绘制,控制齐全,学习c#绘图必备-Random points drawn a known waveform drawing complete control
colorbar
- 为所画图像添加color bar ,在处理遥感影像时可以直接调用-The purpose of this routine is to add a color bar to the current graphics window.
CgCWLLineDemo
- 使用DDA算法,Bresenham算法实现直线段的绘制,同时实现圆的绘制;重点:实现任意角度圆弧的绘制。-DDA algorithm, Bresenham algorithm to draw line segments, while achieving the circle focus: achieving arc drawn any angle.