搜索资源列表

  1. ImageRetrieval

    0下载:
  2. 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:359424
    • 提供者:平天羽
  1. VNCDump

    1下载:
  2. vnc本地口令破解C源代码 默认情况下VNC服务端的密码是放在注册表中的,本工具只针对这种情况。首先用ASP读出注册表中的加密密码,然后用破解工具破解。-+++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +This is a little Disclaimer for if you havn t read the on on our site.
  3. 所属分类:WEB源码

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:sdsd
  1. OnbuildingfastkdTreesforRayTracing

    0下载:
  2. On building fast kd-Trees for Ray Tracing, and on doing that in O(N log N)
  3. 所属分类:编程文档

    • 发布日期:2024-04-29
    • 文件大小:217088
    • 提供者:bianbian
  1. 71477222simkd

    0下载:
  2. kd树,里面有详细代码,介绍kd树的生成、使用。-kd tree, there are detailed code, generate kd tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:208896
    • 提供者:紫龙
  1. pid

    0下载:
  2. pid controller for software labview8 with regular kp & ki & kd
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:17408
    • 提供者:mojtaba
  1. kd

    0下载:
  2. 检测宽带是否连接 易语言源码 检测宽带是否连接-Detection of broadband source is connected easy language
  3. 所属分类:易语言编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:林成静
  1. RUNDLL.EXE

    0下载:
  2. 复制文本内容,实现文件的复制或拷贝,打开了弗兰克撒-copy text or cut text,so better beautful and happy kd kill
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:申小东
  1. PID-control-based-BP

    0下载:
  2. 用一个多层前向神经网络,采用反向传播算法依据控制要求实时输出Kp、Ki、Kd,依次作为PID控制器的实时参数,代替传统PID参数靠经验的人工整定和工程整定,以达到对大迟延主气温系统的良好控制。-We use a multilayer feedforward neural network using back propagation algorithm and based on control requirements.This net
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:577536
    • 提供者:durongmao
  1. knnsearch

    0下载:
  2. 一个小而有效的程序来执行的K -近邻搜索算法,此算法利用JIT 理论加速循环,比向量化有效解决了大量数据的精度问题。甚至比kd-tree效果要佳-A small and effective procedures to implement the K- nearest neighbor search algorithm, this algorithm uses JIT acceleration cycle theory, than to
  3. 所属分类:matlab例程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:
  1. ImageStitch

    0下载:
  2. 基于SIFT算法的图像拼接 主要是运用SIFT算法求得特征点,然后用kd_tree进行特征点匹配,根据匹配点求得2x2的变换矩阵,然后利用变换矩阵变换图像(需要插值)。-Image Stitch Based on SIFT
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:31744
    • 提供者:yyscamper
  1. rtree

    0下载:
  2. RTree - KD Tree Used In Graphics Programming VS Version-RTree- KD Tree Used In Graphics Programming VS Version
  3. 所属分类:3D图形编程

    • 发布日期:2024-04-29
    • 文件大小:55296
    • 提供者:Li yaca
  1. KD.ZIP

    0下载:
  2. Multufuctional DC-Motor control on ATMega
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:Vitaly
  1. fuzzy-PID

    0下载:
  2. 模糊PID控制器具有控制任意非线性函数的能力,能实现对PID控制器的参数Kp, Ki, Kd的实时在线整定,使系统具有更好的鲁棒性和自适应性,其输出也可以通过在线调整达到预期的控制精度。-Fuzzy PID controller has the ability to control an arbitrary nonlinear function, can achieve the parameters of the PID control
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:5120
    • 提供者:小静
  1. KDTreeprogramVC

    0下载:
  2. kd树的算法实现,用VC写的,比较详细,大家参考-kd tree program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:5225472
    • 提供者:lvdan
  1. kdtree_cpp_warpper

    0下载:
  2. 实现对John Tsiombikas的C语言版的kdtree算法的C++封装,实现了最近邻查询已经指定距离搜索。复杂度NLOG(N),非常快。-A c++ wrapper of John Tsiombikas s library for working with 2d/3d kd-trees
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-29
    • 文件大小:10240
    • 提供者:highrisk
  1. KD

    0下载:
  2. 密钥分配、理解密钥管理的重要性、掌握对称密码和公钥密码密钥管理的不同特性、掌握密钥分发基本方法,能设计密钥分发方案-Key distribution, key management to understand the importance of master symmetric cryptography and public key cryptography key management to the different charact
  3. 所属分类:加密解密

    • 发布日期:2024-04-29
    • 文件大小:14336
    • 提供者:
  1. kd

    0下载:
  2. js+asp实现,前台多数组数据提交后台处理,可做超市,医药管理软件等,前台开单系统。并且实现asp基础的对数据,删除,修改,添加等操作。-js+ asp to achieve, most of the foreground process group of data submitted to the background, do the supermarket, medical management software, front d
  3. 所属分类:WEB源码

    • 发布日期:2024-04-29
    • 文件大小:22528
    • 提供者:刑事犯
  1. kp-kd-ki

    0下载:
  2. 基于控制系统中PID控制系统参数优化,使PID参数设置更为合理-Control system based on parameter optimization of PID control system, the PID parameters are more reasonable
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:guojingtao
  1. StocasticsOnPriceChart1

    0下载:
  2. StocasticsOnPriceChart1,外汇交易指标,让KD在主图上显示。很强吧。-StocasticsOnPriceChart1, forex trading indicators to allow KD in the main map display. Strong bar.
  3. 所属分类:界面编程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:李哲
  1. 2007518203554756

    0下载:
  2. 一个用simulink做的模糊PID自适应系统,通过三个模糊FIS:dkp,dki,dkd来分别控制Kp,Ki,Kd,以达到PID参数可自动调整的目的。--A simulink do with self-adaptive fuzzy PID system, through three fuzzy FIS: dkp, dki, dkd to control the Kp, Ki, Kd, in order to achieve autom
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:299008
    • 提供者:dakey
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »

源码中国 www.ymcn.org