CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Object identification

搜索资源列表

  1. biaoshi

    0下载:
  2. 该程序是关于vc图像处理的,其功能是图像分割,标识物体测量面积和周长。-that the procedure was on vc image processing, and its function is image segmentation, object identification measurement area and perimeter.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:160658
    • 提供者:huangzhi
  1. identification

    0下载:
  2. 模型参考自适应控制系统由参考模型、受控对象、控制器和自适应律等组成。系统设计的核心是综合和设计控制器和自适应规律,使系统能稳定跟踪参考模型的输出[2]。近年来,对时变系统的自适应控制的研究已取得了较大的进展。在文[3]的基础上,本文针对线性时变系统的一种改进的模型参考自适应控制方案进行仿真研究,仿真结果说明了该控制方案的可行性。-Model reference adaptive control system consists of a reference model, the controlle
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1436
    • 提供者:zl
  1. dib1

    0下载:
  2. 标识物体测量面积周长处理程序,不错的学习资料。-Circumference measurement object area identification process, a good learning materials.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-06
    • 文件大小:1263935
    • 提供者:koman
  1. zhufneliang

    2下载:
  2. 目标的雷达散射截面(RCS)包含了丰富的目标类别信息,如何有效利用目标RCS特征对空间目标的雷 达识别具有重要意义. 文中提取中心矩作为特征向量,采用主分量分析( PCA)进一步进行特征压缩,利用支撑矢 量-Target radar cross section (RCS) contains a wealth of objective categories of information, how the effective use of target RCS characteristi
  3. 所属分类:其他小程序

    • 发布日期:2013-06-07
    • 文件大小:189559
    • 提供者:f0700
  1. ThinkC

    0下载:
  2. 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。-Author of this book to learn C++ based on their personal experienc
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14495677
    • 提供者:Alice
  1. rtti

    0下载:
  2. 通过运行时类型识别(RTTI)(Run-Time Type Identification),程序能够使用基类的指针或引用来检查这些指针或引用所指的对象的实际派生类型。-Through run-time type identification (RTTI) (Run-Time Type Identification), procedures to use the base class pointer or reference to check the pointer or reference to
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:13787
    • 提供者:yiliang
  1. objectdet20070707

    1下载:
  2. cvpr07年 对象检测代码 hog+svm,压缩包里含有行人,车辆等分类器,可以直接检测-cvpr07 on object identification code hog+ svm, compression bag with pedestrians, vehicles and other classifiers
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-06
    • 文件大小:5592064
    • 提供者:liurui
  1. tuxiangchuli1

    0下载:
  2. 用vc++标识物体测量面积周长,代码经过验证。-Vc++ object with a measurement area perimeter identification code is verified.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:160967
    • 提供者:lession
  1. Edge_DEtection

    0下载:
  2. Edge detection is one of the most commonly used operations in image analysis, and there are probably more algorithms in the literature for enhancing and detecting edges than any other single subject. The reason for this that edges form the out
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:448057
    • 提供者:Image
  1. VCPP

    0下载:
  2. 提高软件健壮性的基本手段之一就是使用异常处理技术。 C++异常处理技术是一种面向对象的运行时错误处理机制,思路完全不同于C语言的返回值检查策略。这里主要讨论C++异常处理机制的构成及其使用策略,以及一些RTTI(Run-time Type Identification)的知识。-The basic means to improve the robustness of the software is to use exception handling techniques. Exceptio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:35278
    • 提供者:柯南
  1. AplusbTb

    0下载:
  2. 系统辨识中假定确定了对象的线性状态方程式,要求其系数。对象是时慢变系统,这时需要跟踪它的系数。这个场合使用递推最小二乘法很合适。本程序提供了一个试验例子。读者可根据需要自己更改代码。-System identification assume that the object to determine the linear equation of state, asking them to factor. When an object is a slowly varying system, then
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:21669
    • 提供者:xuxiangxing
  1. Thinking-in-CPP

    0下载:
  2. 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。-Author of this book to learn C++ based on their personal experienc
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14534452
    • 提供者:jackie
  1. SingleLoginDemo

    0下载:
  2. 每个登录的用户分配一个唯一识,这里使用Guid写到cookie里,注意把这个cookie设置成httponly的,当然如果你在程序里使用了Session,那么Session.SessionID就可以用来唯一标识一个用户了,Session.SessionId本质是在cookie里写个一段用来标识内存位置(对象)字符串,而且这个cookie也被设置成了httponly形式. 建立一张表用来记录用户登录时的唯一标识(flag)以及用户的Username,IP,登录时间等内容. 登陆后用户每次发出申请时
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:66800
    • 提供者:fang
  1. Thinking-in-CPP

    0下载:
  2. 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。-The book is divided into 48 chapters, covering the evolution of the objects, data abstraction hides implementation, initi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:11254847
    • 提供者:adobe reade
  1. Idigitaldetecn

    0下载:
  2. 包括详细讲解与源代码,目的是将一幅图像中的数字识别出来,图像中数字有一定的倾斜角度,且各个部分光照不均,数字大体分布位置相同。作者根据图像的这些性质,对图像进行分析,写出了识别数字的一个算法,该算法法先对图像进行尺度变换,将倾斜的图像正立,同时提取图像中的数字部分,再对数字进行特征的提取,最后确定所识别的是哪一个具体数字。在识别过程中,由于数字的特征不同,识别难度也不同,因此识别时有顺序区别,遵循 -Explain in detail with the source code, objec
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:206197
    • 提供者:kommkk
  1. analysis_elf

    0下载:
  2. ELF(Executable and Linkable Format,可执行与可链接格式)是一种二进制文件格式,用于可执行、对象代码、共享库和内存信息转储。1999 年被86open 项目选为x86 架构上的类Unix 操作系统的二进制文件格式标准.此代码对ELF 文件的数据做简单的拆分,对不同的部分用不同的颜色标识。-ELF (Executable and Linkable Format, executable and linkable format) is a binary file for
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:858448
    • 提供者:wangtt
  1. System-identification

    0下载:
  2. 三种方法辨识对象模型,内含详细讲解 运行方法: 修改当前路径为此文件夹;点击main.m运行老师给的数据,点击main2.m自动生成数据;弹出gui对话框,选择辨识方法。 -Three kinds of method to identify the object model, including a detailed explanation Operation method: Modify the current path to the folder click main
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:46182
    • 提供者:冯鑫
  1. GCDXOR

    0下载:
  2. RFID systems with passive tags are powerful tools for object identification.-RFID systems with passive tags are powerful tools for object identification.
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:732173
    • 提供者:rockbaby73
  1. 360

    0下载:
  2. 360文件鉴定器易语言源码例程程序创建易语言XMLHTTP对象实现360文件鉴定。 -360 document identification machine easy language source code routines to create easy language XMLHTTP object identification of 360 documents.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:6144
    • 提供者:zhch52
  1. object-detection-deep-learning

    0下载:
  2. deep learning object identification and trcaking
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:21853184
    • 提供者:g2p
« 12 »
搜珍网 www.dssz.com