CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - A* algorithm

搜索资源列表

  1. 追查ZhuiCha_com网络技术 追查网络技术论坛.files

    0下载:
  2. (2) 主要算法的基本思想: 从题目上来分析我认为这是一个图的最短路径问题。因此决定用Dijkstra算法按路径长度递增的顺序逐步产生最短路径的方法:设置两个顶点的集合T和S,集合S中存放已找到的最短路径的顶点,集合T中存放当前还未找到的最短路径的顶点。初始状态时,集合S中只包含源点V0,然后不断从集合T中选取到顶点V0路径长度最短的顶点加入到集合S中,集合S中每加入一个新的顶点U,都要修改顶点V0到集合T中剩余顶点的最短路径长度值,集合T中各顶点新的最短路径长度值为原来的最短路径长度值与顶
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:23915
    • 提供者:林渊
  1. libtomcrypt-0.96

    0下载:
  2. 常用的64位密码加密算法,有详细的笔记、例子、文档和示例。-64 commonly used cryptographic algorithm, a detailed notes, for example, documentation and examples.
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:984603
    • 提供者:冯荣俊
  1. BusQuery

    0下载:
  2. 一个简单的公交查询管理系统,采用最短路算法,利用odbcapi函数访问数据库。-a simple inquiry transit management system, the most shorted algorithm, use odbcapi function access to the database.
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:2179263
    • 提供者:kuweiguo
  1. 142240696

    0下载:
  2. 特别是在题库管理模块中对自动组卷功能常用的算法(包括随机选取法、回溯试探法和遗传算法)进行了比较。对于较流行的验证码技术也给出了具体实现。-particularly in the examination management module to automatically making up the algorithm commonly used functions (including random selection method, Retrospective testing and gen
  3. 所属分类:MySQL数据库

    • 发布日期:2014-01-13
    • 文件大小:6945
    • 提供者:形锦纶
  1. prim_rar

    0下载:
  2. prim算法 是一个比较常见的求最小生成树的算法,它用贪婪准则来编写算法的!-prim algorithm is a more common for the minimum spanning tree algorithm, which used to prepare guidelines for the greedy algorithm!
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:1703
    • 提供者:louy
  1. MD5Tsql

    0下载:
  2. tsql md5函数,md5是一个摘要算法,也可用于加密,加密后不可反相运算-tsql md5 function, md5 is a summary algorithm can also be used for encryption, encrypted not RP-Operational
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:3982
    • 提供者:金育宁
  1. 数据结构中关于单链表的算法

    0下载:
  2. 数据结构中关于单链表的算法,将两个链表有序链合并成一个非递归有序的单链表,并不占用其他的存储空间,data structure of single-chain algorithm Listless and orderly of the two chains merged into a non- recursive and orderly single linked list, does not occupy other storage space
  3. 所属分类:其他数据库

    • 发布日期:2017-03-24
    • 文件大小:1128
    • 提供者:zl
  1. apriori11

    0下载:
  2. 数据挖掘的一个很重要的算法,用来是实现数据的提取。-Data Mining is a very important algorithm is used for data extraction.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-04
    • 文件大小:2317
    • 提供者:zhang san
  1. Train_time_database_query

    0下载:
  2. 最优客运乘车路线系统 --作者:山东农业大学 2006级信息与计算科学 张知临 --小组成员:彭建,姜明艳,董晓聪 --联系方式:邮箱: zhzhl202@163.com QQ:421525432 这是一个完全成型的查询系统。其算法全部写在了数据库中,并编译成了存储过程, 其中存储过程"zuiyou"是优化后的算法,"zuiyou1"是将原算法稍加改变以后形成的算法。 执行存储过程,只需先将该数据库附加到MS-SQL中,在SQL 查询分析器中执行下列语句: e
  3. 所属分类:SQL Server

    • 发布日期:2017-05-08
    • 文件大小:2007197
    • 提供者:张知临
  1. LabEquipmentManagementSystem

    0下载:
  2. 实验室设备管理系统目标:通过对多种一维条码的编码进行分析和算法设计在系统中能实现对多种一维条码的显示。 基础要求:非常熟悉C或C++或JAVA语言、熟悉SQL SERVER的相关知识、VB或Delphi编程技术相关知识。 -Lab Equipment Management System objectives: the adoption of a variety of one-dimensional bar code encoding for analysis and algorithm
  3. 所属分类:Database system

    • 发布日期:2017-04-05
    • 文件大小:123024
    • 提供者:往事并
  1. DarShyangLee

    0下载:
  2. This a GMM related paper written by Dar-Shyan Lee, and useful as well as convenient for programmer to read and research GMM files and improve the efficiency of GMM algorithm-This is a GMM related paper written by Dar-Shyan Lee, and useful as well as
  3. 所属分类:Database system

    • 发布日期:2017-04-06
    • 文件大小:229210
    • 提供者:huang tianci
  1. apriori

    0下载:
  2. 数据挖掘里面 需要频繁项集的算法 因为当初还没有学习数据库 所以算法只能算是模拟的-It needs data mining algorithm for frequent itemsets because the study database was therefore not only a simulation algorithm
  3. 所属分类:Database system

    • 发布日期:2017-04-07
    • 文件大小:162036
    • 提供者:wang
  1. AssociationRuleAlgorithm

    1下载:
  2. 本文在分析以往各种算法的基础上,提出了一种适用于长模式挖掘的不产生候选集的 关联规则改进算法,我们利用数据库查询语言存储FP一tree的信息而不建立FP一tree结构, 提出约简属性和直接从频度表(f_list)中提取CLOSET的方法,从而节省时间和空间。 -Based on the analysis of the previous algorithms based on a model applicable to long-mining does not produce a ca
  3. 所属分类:Database system

    • 发布日期:2015-12-12
    • 文件大小:1130383
    • 提供者:熊宝强
  1. erchashu

    0下载:
  2. 本程序包括二叉树的创建,各种遍历方法(前序,中序,后序以及各层算法)。-This process includes the creation of a binary tree, various traversal methods (pre-order, middle order, post order, and layers of algorithm).
  3. 所属分类:Other Databases

    • 发布日期:2017-03-28
    • 文件大小:979
    • 提供者:崔云
  1. apriori

    0下载:
  2. 数据挖掘(概念与技术)书上的apiori算法实现。apiori剪枝算法使用候选项集产生发现频繁项集。-Data Mining (conceptual and technical) in a book apiori algorithm. apiori pruning algorithm uses candidate item set generated frequent itemsets found.
  3. 所属分类:Database system

    • 发布日期:2017-04-07
    • 文件大小:1476
    • 提供者:nash
  1. 70

    0下载:
  2. 随着多媒体、网络技术的迅速发展,图像信息的应用日益广泛,对规模越来越大的图像数据库、可视信息进行有效的管理成为迫切需要解决的问题,灵活、高效、准确的图像检索策略是解决这一问题的关键技术之一。因此,基于内容的图像检索已成为国内外学者研究的主要热点问题,并取得了不少的成果。 本文主要对当今热门的基于内容的图像检索技术进行了研究,重点对它的算法进行研究。在半年的时间里,通过查阅很多相关的资料,并认真学习了基于内容的图像检索的基本理论,特别是深入研究了颜色直方图理论和累加直方图算法,最后在MATLA
  3. 所属分类:Database system

    • 发布日期:2017-04-06
    • 文件大小:380673
    • 提供者:qichao
  1. user_login_access

    0下载:
  2. 用户登录模块,直接用一个类封装,方便调用,用MD5加密算法。-User Login module, the direct use of a class package, easy call, using MD5 encryption algorithm.
  3. 所属分类:Database system

    • 发布日期:2017-04-06
    • 文件大小:165400
    • 提供者:sinble
  1. Database

    0下载:
  2. 数据库的一个算法实现,哥伦比亚大学cs一门课程的课程设计-a algorithm to achieve a database optimizer
  3. 所属分类:SQL Server

    • 发布日期:2017-12-01
    • 文件大小:1576
    • 提供者:马宇
  1. Genetic-algorithm-source-code

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂交
  3. 所属分类:Database system

    • 发布日期:2017-11-11
    • 文件大小:35977
    • 提供者:周成
  1. statistic algorithm

    0下载:
  2. 一种基于窗口函数的指定时间段内累积量统计算法(A statistic algorithm based on window function in specified time interval)
  3. 所属分类:数据库系统

    • 发布日期:2018-04-22
    • 文件大小:212992
    • 提供者:jirachi123
« 12 3 »
搜珍网 www.dssz.com