资源列表
LedCtrlUse
- 实现浮点数的LED显示,模拟七段数码管显示数字及小数点,里面还包含数字键输入功能.-The realization of floating-point numbers of the LED display, analog Seven-Segment LED display figures and the decimal point, which also includes a numeric keypad input capabilities.
Bsurface
- 用c++语言写的B样条曲面的绘图程序,程序简单易懂-C++ B spline surface
CGDrawLine
- 基于mfc的图形绘制,功能是绘制任意封闭的多边形,使用了DDA算法-Mfc-based graphics rendering function is to draw any closed polygon, using the DDA algorithm
Visual_C++.NET_CAD
- 《Visual C++.NET开发交互式CAD系统》一书的随书光盘源代码
foo
- it contains many classic Test Problems for Unconstrained Opt-It contains many classic Test the Problems for Unconstrained Opt
Jest
- it contains many classic Test Problems for Unconstrained Opt-It contains many classic Test the Problems for Unconstrained Opt
Draw
- 通过建立基于单文档的Draw绘图应用程序,示例各绘图工具及绘图函数的使用方法-Draw graphics application based on a single document, for example the use of various drawing tools and drawing functions
DXF2GL
- dxf文件 to opengl文件 可直接转换 显示图形-dxf documents to opengl documents can be converted directly display graphics
AdvancedComputerGraphic
- 画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图-painting line, anti-aliasing line, Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, map
mydraw
- 绘图软件,能绘制矩形、椭圆等等,并且有颜色的选择,快捷键等等。-Mapping software, can draw rectangles, ellipses, etc., and the choice of colors, shortcuts and so on.
2
- 将中点Bresenham算法推广到绘制任意斜率的直线段。使用对话框输入直线的起点和终点坐标,试以屏幕中心为二维坐标系原点,绘制任意斜率的直线段。要求编制CLine类,成员函数为MoveTo()和LineTo()。对边界像素的处理原则是“起点闭区间、终点开区间”,即要求所绘直线达到VC++的MoveTo()和LineTo()函数的绘制效果。-Midpoint Bresenham algorithm will be extended to the slope of the straight line
VC上机测试
- mfc单文档画圆,用ondraw函数实现(MFC single document drawing circle)