资源列表
libgd-2.1.0
- 可以利用libgd库生成gif或png,外国网站不好下载-Libgd library can be used to generate gif or png, foreign website not download
computer-graphics-curriculum-design
- 本程序是计算机图形学课程设计的程序,包含用各种算法绘制直线、圆、曲线,填充,剪裁等,有助于计算机图形学的学习与实践。-This procedure is a computer graphics curriculum design process, including the use of various algorithms to draw lines, circles, curves, filling, cutting, etc., help to learn and practice of
Cline
- 逐点比较法画直线,运用递推公式可以增加效率-By-point comparison method draw a straight line, can increase the efficiency of the use of recursive formula
Upingxiang
- 桨叶嵌入式液弹吸振器,是一种新型的桨叶减摆器,该函数功能是求桨叶在一阶激励频率下的幅频响应,-Liquid bomb embedded blade vibration absorber, is a new blade damper, the function function is seeking an order in the blade under the excitation frequency amplitude-frequency response,
Wavelet_OMP
- 压缩感知重构算法,非常简洁,易懂,可用于各种随机信号的重构算法,是初学者很好的学习资料-Compressed sensing reconstruction algorithm is very simple, easy to understand, can be used for a variety of random signal reconstruction algorithm is good for beginners learning materials
CSpline
- 利用Cardinal绘制样条曲线。传入控制点坐标生成插值点坐标-Cardinal Line
Desktosp
- i am gonna be a super cat
Desktop
- amazing factorial program fantastic
FunWithGravity_src
- Fun with Gravity just a simple program to demonstrate the gravity
2
- 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标,试以屏幕中心为二维坐标系原点,绘制任意斜率的直线段。要求编制CLine类,成员函数为MoveTo()和LineTo()。对边界像素的处理原则是“起点闭区间、终点开区间”,即要求所绘直线达到VC++的MoveTo()和LineTo()函数的绘制效果。-Midpoint Bresenham algorithm will be extended to the slope of the straight line
test1
- 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标,以屏幕中心为二维坐标系原点,绘制任意斜率的直线段。编制CLine类,成员函数为MoveTo()和LineTo()。对边界像素的处理原则是“起点闭区间、终点开区间”,即要求所绘直线达到VC++的MoveTo()和LineTo()函数的绘制效果。-Midpoint Bresenham algorithm will be extended to the slope of the straight line se
bresenham
- 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标。-Midpoint Bresenham algorithm will be extended to the slope of the straight line segments drawn arbitrarily using dialog to enter the line start and end coordinates.