搜索资源列表
liuyiyier
- 五角星及其填充颜色,画线程序,对各种画线算法进行了很好的描述-five-pointed star and fill color, line drawing procedure, the various line drawing algorithm is a good descr iption
searcharithmetic
- 搜索算法实现,8数码游戏,A star算法类的实现,黑白棋实现。
chess
- 一个做的较好的黑白棋游戏,用了A star算法
A Star算法源代码
- A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a * arithmetic source code, appointed a map, it can search route from start spot to destination.
tuxingxue
- 此压缩文件中包含了半学期以来做的所有的计算机图形学实验,包括DDA生成直线和圆,扫面线填充任意形状的图形的算法、运动的小车、月绕太阳转、抛物线的生成、星形的生成、点阵式、矢量式算法实现的字符的生成,二维图形的各种变化用矩阵的方法实现,三维图形的投影等,实验内容丰富全面,而且都能在TC下运行,生成显示图像。-This compressed file contains a half-term has to do all the computer graphics experiments, inclu
caijianandtianchong
- 图形的裁剪与填充算法,有一个五角星的样本作为参考-Cutting and filling of the graphics algorithm, there is a five-pointed star as a reference sample
Astar
- a star 算法的cpp文件和h头文件,项目中有用到的直接放进去改下就可以了。-a star algorithm cpp file and h header files, the project useful to put change directly under it.
Astar
- 代码很好的实现了基于a-star的最短路径寻找算法,并可以对寻找的路径有一个限制-Code is a good realization of a-star-based shortest path search algorithms, and can find the path there is a limit
c
- A Star寻路算法 c语言实现 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出 A* 算法在求最段路 * 径中的运用.-A Star pathfinding algorithm c language implementation
Week1_project_647706526
- 关于广度优先算法、算法A星的ppt,动画效果很清晰-On the breadth-first algorithm, algorithm A star ppt, clear animation
A-star
- A star算法类的实现,VisualC++数字图像模式识别技术及工程实践-源代码-A star algorithm class implementation, VisualC++ Digital Image Pattern Recognition Technology and Engineering Practice- source code
JQM
- 利用graphics.h通过描像素点实现在屏幕上绘制图像,效果是在屏幕上绘制一个机器猫,上面有五角星,颜色会改变,里面涉及到直线、圆等的算法以及递归填充算法,很适合新手学习-Use graphics.h achieved by scanning pixel on the screen to draw the image, the effect is to draw a Viking on the screen, above the five-pointed star, the color wil
A-star
- A STARR 类的算法的实现及算法详细实现过程 c语言实现-STARR A class of algorithm implementation and algorithm in detail the implementation process c language
CPP--A-start2
- C++版的A*(A-star,即A星)算法。对于栅格数据的最优路径搜索有不俗的表现。集成到你的程序也很容易。里面有两个例子可供参考。-C++ version of A* (A-star A star) algorithm. Have good performance for the optimal path to the raster data search. Is also very easy to integrate into your program. There are two exa
fill-color-five-pointed
- MFC中先绘制五角星,并使用扫描线算法对区域进行填充-Draw a five-pointed star, and use the scan line algorithm fill color
donghua_astar
- 含动画的A星算法,游戏必备, -A star algorithm with animation, games must, with A Star algorithm animation, games must,
OpenGL--Demo
- OpenGL由像素点生成直线,圆和椭圆算法,以及生成螺旋星线算法。和框架搭载,方便初学者编程,-OpenGL pixels generated by a straight line, circle and ellipse algorithms, and algorithms to generate spiral Star Line. And frame mounted, easy for beginners to programming,
astardemo
- 在matlab软件中,用A星算法进行栅格法路径规划,且路径不固定-In matlab software, using the grid method A star path planning algorithm, and the path is not fixed
Graphics-A-STAR-algorithm-master
- A星寻路算法,实现图形中路径的搜索和规划最短路径的功能。-A star pathfinding algorithm, search functions and planning the shortest path in the graph path.
implementation
- 自动寻路A*算法的Python实现, A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(Python implementation of automatic routing A* algorithm)