-
一个基于黑板模型的专家系统
一个基于黑板模型的专家系统-based on a blackboard model of expert system
- 2022-09-21 13:15:03下载
- 积分:1
-
示例代码
contiene codigo de ejemplo en php,muestra una conexion a mysql mediante la clase mysql conectttt y otros tipos de conexiones mysqla ;mysqlb ;mysqlc ;mysqld
- 2022-02-04 15:36:46下载
- 积分:1
-
This code is used to find shortest path by using dijkstra algorithm
This code is used to find shortest path by using dijkstra algorithm
- 2023-01-01 01:20:12下载
- 积分:1
-
中缀表达求后缀表达式及其值
中缀表达求后缀表达式及其值-expression for which there is a suffix expression and values
- 2022-03-02 19:28:46下载
- 积分:1
-
还可以,能够加快迭代的计算速度,大家用一下
还可以,能够加快迭代的计算速度,大家用一下-can to accelerate the iterative calculation speed, we spent about
- 2022-06-15 16:37:27下载
- 积分:1
-
判断IP地址是否合法
全零(“0.0.0.0”)地址对应于当前主机。全“1”的IP地址(“255.255.255.255”)是当前子网的广播地址。 在IP地址3种主要类型里,各保留了3个区域作为私有地址,其地址范围如下: A类地址:10.0.0.0~10.255.255.255 B类地址:172.16.0.0~172.31.255.255 C类地址:192.168.0.0~192.168.255.255
- 2022-05-25 06:57:22下载
- 积分:1
-
With the human genome project implementation, through genome sequencing, protein...
随着人类基因组计划的实施,通过基因组测序,蛋白质序列测定结构解析等实验,分子生物学家提供了大量的有关生物分子的原始数据,需要利用现代计算技术对这些原始数据进行收集、整理、管理以便于检索使用。而为了解释和理解这些数据,还需要对数据进行比对、分析,建立计算模型,进行仿真、预测与验证,因而出现生物信息学,它的出现,极大的促进了分子生物学的发展。-With the human genome project implementation, through genome sequencing, protein sequencing experiments such as structural analysis, molecular biologists to provide a large amount of biological molecules of the original data, the need to use modern technology to these raw data collection, collation and management in order to facilitate retrieval use. To explain and understand these data, and data need to be compared to analysis, model, simulation, prediction and validation, therefore, bioinformatics, and its emergence has greatly promoted the development of molecular biology.
- 2022-09-17 05:10:03下载
- 积分:1
-
表图,Dijkstra算法
图是一个更一般的结构比我们在上一章研究了树木;事实上,你可以把一棵树作为一种特殊的图。图可以用来表示我们的世界很多有趣的事情,包括系统的公路,航空公司的航班从城市到城市,如何通过互联网连接,甚至序列课程你必须完成一个计算机科学专业。我们将在本章中看到的,一旦我们有一个问题的一个很好的表示,我们可以使用一些标准的图形算法来解决什么,否则似乎是一个很难的问题。
- 2022-03-24 13:12:10下载
- 积分:1
-
著名的BM字符串匹配算法
著名的BM字符串匹配算法-famous BM string matching algorithm.
- 2023-02-17 17:25:03下载
- 积分:1
-
Dijkstra算法
用C#实现的一种Dijkstra高效算法,有实例代码,可以参考一下。里面有一个类Dijkstragao,在Program的买你函数里有调用的实例。调用比较简单,好用。
- 2022-01-25 15:34:17下载
- 积分:1