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

搜索资源列表

  1. Quick_Find_function_using_Objptr_collection_of_obj

    0下载:
  2. 快速查找功能使用对象Objptr集合代码Quick Find function using Objptr collection of object code-Quick Find function using Objptr collection of object code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:632
    • 提供者:fanghu
  1. VC_object_files_find_classic_method_code

    0下载:
  2. VC++目标文件快速查找的方法类经典代码VC + + object files to quickly find the classic method of class code-VC++ object files to quickly find the classic method of class code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:20210
    • 提供者:dc
  1. class-string

    0下载:
  2. 建立一个对象数组,内放5个学生的数据,设立一个函数max,用指向对象的指针做函数参数,在max函数中找出5个学生中成绩最高者,并输出其学号。-Create an array of objects, by putting five student data, set up a function max, with a pointer to an object to do the function parameters, the max function to find the five stude
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:614023
    • 提供者:menghang
  1. box

    0下载:
  2. 求3个长方体的体积,编写的一个基于对象的程序。数据成员包括长,宽,高。并用成员函数实现其功能,计算出3个长方体的体积。-3 cuboid find the volume of an object-based writing program. Data members, including length, width and height. And their function with the member function to calculate the three rectangular
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:877972
    • 提供者:menghang
  1. NiosTrack

    0下载:
  2. nois用于实时图像跟踪,主要介绍图像处理,目标提取以及目标跟踪-nios for realtime image track ,include image process 、object find and object track
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:309411
    • 提供者:赵一
  1. Lab4_PasirinktinisADT

    0下载:
  2. This a red black tree implementation using java. It also has a demo object class to test it s functionality. Hope you find it usefull.-This is a red black tree implementation using java. It also has a demo object class to test it s functionality. Hop
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:63626
    • 提供者:Justas
  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. 22

    0下载:
  2. 中国红娘网是唯一具有国内上市公司背景,为单身人士创造美好姻缘的专业征婚、婚介、相亲、交友、找对象服务平台,以诚信、规范、专业的服务理念,首创线上与线下-Matchmaker Network is the only Chinese listed companies with a background for a single person to create a better marriage of professional marriage, dating, blind date, dating
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-06-22
    • 文件大小:40415824
    • 提供者:mayj
  1. PickingSample_4_0

    0下载:
  2. Picking Sample for XNA 4.0 This sample shows how to determine whether a player s cursor is over an object, and how to find out where on the screen an object is.
  3. 所属分类:.net

    • 发布日期:2017-05-16
    • 文件大小:4142966
    • 提供者:third_eye_o0o
  1. PSCPP6e_SourceCode

    0下载:
  2. C++面向对象程序设计(6)源程序,之前在网上找的,只有例题源码,没有后面的编程实例-C++ object-oriented programming (6) source code, find online before, only the example source code, not the back of the programming examples
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-10
    • 文件大小:17584821
    • 提供者:mose
  1. thread

    0下载:
  2. 概述一下原理和每个类的作用 (1): CTask 一个任务基类,作为线程的参数用 (2): CWorkThread:工作线程类,轮询检测参数是否可用,如果可用的话, 就去调用参数CTask的执 行函数Execute,如果参数不可用就等待 (3): CWorkQueue:是一个任务队列,里面装载CTask子类的对象,是一个对象的容器 (4): CWorkThreadPool:工作线程池,其中包含了工作线程组,调度线程,调度线程不停的检测 任务队列中是否有可用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-03-18
    • 文件大小:39186
    • 提供者:金建业
  1. Image-Registration

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

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

    0下载:
  2. 先创建一个Point类,然后定义Trianglele类。在Trianglele类中定义三个Point的实体来表示一个三角形的三个点,再定义一个方法setTri对这三个点进行初始化,然后定义两个方法求三角形的周长、面积。在main()中创建一个对象,求给定三点的三角形的周长、面积。-First create a Point class, and then define Trianglele class. Defined in the Trianglele Three Point class of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1689
    • 提供者:william
  1. TreeSet

    0下载:
  2. 1、利用TreeSet类创建一个存储所有学生信息的对象,并编写程序,给定学生姓名,查找相应学生的全部信息。-1, the use of TreeSet class to create an object that stores all student information and programming, for a given student' s name, all the students to find the appropriate information.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1753
    • 提供者:大宝
  1. Code_complete

    0下载:
  2. C++ 编程实用参考书,和大家分享,详细描述见英文描述-For more than a decade, Steve McConnell, one of the premier authors and voices in the software community, has helped change the way developers write code--and produce better software. Now his classic book, CODE COMPLETE, h
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-29
    • 文件大小:12273230
    • 提供者:dadao
  1. VB5.5Scripting-language-reference

    0下载:
  2. 通过对信息进行分组,可以使您方便地研究 Visual Basic 脚本的各个主题。 可以在“字母顺序关键字列表”中找到 VBs cript 语言的所有主题。如果只需要查看某个主题(例如对象),则有对该主题进行详细说明的章节可供查阅。 如何操作呢?单击左边任意一个标题,即可显示该标题所包含的项目列表。从该列表中选择要查看的主题。打开所选主题之后,就能够很容易地链接到其他相关章节。-By grouping the information that allows you to eas
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:530418
    • 提供者:赵晓寿
  1. xitongkaifa

    0下载:
  2. 在不同的应用场合,嵌入式系统呈现出的外观和形式各不相同。但通过对其内部结构进行分析,可以发现,一个嵌入式系统一般都由嵌入式微处理器系统和被控对象组成,如下图所示。其中嵌入式微处理器系统是整个系统的核心,由硬件层、中间层、软件层和功能层组成。被控对象可以是各种传感器、电机等,可以接受嵌入式微处理器系统发出的控制命令,执行所规定的操作或任务-In different applications, embedded systems and presents the appearance of diffe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:115475
    • 提供者:yuyu
  1. HtmlFilter

    0下载:
  2. Gets or sets a wrapping filter object that is used to modify the HTTP entity body before transmission. This filter used to find internal and external hyperlinks as will as count number of blog comments or replies.
  3. 所属分类:.net

    • 发布日期:2017-04-13
    • 文件大小:2114
    • 提供者:Mahmood
  1. delphijichurumen

    0下载:
  2. Delphi是全新的可视化编程环境,为我们提供了一种方便、快捷的Windows应用程序开发工具。它使用了Microsoft Windows图形用户界面的许多先进特性和设计思想,采用了弹性可重复利用的完整的面向对象程序语言(Object-Oriented Language)、当今世界上最快的编辑器、最为领先的数据库技术。对于广大的程序开发人员来讲,使用Delphi开发应用软件,无疑会大大地提高编程效率,而且随着应用的深入,您将会发现编程不再是枯燥无味的工作——Delphi的每一个设计细节,都将带给
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-02
    • 文件大小:813097
    • 提供者:西西云
« 1 2 3 4 56 7 8 9 10 11 »
搜珍网 www.dssz.com