搜索资源列表
firstfit
- 装箱问题的首次适应firstfit方法实现。VC开发图形界面显示。每次点击一下运行按钮装入一个箱子。箱子大小随机生成-crates of the first to adapt firstfit method. VC graphical interface shows. Each button click operation packed a box. Box size random generation
suanfa
- 算法分析里的棋盘覆盖问题,VC编程实现,是基于图形界面的,能很好的演示。附带有算法的实验报告
Course Design
- 图形演示数据结构的树与图遍历算法,vc环境下的windows编程-graphic demonstration of the tree data structure with plans traversal algorithm, vc environment of windows programming
huffman
- 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
fiterVC051002116
- 用VC++编写中值滤波的算法,具有图形界面-The algorithm of Filter ,which use VC++
cover_chessboard
- 本程序是以图形化,慢动作显示经典棋盘覆盖算法问题。-This procedure is based on graphical, slow-motion show the classic board covering algorithm problem.
BTree
- vc++实现的二叉树的平衡,排序图形演示-vc++ to achieve a balanced binary tree, sorting graphical presentation
heibaiqi.c
- 用C实现的黑白棋源程序,有人工智能的人机对战,用算法树深度搜索,原始的C图形界面,turboC或TC编译器运行。网络上实现黑白棋大多选择VC++,并没有用C实现并且有人工智能的程序。-Implementation of Othello with C source code, there is artificial intelligence, human-machine gaming, with the depth of search tree algorithm, the original C-
1
- 利用VC++6.0实现了迷宫问题,构成迷宫图形的数组由主函数中的二维数组决定,其他的操作可以按照界面提示进行-Using VC++6.0 to achieve a maze, maze graphics array form from the main function of the two-dimensional array of decisions, other operations can follow the screen prompts
Findpath
- 使用VC实现路径查找算法demo。有图形显示路径查找过程。-Implement path search algorithm using the VC demo. A graphics display path search process.
tree
- 哈夫曼树,可以图形显示,是用vc++编写的课程设计,-huffman tree,it can be described by draw
GrabCut
- 图形算法GrabCut源代码,VC++工程-GrabCut source code in VC++
椭圆中点算法
- 计算机图形学中用圆弧中点扫描算法绘制椭圆,椭圆半径可调。基于VC mfc界面实现,openGel语言。内附有TEST.exe可执行程序。