CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - find object

搜索资源列表

  1. Generic_Pool_demo

    0下载:
  2. Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grow
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:174272
    • 提供者:zhuxin
  1. trykalman

    0下载:
  2. “假设我们要研究的对象是一个房间的温度。根据你的经验判断,这个房间的温度是恒定的” 学习kalman滤波的朋友开始,很可能会在网上找到一篇“卡尔曼滤波器”的文章,而且有程序,但是发现程序和文章不匹配 我自己写了一个程序,和文章一致的,图也相同,初学的朋友可以看看(我自己也刚学几天,^_^) 另:我好像在没有下载权限的情况下突然收到了一个很需要的程序,虽然不明白原因,还是很感谢-"If we are to the object of research is a room te
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1076
    • 提供者:始发地
  1. zerone

    13下载:
  2. 【题目描述】 Adam 和Eve 被赶出伊甸园后,盖起了四面高墙。高墙上写着n 行01 串。两人无事可做,于是 开始就这些01 串做如下博弈: 1. Adam 进行第1 手,此后双方轮流操作。 2. 第 i 手的操作者,可以且必须在0 和1 之间选择,并相应地抹掉某些串。具体地,若选择 0(1),则抹掉第i 位为0(1)的所有串。长度短于i 的串,也须抹掉。 3. 一方操作之后若将所有串都抹掉了,则判该方失败。 若两人皆明智,则胜负必然确定。不幸的是他俩
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-10
    • 文件大小:1847
    • 提供者:Zinnia
  1. ArrayList

    0下载:
  2. C# ArrayList C++模仿版,只支持最简单的动态队列操作,采用双层链表,支持16兆以上个对象的队列管理。 效率:查找上界O(988+N/976144),插入及删除上界O(988+N/976144+N*T(create/delete-C# ArrayList C++ Imitation version, only support the simplest dynamic queue operations, the use of double-linked list, support
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:45215
    • 提供者:李金鑫
  1. facedetection1

    0下载:
  2. this code can find face object into image
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:813527
    • 提供者:fatih
  1. VidCapDlg

    0下载:
  2. capture the image of the inpu object from the user and then detect image edge of the object-find the edge of image by different methods such as sobel,canny,gaussian and capture the image of the user
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:4783592
    • 提供者:wai
  1. Image_Feature_Selection_Method_Based_on_Immune_Enc

    0下载:
  2. 针对目标与背景两类图像模式识别问题,在已有的特征选择方法基础上,提出了一种新颖的基于免疫分子编码机理的图像特征选择方法(IACA). 该方法借鉴生物免疫系统的抗体分 子编码机理,在对样本进行参数估计情况下,提出熵度量单个特征对于目标和背景的识别敏感度 从集合的角度研究并且定义了特征之间的包含和互补关系 并且基于组成抗体分子氨基酸结合能量最小原则,提出了关于图像目标的免疫抗体构建规则 最终实现了寻找最优特征子集的算法IACA ,该特征子集的维数通过算法自动获得无需人为设定,选择结果为目标的“免
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:593634
    • 提供者:崔冰
  1. yizhilinkedlist

    0下载:
  2. 异质链表的实现。实现异质链表的查找、插入、删除和遍历。面向对象编程,类,多态,继承,虚函数,虚析构函数,内存泄露 -Heterogeneous linked list implementation. Find heterogeneous linked list to achieve, insert, delete, and traverse. Object-oriented programming, classes, polymorphism, inheritance, virtual fu
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:599214
    • 提供者:panwang
  1. Image-Registration

    0下载:
  2. Image Registration to find difference and make rotation of object
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2206013
    • 提供者:sandy
  1. particle-filter-visual-tracking

    6下载:
  2. 该代码用于实现粒子滤波视觉目标跟踪(PF)、卡尔曼粒子滤波视觉目标跟踪(KPF)、无迹粒子滤波视觉目标跟踪(UPF)。它们是本人这两年来编写的核心代码,用于实现鲁棒的视觉目标跟踪,其鲁棒性远远超越MeanShift(均值转移)和Camshift之类。用于实现视觉目标跟踪的KPF和UPF都是本人花费精力完成,大家在网上是找不到相关代码的。这些代码虽然只做了部分代码优化,但其优化版本已经成功应用于我们研究组研发的主动视觉目标跟踪打击平台中。现在把它们奉献给大家!-These codes are us
  3. 所属分类:matlab

    • 发布日期:2014-05-12
    • 文件大小:396288
    • 提供者:朱亮亮
  1. tt

    0下载:
  2. hallen equation :this equation is modeled as matrix equation (the voltage is equal two the current multiplied by resistance),the object is to find the current distribution.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2575
    • 提供者:samara
  1. RUNGE

    0下载:
  2. RUNGE法求解阻尼振动问题,给出物体的运动方程及驱动力,求出物体的振动曲线(附报告)-Solving RUNGE vibration damping, given the equation of motion of objects and driving force, find the object of the vibration curve (with report)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:43656
    • 提供者:小方
  1. work

    0下载:
  2. code to find moving object in an avi video file
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1615
    • 提供者:maviz
  1. pardazesh

    0下载:
  2. detecting color and place in the picture. this project can find the place of object with red and blue color.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:9425
    • 提供者:arash
  1. image-procesing

    0下载:
  2. detect color and find the place of object
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7834
    • 提供者:arash
  1. aq

    0下载:
  2. 写一个程序,定义抽象基类shape, 由它派生3个基类,Circle(圆),Rectangle(矩形),Trapezoid(梯形)。用虚函数分别计算几种图形的面积,并求他们的和。要求:用基类指针数组,使它的每一个元素指向一个派生类对象-Write a program that defines an abstract base class shape, it is derived from the three basic classes, Circle (round), Rectangle (re
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:612
    • 提供者:ad
  1. 6_center

    0下载:
  2. 自动寻找均匀不规则物体重心程序,显示物体重心坐标-find center of object
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-24
    • 文件大小:21545089
    • 提供者:kaka
  1. watermark

    0下载:
  2. set the dct blocksize.find highly uncorrelated sequences.determine size of cover image.determine maximum message size based on cover object,& blocksize.generate shell of watermarked image- set the dct blocksize.find highly uncorrelated sequences.de
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-03
    • 文件大小:210094
    • 提供者:deep
  1. fire_emble

    0下载:
  2. java实现人工智能算法:通过将目标物放入地图上一个位置上,程序能够使用最短路径找到此目标物。配有界面且能够随意放置目标物(包括添加障碍物等)-Java implementation of artificial intelligence algorithm: the target object into the map the last position, the program can use the shortest path to find the target. Equipped wit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:164761
    • 提供者:zhuzhijiang
  1. Address-book-management

    0下载:
  2. 1.通讯簿是一个线性表,可以存储一定数量的联系人记录,提供查找、插入、删除和修改等操作。 2.通讯簿的特点是以查找为主要操作,要求快速查找到指定对象的位置,故宜采用具有随机访问功能的顺序表。 -1. The address book is a linear table, can store a certain amount of contact record, to provide search, insert, delete and modify operations. 2. Th
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:22365
    • 提供者:陈涛
« 12 »
搜珍网 www.dssz.com