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

搜索资源列表

  1. CPP-experiment

    0下载:
  2. 运用面向对象的思想,设计基于异质链表的大学人员信息管理系统。 管理信息包括三类: 学生:姓名、年龄、社会保险号、年级、平均成绩   职员:姓名、年龄、社会保险号、工资   教师:姓名、年龄、社会保险号、工资、研究方向   可以增加、删除、查找、打印以上人员信息。-The use of object-oriented thinking, design is based on heterogeneous list of university personnel informa
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5654415
    • 提供者:韩彩英
  1. 3

    0下载:
  2. 设计一个类似于Windows记事本(Notepad)的Java程序。可以打开、新建、保存一个文本文件;对选中的文本进行各种编辑操作(设置字体、字号、字型、对齐方式、背景、前景色、复制、粘贴、剪切、查找、替换等);在文本中能够插入对象。-Design a similar to Windows Notepad (Notepad) Java program. You can open, create, save a text file selected text on a variety of ed
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1398
    • 提供者:张克
  1. CV2_Learn_ContentFinder

    0下载:
  2. 使用opencv2写的,利用均值漂移(Mean Shift)算法查找感兴趣的物体。-Use opencv2 write, using mean shift (Mean Shift) algorithm to find the object of interest.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:10260959
    • 提供者:alonjiao
  1. N-sparse

    1下载:
  2. 创建一个n维的稀疏数组对象,n是任意值。 定义N可能是大于2的一类n维稀疏阵列。然而,它应该被认为是一种起动方式与普通的MATLAB稀疏矩阵和重塑它有N维度。换句话说,稀疏的数据,首先必须能够作为一个普通的2D MATLAB稀疏矩阵被前n维。事实上,如果目标数组的尺寸mxnxp……yxz,然后将它存储在内部类是一个普通的二维稀疏阵列的尺寸(M×N×P×……×Y)XZ。这导致了某些内存株时使用大量的尺寸。我发现有用的类主要用于中等尺寸像三维图像边缘检测,你经常要举行一个稀疏的3D的边缘地图。-Cr
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:23725
    • 提供者:刘亮
  1. encryptionadecryption

    1下载:
  2. 1、设计或借鉴一个加密解密算法(RSA); 2、通过C++实现该加密解密算法,并使用ATL(活动模板库)封装为组件对象; 3、通过VB创建一个GUI程序,在该程序中使用加密解密组件对象。 -Design or find an public-key cryptography algorithm. Create a C++ application which implements the public-key cryptography algorithm. Compile the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-19
    • 文件大小:82944
    • 提供者:余雅婷
  1. CPPexam10

    1下载:
  2. 1. 使用 C++标准模板库(STL)中的双向队列类(deque)重新实现实验九中实验任务2。 2. 声明一个整型数组,使用 C++标准模板库(STL)中的查找算法 find()进行数据的查找,然后应用排序算法Sort(),并配合使用标准函数对象Greater<T>对数据进行升序和降序排序。 -1 Use C++ Standard Template Library (STL) in the two-way queue class (deque) reimplement exp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:899043
    • 提供者:wolf
  1. UniqueInstance

    0下载:
  2. VC6.0实现的,只能有一个程序实例运行的例子程序。两套实现方案。一个使用互斥对象,一个使用找到窗口句柄-VC6.0 achieved, there can be only one instance to run the example program. Two implementations. Use of a mutex object, a window handle to use to find
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1866176
    • 提供者:苛刻
  1. Circle

    0下载:
  2. 1. 声明一个Circle类,有:数据成员Radius(半径),成员函数GetArea()计算圆的面积,构造函数Circle(float radius)进行初始化和析构函数。在主函数中创建一个Circle类的对象进行测试(输入一个数值,作为Circle类对象的半径,调用该对象的GetArea()求以该数值为半径的圆的面积)。-1. Declaring a Circle class are: data members Radius (Radius), member function GetArea
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:917178
    • 提供者:Jason_Way
  1. testMeanShift

    0下载:
  2. 基于Opencv的MeanShift跟踪代码。MeanShift算法是目标跟踪领域应用较广泛的算法,轻量级,原理是求概率密度最大位置。-Opencv based MeanShift tracking code. MeanShift is widely used in object tracking. lightweight. the principle is to find the probability density maximum position.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-08
    • 文件大小:15504731
    • 提供者:Elaine
  1. histogram

    0下载:
  2. 计算图像的直方图,通过查找表修改图像外观,直方图均衡化,反投影直方图以检测特定的图像内容,实用均值漂移算法查找物体,实用比较直方图检索相似图片-Files: histogram.h histograms.cpp correspond to Recipes: Computing the Image Histogram Applying Look-up Tables to Modify Image Appearance Files: colorhistogra
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:11118
    • 提供者:家家
  1. DuLinkList

    0下载:
  2. 一个基于面向对象的双向循环链表程序,提供链表数据的插入,添加,前序打印,后序打印,查找,计算长度等功能。-Based on object-oriented way circular list program that provides the list of data insertion, addition, pre-order printing, after printing sequence, find, calculate the length of the other functions
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:37969
    • 提供者:huangych
  1. vbacccfdata

    0下载:
  2. VB6源码禁止录入重复数据,实现在输入数据的时候,加上一个判断,禁止将重复数据保存到数据库,也就是判断数据库是否存在相同的记录,相当实用的VB数据库操作技巧吧!Module1.bas中主要是定义函数返回数据库连接,另外定义设置Toolbar控件上按钮状态的函数。操作的数据库对象为db_sell.mdb的客户类别表,如果发现提交的数据内容已存在,会弹出一个提示框告之-VB6 source of duplicate data entry ban, implemented in the input d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:26285
    • 提供者:cpudn23
  1. finder

    0下载:
  2. 已知要查找的物体在当前图片中的位置,使用meanshift算法查找下一幅图像中的该物体-To find the location of a known object in the current picture, use meanshift algorithm to find the next image of the object
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3877
    • 提供者:lord
  1. LibraryMIS

    0下载:
  2. 本系统所采用的开发环境主要是基于数据库系统的SQL Server 2000 和基于面向对象程序设计的C#。利用SQL Server 2000创建图书馆管理各信息表——用户信息表、图书信息表。利用C#和数据库建立连接之后,利用C#中的控件按钮以及一些程序代码实现一些特定的功能,例如用户图书信息查询、书库借出查询、密码修改、查找图书、个人信息查询、添加用户等,极大地提高了图书馆管理的效率。-This system adopted by the development environment is m
  3. 所属分类:CSharp

    • 发布日期:2017-05-15
    • 文件大小:3665326
    • 提供者:liuhang
  1. DNFMethodSearch

    0下载:
  2. 地下城人物基址搜索方法,能找到人我物基址,怪物数量基址,城镇基址-Dungeon figure base search methods to find people I object base, the base number of monsters, urban base
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1796
    • 提供者:pressbri
  1. Bag-Detection

    0下载:
  2. For security purpose and to detect stationary object in a place such as handbag, suitcase a system is implemented to find the static object if it exists in that place for more than 10 min.
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-06
    • 文件大小:174342
    • 提供者:KARTHIK
  1. BsicTestTool

    0下载:
  2. 步骤1:搜索全网同BB的小区,两两计算实际距离与安全距离,当实际距离<安全距离的,生成更换BSIC清单。(注;全网指本地网与邻界小区) 步骤2:同时查找上面同BB的小区是否为邻区关系或同属某一个小区的两邻区。若是,生成更换BSIC清单。 步骤3:操作者在更换BSIC清单中选择更换BSIC的小区(两个中选择一个,一般以右列为修改对象)。具体要更换的小区以此为准。 步骤4:一个个进行修改并更新CDD 修改原则:首选网络中没有使用过的BB组合。次选距离最大化的组合。 如A、B
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-05-11
    • 文件大小:2369052
    • 提供者:yyr
  1. DLTcode

    0下载:
  2. Robust Non-negative Dictionary Learning for Visual Tracking The provided codes could be either embedded into the benchmark framework of paper Online Object Tracking: A Benchmark (CVPR2013) (You can find details here: http://visual-tracking.net/) or
  3. 所属分类:Video Capture

    • 发布日期:2017-06-14
    • 文件大小:22211723
    • 提供者:mohit
  1. DNFMethodSearch

    0下载:
  2. 地下城人物基址搜索方法,能找到人我物基址,怪物数量基址,城镇基址-Dungeon figure base search methods to find people I object base, the base number of monsters, urban base
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1912
    • 提供者:llowsc
  1. gaojingdupengzhuang

    0下载:
  2. 高精度静态物体冲撞检测程序,虽然演示看似很无聊,但是如果你在做即时战略游戏你就会发现它的价值所在了 -High-precision static object collision detection process, although the demo looks quite boring, but if you make real-time strategy game you will find it the value of the
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6292
    • 提供者:andacce
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com