搜索资源列表
TravelPlan
- 该程序实现了旅行者规划的基本功能,内含10个城市,可以实现金钱最少、时间最短等不同的算法。程序还留有可扩展接口,可供功能的进一步挖掘。此外rar中还含有翔实的文档文件,可供参考。-Travelers planning to achieve the program' s basic functions, includes 10 cities, the money can be achieved at least,or the shortest of different algorithms.
calculatorx_vivitue
- MFC源码 开发工具:VC++6.0 编程语言:C++ 主程序代码:1300+行 运算精度:小数点后17位。显示框最大显示字符数21个 计算器功能说明: 1)完成计算器基本运算功能 2)二进制◆八进制◆十进制◆十六进制 相互转换 3)支持角度与弧度显示 4) 完成三角函数+反三角函数、对数、指数运算、取余、倒数与开方运算 5)计算n!.扩展整数n为双精度数x。计算x! 算法f(x)=x(x-1)(x-2)
ddzhixiancaijian
- 直线裁剪的文章说明,从基本的对话框的裁剪的具体算法-A straight line cutting the article shows that the dialog box from basic cutting the specific algorithm
1
- 进一步理解和掌握中点bresenham画圆算法的基本原理;掌握以上算法生成圆和圆弧的基本过程 掌握在C/C++环境下完成用中点bresenham算法圆或圆弧的绘制方法 -bresenham MFC
DrawLine
- VC++编程、计算机图像学、矩阵实现图像的基本变换,旋转、平移、比例变换、微分和整数算法绘制直线-Basic transformation of the image VC++ programming, computer iconography matrix, rotation, translation, scaling, differential draw straight lines and integer arithmetic
Demo
- 在MFC下模拟栈的过程,基本上包括对话框、菜单栏、文字的格式的设计,基本方式的算法-MFC to simulate the stack, basically dialog box, menu bar, the design of the format of the text, the basic form of the algorithm
image2
- 是对图像处理的基本操作,比如说图像的放大、缩小、旋转、求阈值、梯度算法-iamge processing
FiveChess
- 本程序是用Visual C++ 编写的一个五子棋的小游戏,对于学习面向对象的初学者很有益处。五子棋的基本功能本程序都已经具备,算法和具体的存储方式具有参考价值。欢迎下载。-This procedure is to use Visual c++ write a gobang game, for learning object-oriented beginners very useful.Gobang already have the basic function of this procedure
DrawLine
- 使用Bresenham算法生成直线.Bresenham算法的基本原理就是将光栅设备的各行各列象素中心连接起来构造一组虚拟网格线。按直线从起点到终点的顺序计算直线与各垂直方向网格线的交点,然后确定该列象素中与此交点最近的象素。-Using the Bresenham algorithm to generate a straight line.The basic principle of Bresenham algorithm is to each row of each column of pix
ChessBoard-V4.02
- Microsoft Visual Studio 2008 实现功能:棋盘覆盖算法的图形展示。 涉及知识:定时器、STL、基本MFC画图API、双缓冲DC-Microsoft Visual Studio 2008 Functions: checkerboard cover graphics algorithms show. Involving knowledge: Timer, STL, MFC basic drawing API, double buffering DC
orzer
- 用VC开发的一个小型的图形程序 其中主要是为了处理一些基本的图形算法-Using VC to develop a small graphics program Mainly in order to deal with some of the basic graphics algorithms
ubtain
- 用VC开发的一个小型的图形程序 其中主要是为了处理一些基本的图形算法()
035672
- 是利用VC60开发出来的,实现基本的遗传算法,提供给大家一起学习一下,()