-
图论算法,旅行推销员问题,很有趣。
可算出图中的哈米尔顿回路...
图论算法,旅行推销员问题,很有趣。
可算出图中的哈米尔顿回路-graph algorithm, traveling salesman problem, very interesting. Map can be calculated totally dominated the circuit
- 2022-01-25 19:16:27下载
- 积分:1
-
java 数据库 功能强大 效率高
SmallSQL Database is a free DBMS library for the Java(tm) pl...
java 数据库 功能强大 效率高
SmallSQL Database is a free DBMS library for the Java(tm) platform. It runs
on the Java 2 Platform (JDK 1.4 or later) and implements the JDBC 3.0 API.
SmallSQL Database is licensed under the terms of the GNU Lesser General
Public Licence (LGPL). A copy of the licence is included in the
distribution.
Please note that SmallSQL Database is distributed WITHOUT ANY WARRANTY
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. Please refer to the licence for details.-java a powerful and efficient database SmallSQL Database is a free DBMS library for the Java (tm) platform. It runs on the Java 2 Platform (JDK 1.4 or later) and implements the JDBC 3.0 API.SmallSQL Database is licensed under the terms of the GNU Lesser GeneralPublic Licence (LGPL). A copy of the licence is included in thedistribution.Please note that SmallSQL Database is distributed WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTAB
- 2022-01-26 02:33:06下载
- 积分:1
-
VB6女士访问MySQL数据库的转换
应用背景把你的MS Access文件mysql数据库有问题?这是解决问题的方法。简单和直接…关键技术虽然很多人认为VB6被废弃,其性能仍然可以感受到了第一手的GUI应用程序设计。成千上万的应用程序运行在VB6。
- 2022-01-26 05:43:26下载
- 积分:1
-
应用
是一个用于管理公司avous we make Purchase of good sales order quote proforma模块的应用程序;
- 2022-08-09 20:44:20下载
- 积分:1
-
使用输入的端口的串行数据传输
该代码由 proteus 8 示意图与 PIC C 编译器的代码组成。串行数据时转移到虚拟终端,输入的端口设置为高。其基本的代码。
- 2022-03-15 09:35:02下载
- 积分:1
-
Online Recruitment System
这是求职者可找在线招聘管理系统。每位求职者将登录到事故帐户和更新他他可以创建他的简历的信息。他会申请这份工作。可以搜索多个工作。管理员将看到求职者已经申请了这份工作的所有列表。他可以看到他们的个人资料,可以招募他们。为招募他要召唤他们的采访。他将给招聘者发送电子邮件。自动化的电子邮件将被创建并发送给求职者。电子邮件中包含的时间面试和作业的详细信息。
- 2022-07-27 00:18:24下载
- 积分:1
-
由于计算机存储的限制,当其所存储的数大于32位时,就会有溢出,该程序只要是实现大数加法 减法 乘法。...
由于计算机存储的限制,当其所存储的数大于32位时,就会有溢出,该程序只要是实现大数加法 减法 乘法。-computer storage limitations, when it stored more than 32 a few hours, there will be a spillover, The procedure is as long as the majority addition subtraction multiplication.
- 2022-03-06 01:03:05下载
- 积分:1
-
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高...
由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failure, a simple model put forward position Series mobile location of a character, would be lost in front of characters matching the information inefficiently. There is a need for a non-backtracking algorithms to improve efficiency, the use of KMP here (Knuth-Morris-Pratt) algorithm. Model Series in front of a row clips part said "prefix model," prefix string pattern in the pattern of recurring back can be used to avoid duplication of inspection has been done, KMP algorithm is an important concept.
- 2022-03-19 13:35:27下载
- 积分:1
-
数据结构的最短路径算法
数据结构的最短路径算法-Source codes about how to realize the short path generation for single source graph.
- 2022-06-20 23:37:38下载
- 积分:1
-
哈夫曼树
在 C + + 包括节点和整个数据结构和 haffcode 执行完整的哈夫曼树
- 2022-02-28 09:21:02下载
- 积分:1