-
A program to find frequent molecular (subst ructures and discriminative fragment...
A program to find frequent molecular substructures and discriminative fragments in a database of molecule descriptions. The algorithm is based on the Eclat algorithm for frequent item set mining.-A program to find frequent molecular (subst ructures and discriminative fragments in a dat abase of molecule descriptions. The algorithm is based on the algorithm for frequent Eclat ite m set mining.
- 2022-08-11 00:52:41下载
- 积分:1
-
包含多种算法的微分方程求解程序 如Adams,龙格贝塔等方法
包含多种算法的微分方程求解程序 如Adams,龙格贝塔等方法-Contains a variety of algorithms for solving differential equations of programs such as Adams, Long Ge Beita and other methods
- 2023-06-17 04:05:04下载
- 积分:1
-
数值分析算法Guase_Seidel迭代
数值分析算法Guase_Seidel迭代-numerical analysis algorithm Iterative Guase_Seidel
- 2022-01-28 18:01:14下载
- 积分:1
-
弦截法――数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂...
弦截法――数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-chord sheet-- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
- 2023-07-17 04:10:03下载
- 积分:1
-
声波 2D 交错网格有限差分正演模拟算法pml衰减边界条件 、多炮
应用背景用于地震勘探中声波正演模拟学习研究关键技术声波 2D 交错网格有限差分正演模拟算法pml衰减边界条件 、多炮
- 2022-04-17 23:05:01下载
- 积分:1
-
In the basic role of half
在基础半正弦冲击作用下,硬特性刚度系统的冲击动态响应计算-In the basic role of half-sine shock, the hardware characteristics of stiffness of the system dynamic response calculation of the impact
- 2022-05-14 04:21:07下载
- 积分:1
-
DCT变换,产生了DCT变换
dct变换,给出了dct变换的函数,使用时只要把该文件包含即可使用。-dct transformation, has produced the dct transformation
function, when the use so long as contains this document then uses.
- 2022-02-12 23:31:58下载
- 积分:1
-
A*算法matlab仿真程序
A*(A-Star)算法是一种静态路网中求解最短路最有有效的方法:
公式表示为: f(n)=g(n)+h(n),
其中f(n) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-17 05:30:03下载
- 积分:1
-
The importance of direct methods discussed in the previous work is unquestionabl...
The importance of direct methods discussed in the previous work is unquestionable, since in some practical engineering problems, information about the values of the objective function is the only reliable information, which may have a researcher.
- 2023-03-25 05:50:04下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1