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

资源列表

« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 2673 »
  1. anti-collision-algorithm

    1下载:
  2. RFID防碰撞算法,matlab下模拟仿真,包括二进制树和ALOHA算法-RFID anti-collision algorithm, the matlab simulation, including binary tree algorithm and ALOHA
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:80860
    • 提供者:宋金林
  1. QuickSort

    1下载:
  2. c++代码,实现快速排序,代码中有数组和向量两种代码实现-c++ code, quick sort, using vector arrays and two ways
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2086896
    • 提供者:yangyang
  1. LLE

    1下载:
  2. 该算法是局部线性嵌入的算法,代码无误,已运行,并且附带数据集,可以使用,非常实用。-The algorithm is locally linear embedding algorithm, the code is correct, has been running, and with the data set, you can use, very practical.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-05-09
    • 文件大小:1778158
    • 提供者:xiaohuiyu
  1. K-huffmantree

    1下载:
  2. k叉哈夫曼树 动态生成 哈工大软件设计与开发 优秀代码 分享交流-hit excellent codes
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2048
    • 提供者:王兄
  1. IAVL4.a

    1下载:
  2.  1.编写AVL树的判别程序,并判断一个二叉搜索树是否为AVL树  2.实现AVL树,其上的基本操作为:Search,Insert,Delete,和Ascend  3.基本操作的动态演示  4.扩展  A.实现带索引的AVL搜索树,其上的基本操作: Search,Insert,Delete,IndexSearch,IndexDelete,Ascend - 1. write AVL tree discrimination program, a
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-05-23
    • 文件大小:1205726
    • 提供者:筱晓
  1. KPCA1

    1下载:
  2. 通过非线性映射将原始空间的向量映射到高维空间,进而提取特征的方法 核主成分分析法-Kernel Principal Component Analysis
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3481439
    • 提供者:王伟
  1. Account

    1下载:
  2. 一、实验名称:银行账户模拟 二、实验目的:这道题的主要目的是加深同学们对于面对对象编程中继承理解 三、实验内容: 创建一个银行账户的继承层次,表示银行的所有客户。所有的客户都能在他们的银行账户中存钱、取钱。任务主要如下: (1)创建Account类,作为基类。Account类应该包含帐户余额,并提供构造函数;向账户中余额加钱的方法;减少账户中余额的方法;获取当前帐户余额的方法。 (2)创建Account类的派生类:储蓄账户SavingAccount类,除去基类Account的
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:234722
    • 提供者:刘微笑
  1. danlianbiao

    1下载:
  2. 1.产生随机数序列 2.建立一个单链表,将随机数序列中的数据存入该单链表 3.在该单链表的第i个位置插入节点 4.删除该单链表的第i个节点 -1. i-node generates a random number sequence 2. The establishment of a single list, the data stored in the random number sequence in the single node in the list 3. Insert
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1943
    • 提供者:李雪娇
  1. percolation.tar

    1下载:
  2. 实现正方形渗流模型的数值模拟,使用的是weighted-union-find算法-a C version of percolation model
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2882
    • 提供者:黄德平
  1. ClusteringCode

    1下载:
  2. 输入邻接矩阵,该matlab算法输出连通子图结果,对赋权图,可通过设置权值阈值,将原图根据该阈值分为若干子图。-Adjacency matrix input, the output of the algorithm matlab connected subgraphs result, the weighted graph, by setting the weight threshold, based on the original image is divided into several su
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1070
    • 提供者:jiajian
  1. main

    1下载:
  2. 相场和温度场的耦合强度是非常重要的参数,它决定着热量和凝固的联系,对晶粒的生长具有绝对的控制作用。-The phase field and temperature field coupling strength is very important parameter, which determines the heat and the solidification of the links on the grain growth of the role of absolute control
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:4658
    • 提供者:王平
  1. Romania_Trip

    1下载:
  2. 罗马利亚度假问题 一. 问题描述 分别用代价一致的宽度优先、有限制的深度优先(预设搜索层次)、贪婪算法和A*算法求解“罗马利亚度假问题”。即找到从初始地点 Arad到 目的地点 Bucharest 的一条路径。 要求: 分别用文件存储地图和启发函数表,用生成节点数比较几种算法在问题求解时的效率,并列表给出结果。-Romania holiday issue I. problem descr iption Respectively, consistent with the c
  3. 所属分类:Data structs

    • 发布日期:2016-11-28
    • 文件大小:360448
    • 提供者:chen
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 2673 »
搜珍网 www.dssz.com