资源列表
drawline
- 属于计算机图形学,可以画出不同宽度的虚线。(Belongs to computer graphics, can draw out different widths of the dotted line.)
test
- GMT的基础脚本,学习了这个脚本可以通晓GMT的基础知识(GMT's basic scr ipt, learning the scr ipt to know the basic knowledge of GMT)
鼠标坐标事件
- 采用C++ 和OpenCV库设计画图窗口,RBG颜色可使用滚动条调整颜色。可用于电脑画图保存。(C++ and OpenCV libraries are used to design drawing Windows, and RBG colors can be used to adjust colors with scrollbars. It can be used for computer drawing.)
ExtendedPaint
- C#基础图形编辑功能; 1、基础图形绘制、颜色填充; 2、图形属性设置; 3、抗锯齿属性功能设置等等。(C# basic graphics editing function; 1, basic graphics, color filling; 2. The setting of graphic attributes; 3, anti - aliasing property setting and so on.)
数据结构
- 多叉路*通灯安排问题,利用图论的知识解决交通灯的问题(Location of traffic lights at multi fork junctions)
PolygoneSegments
- The polygon fits very well to the notion of cycle, and use like a closed chain lis of segments.
2dgaussian1
- 2 dimensional Gaussian
ImageLib
- Jason Dorie Image library(bmp/tga)
nvImageLibrary
- Nvidia Image Library(GIF, TGA, PPM, JPEG, TIFF, PNG)
立方体
- 利用VC实现立方体的绘制,以及添加颜色等等(Using VC to draw the cube)
DDA、中点及Bresenham算法生成直线
- 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)
paint - 副本
- 基于C++实现简单的绘图 包括直线 矩形 椭圆 连续直线(Simple drawing based on C++)