CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - 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
    • 文件大小:23.35kb
    • 提供者:林渊
  1. apriori_windows

    0下载:
  2. 一种基于Windows 平台的关联规则算法-based on the Windows platform Association Rules algorithm
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:150.88kb
    • 提供者:maomao
  1. answerandreply

    0下载:
  2. k平均算法,我的课程设计 程序比较简单,还有详细说明 -k average algorithm, the curriculum design process is relatively simple, there are details
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:23.42kb
    • 提供者:lilili819
  1. libtomcrypt-0.96

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

    • 发布日期:2008-10-13
    • 文件大小:961.53kb
    • 提供者:冯荣俊
  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
    • 文件大小:2.08mb
    • 提供者:kuweiguo
  1. ppkd

    0下载:
  2. 基于有限高斯混合模型的EM算法的源程序代码,里面有实验报告和运行结果。 -based on finite Gaussian mixture model of the EM algorithm source code, which has run reports and experimental results.
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:51.24kb
    • 提供者:
  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
    • 文件大小:6.78kb
    • 提供者:形锦纶
  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
    • 文件大小:1.66kb
    • 提供者:louy
  1. prg11111

    0下载:
  2. 常用算法,最大公约数,排序,查找,级数,素数等-commonly used algorithm, the common denominator, scheduling, search, the series, and so on -
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:13.49kb
    • 提供者:hgb
  1. ycsf

    0下载:
  2. 水库调度的遗传算法,个体选择、代数、交叉、变异概率控制水库。-reservoir of genetic algorithm scheduling, individual choice, algebra, crossover and mutation probability control of the reservoir.
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:52.07kb
    • 提供者:阴影
  1. apriori

    3下载:
  2. 关联规则挖掘算法 Apriori算法的Matlab实现 可以自动生成关联规则,计算支持度、置信度-Association Rules Mining Algorithm Apriori algorithm can automatically generate Matlab realization of association rules, computing support, confidence
  3. 所属分类:Other Databases

    • 发布日期:2017-03-25
    • 文件大小:3.4kb
    • 提供者:linhw
  1. Data_Structures_And_Algorithm_Analysis_In_Java_Sou

    0下载:
  2. Data StructuresAnd Algorithm Analysis In Java Source Code
  3. 所属分类:Database system

    • 发布日期:2017-04-28
    • 文件大小:158.07kb
    • 提供者:ivorwang
  1. Apriori

    1下载:
  2. vc++ apriori算法源代码 绝对能用-vc++ apriori algorithm source code can be absolutely
  3. 所属分类:Database system

    • 发布日期:2017-03-30
    • 文件大小:65.64kb
    • 提供者:罗文
  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-12
    • 文件大小:35.13kb
    • 提供者:周成
  1. Improved-Apriori-algorithm-i

    0下载:
  2. 改进的Apriori算法在老人健康系统中的应用研究与实现,-Improved Apriori algorithm in Elderly Health System Research and Implementation
  3. 所属分类:Database system

    • 发布日期:2017-05-18
    • 文件大小:4.52mb
    • 提供者:
  1. c--(10-different-algorithm-instance)

    0下载:
  2. 里面包含有10种几班的c++算法实例,简单快捷-Which contains 10 kinds of several classes c++ algorithm instance, simple and quick
  3. 所属分类:Other Databases

    • 发布日期:2017-04-25
    • 文件大小:81.86kb
    • 提供者:李孟平
  1. Genetic-Algorithm-CPP-code

    0下载:
  2. 完整详细的遗传算法代码,本人中山大学计算机系副教授-Genetic Algorithm
  3. 所属分类:Database system

    • 发布日期:2017-04-15
    • 文件大小:5.25kb
    • 提供者:殷卫强
  1. BFS-algorithm

    0下载:
  2. BFS算法,广度优先遍历算法。以邻接表为存储结构的广度优先遍历-BFS algorithm, breadth-first traversal algorithm. Table adjacent to the storage structure of the breadth-first traversal
  3. 所属分类:Other Databases

    • 发布日期:2017-05-07
    • 文件大小:1003.18kb
    • 提供者:吴大
  1. LDPC Algorithm realization based on CCSDS

    0下载:
  2. 本文基于 CCSDS 标准上的算法详细研究了校验矩阵的生成算法、快速编码算法、最小 和译码算法,通过仿真对掌握的情况进行验证。虽在文章中最后没有给出在硬件上实现的情 况,但是在硬件上实现时各模块的设计进行了较为详细的介绍,后续工作证明它是行之有效 的。(In this paper, based on the algorithm of CCSDS standard, the generation algorithm of parity check matrix, fast encoding alg
  3. 所属分类:数据库系统

    • 发布日期:2017-12-16
    • 文件大小:226kb
    • 提供者:夏妩
  1. statistic algorithm

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

    • 发布日期:2018-04-22
    • 文件大小:208kb
    • 提供者:jirachi123
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com