-
采用支持集策略进行子句消解
人工智能课程中鲁滨逊消解原理的课程实验,采用支持集策略进行子句消解的演示代码,代码假设输入为化简后的子句,包含了输入的样例
其主要解决的问题为:任何拿到学位并找到工作的人都是幸福的,任何认真学习或者家庭背景良好的人
都可以拿到学位,李一天不认真学习但是家庭背景良好,任何家庭背景良好的人都能找到工
作。
求证:李一天是幸福的
- 2022-01-26 07:32:04下载
- 积分:1
-
一个解决龟兔赛跑爬山问题的算法,仅供参考。
一个解决龟兔赛跑爬山问题的算法,仅供参考。-a solution of the race between climbers algorithm, for reference purposes only.
- 2022-03-25 18:59:27下载
- 积分:1
-
字符串模式匹配算法(KMP算法)
字符串的模式匹配(KMP算法)-string pattern matching (KMP algorithm)
- 2022-01-25 20:35:54下载
- 积分:1
-
任意合数分解成质数的程序
任意合数分解成质数的程序-Arbitrary composite number into prime number of procedures
- 2022-09-10 21:15:03下载
- 积分:1
-
在许多情况下我们需要的算法如密码字典穷举组合..
在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another example of this document written statement low efficiency, in order to reduce the complexity of the algorithm has not been optimized. If the document was to improve the efficiency, the use of buffer zones, into batches.
- 2022-03-20 01:48:47下载
- 积分:1
-
二维几何图形变换的演示
二维几何图形变换的演示--Demo for Two-dimensional geometric graph transforming
- 2022-03-19 18:04:59下载
- 积分:1
-
本程序采用fortran编写,为用Jacobi法求实对称矩阵的特征值与特征向量...
本程序采用fortran编写,为用Jacobi法求实对称矩阵的特征值与特征向量-This procedure using fortran prepared for the Jacobi method using realistic symmetric matrix eigenvalue and eigenvector
- 2022-03-02 17:08:55下载
- 积分:1
-
二分法解非线性方程---相变过程中的界面迁移速率
二分法解非线性方程---相变过程中的界面迁移速率---- Dichotomy solution of nonlinear equations in the process of phase-change interface migration rate
- 2022-05-29 09:16:01下载
- 积分:1
-
DBSCAN算法java实现
DBSCAN算法的Java实现 DBSCAN是一种基于密度的聚类算法,它的基本原理就是给定两个参数,ξ和minp,其中 ξ可以理解为半径,算法将在这个半径内查找样本,minp是一个以ξ为半径查找到的样本个数n的限制条件,只要n>=minp,查找到的样本点就是核心样本点
- 2023-01-24 09:05:04下载
- 积分:1
-
偏微分方程的基于GPU的模拟器。
PDE simulator on GPU.
- 2022-10-01 16:40:03下载
- 积分:1