资源列表
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.)
《计算机辅助几何设计与非均匀有理B样条》
- 《计算机辅助几何设计与非均匀有理B样条》(Computer aided geometric design and nonuniform rational B spline)
数据结构
- 多叉路*通灯安排问题,利用图论的知识解决交通灯的问题(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
DWT水印嵌入和程序
- MATLAB的程序,用DWT小波变换的方法来嵌入和水印信息,有注释说明,文件夹里有载体图像和水印图像
ImageLib
- Jason Dorie Image library(bmp/tga)
nvImageLibrary
- Nvidia Image Library(GIF, TGA, PPM, JPEG, TIFF, PNG)
立方体
- 利用VC实现立方体的绘制,以及添加颜色等等(Using VC to draw the cube)
机械手正解仿真
- 完成六自由度机械手运动学仿真,经过验证符合机械手实际轨迹运动,附上程序(Six-degree-of-freedom robot kinematics simulation After verifying that the manipulator's actual trajectory is in motion attach the program)
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++)