-
numerical algorithm, BreshamLine line drawing algorithms, numerical experiments,...
数值计算算法,BreshamLine画线算法,数值计算实验,比较简单-numerical algorithm, BreshamLine line drawing algorithms, numerical experiments, relatively simple
- 2022-10-07 09:15:03下载
- 积分:1
-
子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。...
子空间迭代算法求解结构的特征值,对结构动力分析必须的基本代码,希望对大家有用。-subspace iteration algorithm for the eigenvalue structure, the structural dynamic analysis must be the basic code we hope that the right useful.
- 2023-01-29 00:15:03下载
- 积分:1
-
使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。
<输出的文件内容>
功能树
INKURU...
使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。
功能树
INKURUDOFAIRUTSURI
测量若干步骤(有条件汇编)
函数索引(使用堆栈大小为每个功能输出)
使用类名单
全局变量,变结构,对象名单
#定义定义列表
清单中所使用
列表名称
信息分布函数的行数-EPTREE can be used for good, C, C++, Java code analysis. Mapping function tree diagram, calculate the stack size.
- 2022-05-07 21:51:37下载
- 积分:1
-
大家请多指教
大家请多指教-you please enlighten!
- 2022-01-22 16:31:28下载
- 积分:1
-
下三角复矩阵求逆的ASIC设计及实现
论文 pdf
下三角复矩阵求逆的ASIC设计及实现
论文 pdf-Lower triangular complex matrix inverse of the ASIC Design and Implementation of
- 2022-07-03 23:58:10下载
- 积分:1
-
遗传算法
它显示了选择、交叉和变异。这是遗传算法的操作。该算法主要适用于自然选择过程“优胜劣汰”.
- 2022-09-22 15:05:02下载
- 积分:1
-
C4.5—运用JAVA实现的决策树算法
C4.5是一系列用在机器学习和数据挖掘的分类问题中的算法。它的目标是监督学习:给定一个数据集,其中的每一个元组都能用一组属性值来描述,每一个元组属于一个互斥的类别中的某一类。C4.5的目标是通过学习,找到一个从属性值到类别的映射关系,并且这个映射能用于对新的类别未知的实体进行分类。
C4.5由J.Ross Quinlan在ID3的基础上提出的。ID3算法用来构造决策树。决策树是一种类似流程图的树结构,其中每个内部节点(非树叶节点)表示在一个属性上的测试,每个分枝代表一个测试输出,而每个树叶节点存放一个类标号。一旦建立好了决策树,对于一个未给定类标号的元组,跟踪一条有根节点到叶节点的路径,该叶节点就存放着该元组的预测。决策树的优势在于不需要任何领域知识或参数设置,适合于探测性的知识发现。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-11 00:16:44下载
- 积分:1
-
快速排序模板
快速排序模板-Quick sort template
- 2022-09-03 05:40:03下载
- 积分:1
-
这是一个用Turboc2.0开发的程序,实现了组合数学的序数法
这是一个用Turboc2.0开发的程序,实现了组合数学的序数法-Turboc2.0 with the program and realize the combination of mathematical sequence of numbers
- 2023-02-17 13:10:03下载
- 积分:1
-
人脸追踪 FaceTrace
应用背景
人脸识别 人脸追踪
The software is provided under the terms of this licence stricly for
// academic, non-commercial, not-for-profit purposes.
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions (licence) and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions (licence) and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * The name of the author may not be used to endorse or promote products
// derived from this software without specific prior written permission.
// * As this software d
- 2022-08-14 06:55:42下载
- 积分:1