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

搜索资源列表

  1. c_value

    0下载:
  2. 提取图像的颜色特征,首先将图像颜色映射到指定的8个颜色,然后利用自相关和互相关计算得到图像的特征向量,并从原数据库中算出利用此方法检索图像的正确率,并将检索结果好的图像显示到指定文件夹中。-Extract image s color characteristics.First, the image color map to the specified eight colors, then use the auto-correlation and cross-correlation calcula
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:324286
    • 提供者:董懂
  1. Binary_search_tree

    0下载:
  2. Binary search tree with the function to add elements and to delete elements
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:bob
  1. AcquisitionofGPSSignal

    0下载:
  2. The purpose of this lecture is to show the idea behind GPS signal acquisition and additionally different ways of doing the implementation. Subjects - GPS Signal Acquisition o Doppler frequency bins - Serial Search Acquisition -
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4244749
    • 提供者:曲卫
  1. search

    0下载:
  2. search行动机制的实现,其为状态演算中一个重要部分-search action mechanism of realization of it as an important part of the state calculus
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:48258
    • 提供者:李倩
  1. YUVPlayer1.2

    0下载:
  2. 本程序主要四大功能特点: 1、继承了 YUVViewer 可以同时打开多窗口的特点; 2、继承了 Elecard YUV Viewer 可以进行两幅图像对比的特点; 3、增加了宏块信息显示功能; 4、增加了两图对比时同步帧跳转功能: 例如对于错误码流,不同的错误隐藏算法可能造成解码序列长度不同,这时要比较两个序列就很不方便。而该功能正是为了解决这个问题,即以另一序列的显示图像为标准,在当前序列中寻找与其完全相同的图像。 -Four main features
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:230303
    • 提供者:沈磊
  1. fibonaccisearch

    0下载:
  2. Fibonacci search method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2424
    • 提供者:Ishtiaq
  1. A-star

    0下载:
  2. A*算法,启发式路径搜索(星际,帝国等即时战略游戏中AI寻路)-A* algorithm, heuristic path search (Star, Imperial and other real-time strategy game AI pathfinding)
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:403497
    • 提供者:赵鹏
  1. search

    0下载:
  2. 一个搜索引擎原型.ssh2+htmlparser+lucene. 其中htmlparser重新编译了,encoding改过.适合于中文-very good
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-10
    • 文件大小:17498092
    • 提供者:wang
  1. CommonAlgorithmDesign

    0下载:
  2. 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:67716
    • 提供者:YuMy
  1. TSE

    0下载:
  2. 天网袖珍版搜索引擎TSE(Tiny Search Engine)源码-Skynet pocket version of search engine TSE (Tiny Search Engine) Source
  3. 所属分类:Search Engine

    • 发布日期:2017-03-27
    • 文件大小:142388
    • 提供者:ounata
  1. Search-multiple-sites-based-on-source

    0下载:
  2. 基于多个网站搜索源码,基于多个网站搜索源码-Search multiple sites based on source code, source code based on multiple site search
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:283047
    • 提供者:liumangtu
  1. rsar_1.3.3.tar

    1下载:
  2. sar is a Rough Set-based Attribute Reduction (aka Feature Selection) implementation. This is an implementation of ideas described, among other places, in the following paper: Qiang Shen and Alexios Chouchoulas, A Modular Approach to Generating Fu
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-01-14
    • 文件大小:730127
    • 提供者:NH
  1. search

    0下载:
  2. 此数据库具有添加,删除,修改,查找的功能-This database has to add, delete, modify, search function
  3. 所属分类:Other Databases

    • 发布日期:2017-05-10
    • 文件大小:2155060
    • 提供者:余军
  1. METSlib

    0下载:
  2. METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。 -METSlib implements the basics of some metaheuristics algorithm: * Random Restart Local Search * Variable Neighborhood Search * Iterated Local Search * Simulated Annealing (with line
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:21317
    • 提供者:mx
  1. A_Acolyte_176621752004

    0下载:
  2. A Acolyte of AI with 8 Puzzle-This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells in a proper sequence on an 3 b
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:29204
    • 提供者:Sun
  1. 3DTTT

    0下载:
  2. this program is word search
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:26541
    • 提供者:wahyu
  1. Tabu_Best

    0下载:
  2. Tabu search is a meta-heuristic that guides a local search towards better solutions.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:49226
    • 提供者:tunakaan
  1. search

    0下载:
  2. ACM 搜索好书 资料 大家要下阿 我好不容易收集俄-ACM Search Books Information
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:158918
    • 提供者:chaiyingying
  1. visibility_graph_robot_motion

    1下载:
  2. visibility graph code developed on matlab, which uses astar search algorithm and minkowski difference - developed and updated from the previosly uploaded java source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7001
    • 提供者:jackass243
  1. Search

    0下载:
  2. 用C实现的查找算法函数,比较全面,拿来共享-Search algorithm implemented using C functions, relatively comprehensive, be used to share
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:11155
    • 提供者:蛐蛐
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com