-
一个c++推箱子游戏源码
应用背景
一个简单的推箱子游戏源码
很早的时候写的
游戏虽然没几关
不过直接添加游戏关卡的地图数组就可以了
关键技术
图形绘制
游戏算法
mfc等
- 2022-01-29 01:01:20下载
- 积分:1
-
C4.5—运用JAVA实现的决策树算法
C4.5是一系列用在机器学习和数据挖掘的分类问题中的算法。它的目标是监督学习:给定一个数据集,其中的每一个元组都能用一组属性值来描述,每一个元组属于一个互斥的类别中的某一类。C4.5的目标是通过学习,找到一个从属性值到类别的映射关系,并且这个映射能用于对新的类别未知的实体进行分类。
C4.5由J.Ross Quinlan在ID3的基础上提出的。ID3算法用来构造决策树。决策树是一种类似流程图的树结构,其中每个内部节点(非树叶节点)表示在一个属性上的测试,每个分枝代表一个测试输出,而每个树叶节点存放一个类标号。一旦建立好了决策树,对于一个未给定类标号的元组,跟踪一条有根节点到叶节点的路径,该叶节点就存放着该元组的预测。决策树的优势在于不需要任何领域知识或参数设置,适合于探测性的知识发现。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 00:16:44下载
- 积分:1
-
source code
表达式解析源代码-source code
- 2022-04-12 17:57:39下载
- 积分:1
-
Fifty Years of Shannon Theory
应用背景
Fifty Years of Shannon Theory:
A brief chronicle is given of the historical development
of the central problems in the theory of fundamental limits
of data compression and reliable communication.
关键技术Shannon’s A mathematical theory of communication”published in July and October of 1948 is
the Magna Carta of the information age. Shannon’s discoveryof the fundamental laws of data compression and transmission marks the birth of Information Theory. A unifying theory with profound intersections with Probability, Statistics, Computer Science, and other fields, Information Theory continues to set the stage for the development of communications, data storage
and processing, and other information technologies.
- 2022-02-13 17:00:08下载
- 积分:1
-
通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。...
通过高斯消去法,进行矩阵求逆运算,在工程中有很强的实用价值。-through Gaussian elimination method for computing matrix inversion, the project has a strong practical value.
- 2022-08-06 13:10:42下载
- 积分:1
-
24点游戏设计 c++
24点游戏案例设计,c++语音,用于课程设计和教学案例,项目内容包括界面设计、游戏设计、互动反馈。
- 2022-03-31 18:58:06下载
- 积分:1
-
矢量变频源程序
矢量变频源程序,汇编源码。产品级别的,非常值得下载。经过调试,可以使用。
- 2022-03-20 11:58:02下载
- 积分:1
-
96位大数运算实现
96位大数运算实现-96 big number operation realizes
- 2023-08-03 08:10:03下载
- 积分:1
-
DSP with Matlab by Proakis and Ingle
DSP with Matlab by Proakis and Ingle
- 2023-05-17 21:40:02下载
- 积分:1
-
用c语言实现的b树
用c语言实现的b树-use the C Language b tree
- 2023-01-05 13:10:04下载
- 积分:1