-
一个关于c语言常用数值算法的集合
一个关于c语言常用数值算法的集合-on a numerical algorithm commonly used language collection
- 2022-03-19 13:08:57下载
- 积分:1
-
Anderson CFD 第七章Fortran程序
针对Anderson教材第七章相关章节(7.3&7.4)书写的Fortran程序,和书本上的结果进行了对比,程序运行正确。使用最新的Fortran语法书写,方便阅读;
- 2022-10-25 17:25:03下载
- 积分:1
-
在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其...
在数据库中发现频繁模式和关联规则是数据挖掘领域的最基本、最重要的问题。大多数早期的研究采用了类似Apriori算法的产生候选级并测试迭代的途径代价是昂贵的,尤其是挖掘富模式和长模式时,Jiawei Han提出了一种新颖的数据结构FP_tree,及基于其上的FP_growth算法,主要用于有效的进行长模式与富模式的挖掘.本文在讨论了FP_growth算法的基础上,提出了用Visual C++实现该算法的方法,并编写了算法的程序。-found in the database model and the frequent association rules is the area of data mining the most fundamental and important issues. Most of the early studies used a similar Apriori algorithm for the selection of candidates and test-iterative way was costly, particularly mining the rich patterns and long model, Jiawei Han proposed a novel data structure FP_tree and on the basis of their FP_growth algorithm used effectively the model for long and rich patterns of excavation. This paper discussed the FP_growth algorithm on the basis of the Visual C of the algorithm, and the preparation procedure of the algorithm.
- 2023-01-10 12:20:03下载
- 积分:1
-
表达式计算器
/* 表达式计算 */
/* 调用方式:CalcExp("1+max(0.5,sin(1))+sum(1,2^3,mod(5,3))", res, infoStr) */
/* 带符号参数调用方法,先调用符号定义AddSignParam,再调用 CalcExp: */
/* AddSignParam(["a","s"], [1, 0.5]); 或者 AddSignParam("a=1,s=0.5") */
/* CalcExp("1+a+sin(s)", res, infoStr) */
- 2022-03-25 07:34:54下载
- 积分:1
-
元胞自动机模拟人员疏散
元胞自动机模型源代码,模拟紧急事件下人员疏散问题
通过构建一个二维的有限空间的元胞自动机,以单个格点代表其中的人员可能站位模拟在火灾等紧急条件下人员的疏散过程
- 2023-06-07 18:20:03下载
- 积分:1
-
基于神经网络的高校科研能力评估研究
资源描述通过对20所高校的科研能力进行了调研和评价,选取其中较为重要的11个评价指标的数据,并结合离散Hopfield神经网络的联想记忆能力,建立离散Hopfield高校科研能力评价模型,并对其进行仿真测试。
- 2022-01-26 01:23:35下载
- 积分:1
-
元胞自动机简化版
元胞自动机(Cellular Automaton,复数为Cellular Automata,简称CA,也有人译为点格自动机、分子自动机或单元自动机)。是一时间和空间都离散的动力系统。散布在规则格网 (Lattice Grid)中的每一元胞(Cell)取有限的离散状态,遵循同样的作用规则,依据确定的局部规则作同步更新。大量元胞通过简单的相互作用而构成动态系统的演化。
- 2022-11-17 17:05:03下载
- 积分:1
-
用c语言实现生产者
用c语言实现生产者-消费者问题-used language producer-consumer issues
- 2022-03-15 02:23:44下载
- 积分:1
-
! 平面框架结构静力分析程序(by fortran) ! 后处理法 ! ! 主要功能: ! 输入单元结点编号,自动生成结点位移编号; ! 总刚元素按上三角阵存储...
! 平面框架结构静力分析程序(by fortran) ! 后处理法 ! ! 主要功能: ! 输入单元结点编号,自动生成结点位移编号; ! 总刚元素按上三角阵存储; ! 主1副0法引入位移约束条件 ! GAUSS消元法解线性代数方程组;-! Plane frame structure static analysis procedures (by fortran)! After the treatment!! Main functions:! Input module node number automatically generated node displacement number ! Total just click on the triangle element array storage ! Master a 0 Law on the introduction of displacement constraints! GAUSS elimination method solving linear algebraic equations
- 2022-08-07 01:25:00下载
- 积分:1
-
CRC校验分析算法
一个非常实用的CRC校验分析器的源代码,适合初学者和正在开发通信系统中CRC校验分析算法的实用。
- 2022-02-27 05:24:17下载
- 积分:1