搜索资源列表
DrawJinganshi
- 设计实现直线的DDA算法或BRESENHAM算法,并在此基础上进行下面的实验: 绘制金刚石图案 -Design linear algorithms or DDA BRESENHAM algorithm, and on this basis for the following experiments : Drawing diamond logo
Diamond(jst)
- 计算机图形学的实验,关于绘制金刚石图案,魔术三角形图案 ,二维图形的变换 ,曲线的绘制 ,编码裁剪算法的程序
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
金刚石图案算法
- 金刚石图案算法,vc++ ,MFC框架下编写
123
- 一个复杂的使用C++实现金刚石算法。易懂,调试全部通过 -The use of a complex C++, diamond algorithm. Easy to understand, debug all pass
Diamondalgorithm
- 金刚石算法。本程序使用C++实现了金刚石图案。-Diamond algorithm. This procedure using the C++ implementation of the diamond pattern.
Diamond
- 金刚石算法,图形学中的一个常用的算法,而且有代码可以直接运行,绘制你想要的砖石-Diamond algorithm, a commonly used graphics algorithms, and code can be run directly, the brick you want to draw! !
dimon
- 基于Mfc的2D图像算法程序,绘制金刚石花纹图像,交互界面。-Mfc the 2D image-based algorithm procedures, rendering images of diamond patterns, interactive interface.
DiamondView
- 基于C++ 算法实现的金刚石算法,开发环境VS2005-C++ algorithm based on diamond algorithm development environment VS2005
aliasing
- 图形学的一些常见算法的实现之一:金刚石算法-the implementation of some common algorithms for graphics
algorithm-for-example-diamond
- 计算机图形学金刚石算法示例,提供等分点个数和圆的半径,即可得到金刚石图案-Computer graphics algorithm for example diamond, providing decile point number and radius of the circle, you can get diamond pattern. . .
Diamond-Algorithm
- 金刚石算法,可以手动输入点,非常好的代码;金刚石算法,可以手动输入点,非常好的代码。-Diamond algorithm, you can manually input point, very good code diamond algorithm, you can manually input point, very good code.
cg
- 金刚石算法,直线中点算法,圆及椭圆中点算法,完整源代码,MFC-Diamond algorithms, linear midpoint algorithm, round and oval midpoint algorithm, complete source code, MFC
Diamond(st)
- 金刚石算法 用C++实现金刚石的绘制与观看-Diamond algorithm C++ drawing diamond and watch
FSFFA
- 计算机图形学金刚石算法实现,基于VsualC++ MFC项目-Computer graphics diamond algorithm, based VsualC++ MFC project
2546156
- mfc做的金刚石算法,可运行,供大家下载使用-mfc do diamond algorithm can be run
汉罗塔
- 汉诺塔的图解递归算法。汉诺塔(又称河内塔)问题是源于印度一个古老传说的益智玩具。大梵天创造世界的时候做了三根金刚石柱子,在一根柱子上从下往上按照大小顺序摞着64片黄金圆盘。大梵天命令婆罗门把圆盘从下面开始按大小顺序重新摆放在另一根柱子上。并且规定,在小圆盘上不能放大圆盘,在三根柱子之间一次只能移动一个圆盘。(Diagram of the tower of Hanoi recursive algorithm)
-金刚石图案算法
- 利用VC实现金刚石图案的裁剪和绘制,主要实现裁剪算法(Cutting and drawing diamond pattern by VC)
案例1-金刚石图案算法
- 计算机图形学的金刚石图案绘制,使用VC6++绘制,包含程序和代码(The drawing of diamond pattern in computer graphics is drawn by VC6++, including program and code.)
金刚石
- 金刚石的算法步骤,代码,自定义二维坐标系,二维点类的定义方法,对话框的调用及解决办法,一堆堆的内存的分配和释放,设计个性化的菜单项与工具栏