搜索资源列表
五子棋核心算法
- 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 is a widely loved by the public of the game, its rules simple and changeable, very rich and interesting recreational
compress
- 论文描述的有关三维几何数据压缩的论文文章,对于了解三维几何数据有帮助。文章介绍了,但分辨率的数据压缩和多分辨率的数据压缩。每种压缩又介绍了一些经典算法。
ContourNew
- 基于离散点的等值线生成算法,里面包括样例数据.-based on discrete points isoline generation algorithm inside, including sample data.
Compression
- 数据压缩算法(一款功能十分强大的数据压缩算法!)-Data compression algorithm (a function of very powerful data compression algorithm!)
theartofcomputerprogrammingvolume1
- 第1卷首先介绍编程的基本概念和技术,然后详细讲解信息结构方面的内容,包括信息在计算机内部的表示方法、数据元素之间的结构关系,以及有效的信息处理方法。此外,书中还描述了编程在模拟、数值方法、符号计算、软件与系统设计等方面的初级应用。新版本增加了数十项简单但重要的算法和技术,并根据当前研究发展趋势在数学预备知识方面做了大量修改。-Volume 1 introduces the basic concepts of programming and technology, and then explain
HighComputer
- 任意长度数据实现加减乘除等算法实现,可以封装为函数使用-An arbitrary length of data to achieve such as addition and subtraction multiplication and division algorithms can be encapsulated as a function of the use of