CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - online algorithm

搜索资源列表

  1. mars212dc_cn

    0下载:
  2. 在网上找到的银行家算法,包括c和c++描述,大家-online algorithm to find the bankers, including the c and c descr iption, we look at
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19453
    • 提供者:赵松
  1. lzw

    0下载:
  2. 网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable-many online compression procedures, the procedures for the realization of a simple algorithm-lzw compression algorithm, which stretched to the hashtable
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1196997
    • 提供者:heyangyi
  1. mazh

    0下载:
  2. 旅行商问题的算法,采用分枝限界。网上都只有算法描述,没有实现,这里给出了完整实现,并封装成1个类。-TSP algorithm used Branch and Bound. Only online algorithm descr iption, failed to materialize here is the realization of complete, and packaged as a category.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2187
    • 提供者:赵刚
  1. 2_3_tree

    0下载:
  2. 23tree的完整实现,提供了网上找不到的删除算法,严格测试,可读性较差。删除如有bug请与作者联系。-23tree complete, providing an online algorithm can not find the deletion, rigorous testing, poor readability. Remove any bug, please contact the author.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:700770
    • 提供者:xdev
  1. ds_1

    0下载:
  2. 1.定义线性表的链式存储结构 2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-1. The definition of a linear form chain storage structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, des
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:864
    • 提供者:Yvonne
  1. ClassAstar

    0下载:
  2. A*搜寻算法,俗称A星算法。这是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法。常用于游戏中的NPC的移动计算,或线上游戏的BOT的移动计算上。-A* search algorithm, called A Star algorithm. This is a plane in the graphics, there are multiple nodes in the path, find the lowest cost method adopted. Commonly used in
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:84597
    • 提供者:ligang
  1. Queen

    0下载:
  2. 八皇后问题,这是在查看了网上很多八皇后问题的求法之后自己总结的比较好的算法-Eight queens problem, which is a lot of viewing an online method for finding the eight queens problem after summing up the better their algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:869857
    • 提供者:zcj
  1. MaxSubsequenceSum

    0下载:
  2. 最大子序列和的求法,c++代码次优和最优实现,次优算法MaxSubsequenceSum3采用递归O(Nlog(N)),最优算法MaxSubsequenceSum4是一种联机算法,O(N)-Sequence and the largest Method, c++ code, sub-optimal and optimal implementation, sub-optimal algorithm MaxSubsequenceSum3 recursively O (Nlog (N)), optim
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:806
    • 提供者:韦鹏博
  1. banshuji

    0下载:
  2. 半数集问题-算法设计 ----通过 Judging online-Half of the set of issues----- By Judging online algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:3321
    • 提供者:magoc boy
  1. tanxin

    0下载:
  2. 北京大学程序在线评测系统(POJ)中关于贪心算法的一个解题程序-Peking University program online evaluation system (POJ), a greedy algorithm on problem solving process
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:961
    • 提供者:xiao
  1. shujujiegou-yu-suanfafenxi-java-ban

    0下载:
  2. 数据结构与算法分析java版是纯英文版,有英语基础的应该能看的懂,其中的属于可以在线查阅,基本原理与C版的一样。-Data structures and algorithm analysis java version is pure English, English-based should be able to see to understand, which is available online, the basic principles and C versions of the sam
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2883959
    • 提供者:rs
  1. first

    0下载:
  2. 网络课程设计题目,计算检验和,采用端循环进位的算法-Online course design topics, checksum computation, using the algorithm end around carry
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1076
    • 提供者:张会会
  1. 1

    0下载:
  2. 1.定义线性表的链式存储结构 2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。 -1. Define the linear form of the chain store structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, dest
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:724
    • 提供者:武朝阳
  1. shortpath

    0下载:
  2. 实现一个dijkstra算法,这个算法网上很多-Achieve a dijkstra algorithm, the algorithm many online
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1387
    • 提供者:
  1. exam3

    0下载:
  2. 北京大学icpc在线测试 包装问题,题号1017,主要用到的算法是贪心算法。-Beijing university icpc online testing, your bluebooks 1017, the main idea is the greedy algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:2116258
    • 提供者:刘莎
  1. poj1273

    0下载:
  2. 网络流的压入与重标记算法,该代码以poj1273为例,比网上已有的更为简洁。-Network flow pressure in and re-labeling algorithm, the code example to poj1273 than the online already more concise.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:817
    • 提供者:no
  1. wll

    0下载:
  2. 网络流算法,自己写的实现最大流问题的好方法,是用邻接表实现的ISAP,网上可是很少的哟-Network flow algorithm, a good way to write your own to achieve the maximum flow problem, is the ISAP adjacency list online but few yo
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1134
    • 提供者:吴振禹
  1. dynamicsvm

    3下载:
  2. 动态SVM算法,可实现模型的在线实时更新,里面的数据需要根据自己的实际数据改变,为一多输入单输出的拟合预测模型。-Dynamic SVM algorithm can achieve real-time updates online model, the data inside the data according to their actual needs change, fitting prediction model is a multi-input single-output.
  3. 所属分类:Data structs

    • 发布日期:2015-05-22
    • 文件大小:8192
    • 提供者:范振东
  1. RBF

    3下载:
  2. 针对传统的PID控制器参数固 定而导致在控制中效果差的问题,提出一种基于模糊RBF神经网络智能PID控制器的设计方法。该方法结合了模糊控制的推理能力强与神经网络学习能力强的特 点,将模糊控制与RBF神经网络相结合以在线调整PID控制器参数,整定出一组适合于控制对象的kp,ki,kd参数。将算法运用到电机控制系统的PID 参数寻优中,仿真结果表明基于此算法设计的PID控制器改善了电机控制系统的动态性能和稳定性。-Traditional PID controller parameters fixed
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2076
    • 提供者:马腾
搜珍网 www.dssz.com