CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - algorithms in

搜索资源列表

  1. fpa_demo

    0下载:
  2. Flower pollination is an intriguing process in the natural world. Its evolutionary characteristics can be used to design new optimization algorithms. In this paper, we propose a new algorithm, namely, flower pollination algorithm, inspired by the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2792
    • 提供者:John
  1. VC3

    0下载:
  2. C语言经典算法在100例 希望有助于初学者! ! ! ! !绝对经典! -C language classic algorithms in 100 cases Hope is helpful for beginners!!!!! An absolute classic!
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5161653
    • 提供者:dfsg
  1. PSOGSA

    1下载:
  2. 程序提出了一种基于人群混合算法,是粒子群优化和引力搜索算法的组合。主要目标提高整合PSO和GSA算法的能力-Hybrid Particle Swarm Optimization and Gravitational Search Algorithm (PSOGSA) A new hybrid population-based algorithm (PSOGSA) is proposed with the combination of Particle Swarm Optimization
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:153080
    • 提供者:chicen
  1. Chap04

    0下载:
  2. 数据结构中的字符串模式匹配算法,自己在VC中调试通过,并有优化代码。-Data structure string pattern matching algorithms, in their own VC debugging through, and optimized code.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:23103
    • 提供者:wurangzhong
  1. RLS_LMS-code

    0下载:
  2. RLS_LMS code the Least Mean Squares (LMS) and the Recursive Least. Squares (RLS) algorithms realize the design and simulation of adaptive algorithms in noise canceling, and ... of two algorithms .The adaptive filter with MATLAB are simulated and the
  3. 所属分类:MMS

    • 发布日期:2017-03-29
    • 文件大小:2387
    • 提供者:metal
  1. csharpdouglass

    0下载:
  2. GIS中道格拉斯压缩算法,用C#实现,Gis开发必备-Douglas compression algorithms in GIS
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:512127
    • 提供者:vera
  1. poi

    0下载:
  2. 编写程序要求:允许用户输入两整数求出并输出两整数大公约数(Common denominator)里介求公约数算法--欧几里德算法又称辗转相除法其计算理下:用a除b取余数a1 a1 = 0, 则b大公约数 否则用 b 除a1取余数a2 a2 = 0则a1大公约数 否则用 a1 除a2取余数a3a3 = 0则a2大公约数 否则用a2除a3取余数a4-Program requirement: allows the user to enter two integers and big Common di
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3760
    • 提供者:庞凤梅
  1. nlms2

    0下载:
  2. NLMS algorithm demo with adaptive learning rate. ... NLMS is one of the adaptive filter algorithms. In this file ,an ... pls send matlab code.
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2323
    • 提供者:hedi
  1. AIMASearch

    0下载:
  2. AIMA一书的全部源代码,包含人工智能领域的常见算法,国外网站下载-all the resource code of the book AIMA . including common algorithms in AI. form abord website.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:36147
    • 提供者:lyqhit
  1. Least-squares-algorithms

    0下载:
  2. 各种最小二乘法算法,包括一般最小二乘、递推最小二乘、增广最小二乘及辅助变量法等算法及MATLAB程序。-All kinds of least squares algorithm and their programs in matlab
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1110116
    • 提供者:徐振峰
  1. infocom11-cheng

    0下载:
  2. In this paper, we propose a novel compressive sensing (CS) based approach for sparse target counting and positioning in wireless sensor networks. While this is not the first work on applying CS to count and localize targets, it is the first t
  3. 所属分类:Development Research

    • 发布日期:2017-04-24
    • 文件大小:188324
    • 提供者:saeede abbasi
  1. DART-Directional-Anypath-Routing-in-Wireless-Mesh

    0下载:
  2. Anypath routing is proposed to improve the performance of wireless networks by exploiting the spatial diversity and broadcast nature of the wireless medium. In this paper, we study anypath routing in wireless networks with directional antennas,
  3. 所属分类:Development Research

    • 发布日期:2017-04-06
    • 文件大小:491266
    • 提供者:fahim68
  1. Anti-collision Algorithms for Multi-Tag RFID

    0下载:
  2. Anti-collision Algorithms for Multi-Tag RFID:describe a novel mode for anti collision in rfid
  3. 所属分类:软件工程

    • 发布日期:2014-06-15
    • 文件大小:426437
    • 提供者:caplan_87
  1. CImg-1.5.4

    0下载:
  2. 很小很方便的一个图像处理小工具包,使用时只需要把CImg.h头文件加入工程即可-The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a minimal set of C++ classes and methods that can be used in your own sources,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:12873412
    • 提供者:芍药
  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. 1-D-DWT_verilog-code

    0下载:
  2. Image compression is one of the prominent topics in image processing that plays a very important role in reducing image size for real-time transmission and storage. Many of the standards recommend the use of DWT for image compression. The compu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:1474276
    • 提供者:jeason
  1. CommonAlgorithm

    0下载:
  2. 下面是一些在准备采访整理常用算法。大多数写自己的实现,标题的一部分来自于“编程之美”,以及一些知名的网上博客。-Here are some commonly used algorithms in preparation for the interview finishing. Most write their own implementation, part of the title comes from the Program of the United States , as well a
  3. 所属分类:Data structs

    • 发布日期:2017-05-30
    • 文件大小:12497799
    • 提供者:AmosLiu
  1. Sc---Practical-Genetic-Algorithms-May-2004-unprot

    0下载:
  2. one of the best books in Genetic Algorithms
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:2684255
    • 提供者:chemsou
  1. how-to-read-c-programs

    0下载:
  2. 读懂别人的软件,有时比自己编写还难。此番教你些窍门,就好多了-Algorithms in C program
  3. 所属分类:software engineering

    • 发布日期:2017-06-02
    • 文件大小:14555136
    • 提供者:lixun
  1. DataFuncDLL

    0下载:
  2. 实现了算法库的模型,封装了算法库中的一些算法,将算法的接口进行标准化-The realization of the algorithm model, encapsulates some algorithms in the library, the algorithm interface standard
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:12513
    • 提供者:Erick
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com