CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 算法实现

搜索资源列表

  1. 120

    0下载:
  2. 算法实现 最优分解问题 算法实现 最优分解问题-Algorithm to achieve optimal decomposition algorithm for optimal decomposition problem
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:4596
    • 提供者:韩傲
  1. 11

    0下载:
  2. 基于DCT变换的水印算法实现论文的开题报告,文献综述,外文翻译-DCT-based Watermarking Algorithm Transform implementation problem that thesis report, literature review, foreign language translation
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:35888
    • 提供者:郑吒
  1. net

    0下载:
  2. 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-adsfasdghadfgasdfasdf
  3. 所属分类:File Formats

    • 发布日期:2017-04-26
    • 文件大小:99748
    • 提供者:ecbhu
  1. faceidentify

    0下载:
  2. 人脸识别的文献,《人脸识别实验平台设计及人脸识别算法实现.nh》,希望对大家有帮助-Face recognition literature, " Design and experimental platform face recognition face recognition algorithm. Nh" , want to help everyone
  3. 所属分类:File Formats

    • 发布日期:2017-05-17
    • 文件大小:4877218
    • 提供者:qiuqiu
  1. SlicingProcessBasedVRML

    0下载:
  2. VRML文件分层算法实现,:选择VRML文件作为RP分层系统三维模型与RP系统的接口文件,开发了一个基于VRML文件的分层处理系统,该系统完成对VRML三维模型的浏览和分层处理的功能。 -The Technology of Slicing ProcessBased on VRML。 VRML file is chosen to be used inRP system as the intermediate file,so slicing system based on VRML is
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:122369
    • 提供者:mm
  1. GenetiAlgorithm

    1下载:
  2. 主要是关于基因演算法里面的思想及如何实现,还有它的原理,是智能计算里面非常重要的部分-Mainly on genetic algorithms inside the thoughts and how to achieve, as well as its principles, is intelligent computing inside a very important part of the
  3. 所属分类:File Formats

    • 发布日期:2015-11-01
    • 文件大小:257508
    • 提供者:dfa
  1. jojo

    0下载:
  2. 课题五、编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度: 要求设计主界面以灵活选择某算法,且以下算法都要实现 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN)
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:22753
    • 提供者:shenjiulin
  1. GISShort

    0下载:
  2. GIS中最短路径的算法实现,有助于理解,会有帮助的!-GIS in the shortest path algorithm to help understand it, it would be helpful!
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:309517
    • 提供者:Daniel
  1. os

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序。-Design a number of priority scheduling algorithm processor scheduling procedures.
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:1308
    • 提供者:董明星
  1. jiandan40

    0下载:
  2. 运用matlab编程实现蚁群算法的低压电力线设计-Ant colony algorithm using matlab programming design of low voltage power line
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:3064
    • 提供者:ywj7891
  1. fenpei

    2下载:
  2. 分配问题的实现,是利用匈牙利算法实现的MATLAB代码!-The realization of the distribution is the use of the MATLAB code Hungarian algorithm!
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:1132
    • 提供者:Benson
  1. 2

    0下载:
  2. 1) 实现对两个文件数据进行合并,生成新文件3.txt 2) 抽取出三科成绩中有补考的学生并保存在一个新文件4.txt 3) 对合并后的文件3.txt中的数据按总分降序排序(至少采用两种排序方法实现) 4) 输入一个学生姓名后,能查找到此学生的信息并输出结果(至少采用两种查找方法实现) 5) 要求使用结构体,链或数组等实现上述要求. 6) 采用多种方法且算法正确者,可适当加分. -1) The realization of the merger of the two
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2216
    • 提供者:asdf
  1. tuxiangjunhenghua

    0下载:
  2. 将图像均衡化,不适用所给函数,用自编算法实现-Image equalization, not applicable to the function, using self algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:541
    • 提供者:lunarnaut
  1. matlab-4

    0下载:
  2. 用BP算法实现函数 逼近。 说明:1)网络结构为三层(输入层、1个隐层和输出层) 2)获取两组数据,一组作为训练集,一组作为测试集 3)用训练集训练网络 4)用测试集检验训练结果 -With BP algorithm function approximation. Descr iption: 1) The network structure of the three-layer (input layer, a hidden layer and output laye
  3. 所属分类:File Formats

    • 发布日期:2017-11-15
    • 文件大小:79226
    • 提供者:songkaihua
  1. banker

    0下载:
  2. 通过算法,实现进程间有限资源的安全分配,避免死锁的产生,利用银行家的算法实现.-Algorithm to achieve security allocation of limited resources in the process, to avoid deadlock generation of bankers algorithm.
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:5735
    • 提供者:彦成
  1. otsu

    0下载:
  2. 基于otsu算法的图像分割算法实现,经过多次验证,程序无错误。-Based on Otsu algorithm for image segmentation algorithm, after repeated verification, error-free program.
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:616
    • 提供者:王海超
  1. zuizhong1

    3下载:
  2. HHT算法实现emd分解,及希尔伯特黄变换,实现瞬时频率瞬时幅值,边际谱的提取。-The HHT algorithm emd decomposition and Hilbert-Huang transform to achieve the instantaneous amplitude of the instantaneous frequency marginal spectrum extraction.
  3. 所属分类:File Formats

    • 发布日期:2017-11-13
    • 文件大小:6520
    • 提供者:罗忠运
  1. RFID

    0下载:
  2. :提出一种基于独立成分分析(ICA)和位隙动态分组技术的超高频(UHF)射频识别(RFID)多标签防碰撞算法。利用ICA 算法实现多目标的同时识别,利用动态位隙标签分组保证阅读器同时读取的标签数少于或等 于其天线数,从而使ICA 工作于非欠定状态-A novel ultra high frequency (UHF) radio frequency identification(RFID)anti-collision algorithm based on independent compo
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:222356
    • 提供者:小红
  1. Graph

    0下载:
  2. 输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。-Enter a weighted undirected graph with vertices, edges, each of the side information (two ve
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3653
    • 提供者:毕瑞丰
  1. fastica

    0下载:
  2. fastica算法的基本原理介绍,以及算法实现的具体参考步骤-fastica algorithm introduces the basic principles and steps of the algorithm to achieve the specific reference
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:69316
    • 提供者:gongcaili
« 12 3 4 5 »
搜珍网 www.dssz.com