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

搜索资源列表

  1. superMaketSystem

    0下载:
  2. 一个简单的超市购物系统的编程,定义一个货物Goods类,它派生3种不同的电器子类:冰箱、彩电、空调。 然后各创建一个实际的对象,即顾客购买了3种电器,比如:海尔冰箱、长虹彩电、格力空调。使用虚函数,求这些电器价格之和。 -A simple programming supermarket shopping system, define a class of goods Goods, which derives the electrical sub 3 different categorie
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:228711
    • 提供者:江城史
  1. snake

    0下载:
  2. snake 模型,使用OpenCV实现。可以实现代码自动轮廓的寻找。-snake modle. using OpenCV and VC++6.0. the code can find the contour of the object.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:185475
    • 提供者:国学大师
  1. DVB_S2_Codes

    1下载:
  2. Alternative good LDPC codes for DVB-S2-In our following paper, we find that the shortten codes of DVB-S2 have some problems,this program can provide a good DVB-S2 LDPC code without cascaded BCH codes. [1] Yang Xiao, Kiseon Kim, "Alternative
  3. 所属分类:3G develop

    • 发布日期:2017-03-25
    • 文件大小:54831
    • 提供者:lydia
  1. test_hash

    0下载:
  2. 数据结构与算法-程序、素材\创建哈希对象与查找-Data Structures and Algorithms- procedures, materials to create the hash object and find
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1039
    • 提供者:陈旭
  1. orb

    0下载:
  2. orb的java,可用于实现Corba对于对象的封装,包括找到相关的远程对象等等。-orb of java, can be used for the realization of Corba objects package, including the remote object to find relevant and so on.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1014987
    • 提供者:xutao
  1. fcm1

    0下载:
  2. function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsi
  3. 所属分类:GPS develop

    • 发布日期:2017-03-30
    • 文件大小:1402
    • 提供者:download99
  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. pbassistPB

    0下载:
  2.  欢迎使用PB小助手。作为一名PB程序员,您是否有过为了查找某一语句而不辞辛劳地打开一个又一个事件或函数, 在其脚本中苦苦寻觅的痛苦经历;而为了找到某一变量或函数的定义,您不得不在错综复杂的对象继承关系中刨根溯源、 上下求索。有了PB小助手,这些问题都将迎刃而解。它能帮您在一大堆对象或脚本中迅速找到您想要的,快人一步,胜人一筹! -Welcome to PB helper. PB as a programmer, you have to find a statement and tirele
  3. 所属分类:source in ebook

    • 发布日期:2017-05-09
    • 文件大小:1818793
    • 提供者:随枫
  1. inheritance

    0下载:
  2. 设计一个抽象类Shape,包括2个抽象方法,分别是计算形状的周长和面积。设计具体类Rectangle和Circle,分别表示矩形和圆,它们都是Shapes的子类。使Rectangle和 Circle都实现Comparable接口。编写一个通用的排序程序和一个通用的二分查找程序(自己写代码实现),能对这二种类型的数组进行排序并查找指定的对象。-Design an abstract class Shape, including the two abstract methods, namely, ca
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:48227
    • 提供者:陈思
  1. beginningVisualCSharp2005

    0下载:
  2. 通过这本书中的例子以及练习题,你可以学到很多有用的技巧,并且全方位的例代码会提高你的编程技巧。 总之,你会了解到C#各个方面的知识。-You ll first learn all aspects of the C# language, from the fundamentals to object-oriented techniques. You ll then quickly progress through Windows(r) and Web programming to making u
  3. 所属分类:CSharp

    • 发布日期:2017-06-15
    • 文件大小:23440141
    • 提供者:阎贺
  1. filesmanager

    0下载:
  2. 本软件用于方便c#程序的文档编辑,它可以自动查找.cs文件中注释的对应函数名,它查找 <summary> , </summary>,public,{ 四项进行匹配.如:.cs文件的代码为 /// <summary> /// 页面加载时的处理策略 /// </summary> /// <param name="sender"></param> /// <param name="e"></p
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:42547
    • 提供者:华羿
  1. KMEANS10

    0下载:
  2. The k-means algorithm is an algorithm to cluster n objects based on attributes into k partitions, k < n. It is similar to the expectation-maximization algorithm for mixtures of Gaussians in that they both attempt to find the centers of natural clu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:19784
    • 提供者:AMEL
  1. RANSAC_Beta_v0.01

    1下载:
  2. its a image processing algorithm to find any object
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1046117
    • 提供者:hfu
  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. binsearch

    0下载:
  2. 将数列按有序化(递增或递减)排列,查找过程中采用跳跃式方式查找,即先以有序数列的中点位置为比较对象,如果要找的元素值小于该中点元素,则将待查序列缩小为左半部分,否则为右半部分。通过一次比较,将查找区间缩小一半。-The series by ordering (increasing or decreasing) order, the process used to find the way by leaps and bounds to find that the first series of t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:961
    • 提供者:zong
  1. Rangefinder_src7

    0下载:
  2. 经过访问,当你正在寻找您的旅行照片,有时你想知道的距离或大小的物体的存在。这是可能的。 如果你能找到一些物体在你的照片,其大小您知道,您可以衡量他们的距离,如果你知道一个物体的距离,你可以找到它的大小。例如,如果您知道的高度,特别建设(如灯塔或塔) ,你有一些公里处,您可以衡量你的距离用一个简单的照片。有时它是有趣!-After a trip and when you are looking at your travel photos, sometimes you wan
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:239425
    • 提供者:goldcicada
  1. MagicWord

    1下载:
  2. VC++ 单词魔法记忆软件,实际上是一个ADO操作实例,对象是Access数据库,完成单词翻译的添加、删除、编辑、查找、列举,本程序中列举的作用是挺大的,程序打开后默认的就是列举状态,还有不少的子操作选项,VC初学者可以下载亲自研究一下源代码,比较基础的操作。 -VC++ magic word memory software, is actually an instance of ADO operation, the object is a Access database, complete
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:97875
    • 提供者:lixin
  1. find_the_target_using_Harr

    0下载:
  2. 利用针对某目标物体训练级联的Harry分类器寻找在图像中找到包含目标物体的矩形区域-Training against a target object using a cascade of classifiers for Harry to find in the image of the rectangle that contains the object
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:178728
    • 提供者:孙波
  1. LANDMARC

    0下载:
  2. 此文章关注RFID射频标签的定位功能。坐标标签的概念,以及LANDMARC方案,在此文章被提出,用来提高定位精度。 -Object locating, tracking, direction find and speed estimating may be fulfilled by RFID technology, for the aim of locating and tracking. Reference tag or pilot tag concept is introduced
  3. 所属分类:RFID

    • 发布日期:2017-04-05
    • 文件大小:363832
    • 提供者:赵博
  1. KLT

    0下载:
  2. 该代码可以在视频图象中检测运动物体并且实现对运动物体的跟踪-this code can find the object which is moving in the video and track it
  3. 所属分类:Console

    • 发布日期:2017-06-01
    • 文件大小:14175732
    • 提供者:zhangge
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com