资源列表
[数据结构常用算法] 用A算法实现八数码难题
说明:用A*算法来对人工智能中的八数码难题进行实现-A* algorithm used for artificial intelligence to the eight digital challenge to achieve<常健> 在 2025-06-24 上传 | 大小:422kb | 下载:0
[数学计算/工程计算] matmult
说明:并行矩阵乘法。用于mpi和openMP混合并行求解矩阵乘法问题。适用于分布共享存储cluster环境。无解压密码。-parallel matrix multiplication. OpenMP for mixed MPI and parallel matrix multiplication to solve the problem. Distribution applicable to the shared storage cluster environment. Without extract<张哲> 在 2025-06-24 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 521943DES Source Code
说明:3Des算法源程序,可以用于常用的加密算法.-3Des source algorithm can be used for the encryption algorithm.<林志强> 在 2025-06-24 上传 | 大小:9kb | 下载:0
[人工智能/神经网络/遗传算法] AiExpert-推理模型
说明:一个面向对象的产生式推理模型,用于某专家系统的设计。提供了知识录入、编辑,自动推理,知识自检等功能。-an object-oriented production reasoning model, the expert system for a certain design. The knowledge input, editing, automated reasoning, knowledge, self-checking function.<> 在 2025-06-24 上传 | 大小:239kb | 下载:0
[数据结构常用算法] 9二叉树
说明:几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non- recursive traversal algorithm, and by the first seq<李扬> 在 2025-06-24 上传 | 大小:624kb | 下载:0
[人工智能/神经网络/遗传算法] NeuQuant
说明:用JAVA 编写的 NeuQuant Neural-Net量子化运算公式-prepared using JAVA NeuQuant Neural-Net quantum computation formula<Bo> 在 2025-06-24 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] A算法
说明:程序目的: 通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系。-procedures Objective : Maze procedure to prepare skilled master A* algorithm.* A full understanding of algorithms and heuristic function relationship.<hehe> 在 2025-06-24 上传 | 大小:5kb | 下载:0
[数据结构常用算法] 重言式判别问题
说明:逻辑表达式从终端输入,长度不超过一行。逻辑运算符包括“|”、“&”和“~”,分别表示或、与和非,运算优先程度递增,但可有括号改变,即括号内的运算优先。逻辑变元为大写字母。表达式中任何地方都可以含有多个空格符。 若是重言式或矛盾式,可以只显示“True Forever”或“False Forever”,否则显示“Satisfactible”以及变量名序列,与用户交互。若用户对表达式变元取定一组值,程序就求出并显示逻辑表达式的值。-logic expression from the termin<沈宁> 在 2025-06-24 上传 | 大小:3kb | 下载:0
[数据结构常用算法] BoundAndBranch
说明:我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose of the shortest path, Tree.cpp<> 在 2025-06-24 上传 | 大小:30kb | 下载:1