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

搜索资源列表

  1. lab7

    0下载:
  2. (1). 编写程序定义基类Animal,成员变量age为私有的,构造派生类dog,在其成员函数SetAge(int n)中直接对age赋值时会出现什么问题?把age变为公有的呢? (2).定义一个基类BaseClass,有整形变量Number,构造其派生类DerivedClass,观察构造函数和析构函数的执行情况. (3). 编写一个车(vehicle)基类,由此派生出自行车(bicycle)类和汽车(motorcar)类,注意把vehicle派生成虚基类,再从bicycle和 moto
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:1011
    • 提供者:ljqiang
  1. Protege-new

    0下载:
  2. 此新手入门对应protege3.1.x版本。通过制作一个简单的动物本体,来使大家了解protege建立owl的基础用法。-This entry corresponds to protege3.1.x version of the novice. Through the production of a simple animal body, to make everyone understand the protege to establish the basis for usage of owl
  3. 所属分类:matlab

    • 发布日期:2017-05-20
    • 文件大小:5822663
    • 提供者:jyll
  1. ISO11784.ZIP

    0下载:
  2. ISO11784 FDX-B RFID Animal Identification Standard Document
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:898974
    • 提供者:freewill78
  1. ISO11785

    0下载:
  2. ISO11785 HDX RFID Animal Identification Standard
  3. 所属分类:Development Research

    • 发布日期:2017-05-14
    • 文件大小:3201786
    • 提供者:freewill78
  1. chaper4

    0下载:
  2. 动物换位游戏,运行主类ChangeAnimalWindow.java-Animal transposition game, run the main class ChangeAnimalWindow.java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:17975
    • 提供者:张斌
  1. PQ_4_Animals

    0下载:
  2. the image of animal-uml
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:38917
    • 提供者:KNursultan
  1. animalidentify

    0下载:
  2. 人工智能课程设计实验“动物识别系统源码”-Artificial intelligence curriculum design experiment " Animal Identification System Source"
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4280718
    • 提供者:c
  1. AnimalOutJSP

    0下载:
  2. 智能动物识别系统 通过对特征提问方式得到动物 基于B/S架构 使用JSP+SQL2000实现-Intelligent Animal Identification System through the characteristics of questions are asked, animal-based B/S architecture using JSP+ SQL2000 to achieve
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-02
    • 文件大小:698478
    • 提供者:shiaron
  1. Animal.RAR

    0下载:
  2. 自己弄的一个本体呀,可以做为初学者的学习材料-Get one of their own identity ah, can be used as learning materials for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1216
    • 提供者:ivoy005
  1. dwsb

    0下载:
  2. 可以简单识别动物的应用系统,是基于VC++6.0的应用系统-A simple application of animal identification system and it is based on VC++6.0 application system
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:133957
    • 提供者:mumu
  1. 061221003

    0下载:
  2. 动物识别系统-animal
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:154794
    • 提供者:陈阳
  1. binatang

    0下载:
  2. Animal animation with a great interface
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:779
    • 提供者:Nic
  1. EXPERT

    0下载:
  2. 用VB实现的简单的动物识别系统,一共15条规则,30个事实。-the easy animal system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:196624
    • 提供者:xiazi
  1. Animal_Anylize

    0下载:
  2. 动物识别系统~我们的课程设计~供大家参考-Animal Identification System ~ Our courses are designed for your reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:203917
    • 提供者:Cherry
  1. animalsign

    0下载:
  2. 此程序可以计算出自己的属相,只要你输入自己的出生年份就可以了。-This program can calculate own animal, as long as you input your year of birth on it.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:19263
    • 提供者:yu
  1. c

    0下载:
  2. 人工智能 动物产生式规则 推理 tsp问题 八数码问题 图形学 画直线-Animal production rule reasoning artificial intelligence problem tsp eight digital graphics drawing a straight line problems
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:7031
    • 提供者:孙伟
  1. WebAI

    0下载:
  2. 动物识别系统,可以识别企鹅等多种动物-Animal identification system can identify the penguins and other animals ... ...
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:222647
    • 提供者:jian
  1. 11

    0下载:
  2. /*定义一个基类Animal,有私有整型成员变量age,构造其派生类dog, 在其成员函数SetAge(int n)中直接给age赋值,看看会有什么问题, age改为公有成员变量,还会有问题吗?-/* Define a base class Animal, a private integer member variables age, derived class constructor of its dog, its member function SetAge (int n) dire
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1131
    • 提供者:冰凌
  1. year

    0下载:
  2. 利用API函数及VC的控件实现属相计算,天数计算,月历和年历的输出及保存-Using API functions and the VC' s control to achieve animal is calculated, the number of days, calendar, and calendar and save the output
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3736927
    • 提供者:刘利朝
  1. 4

    0下载:
  2. 这是一个动物识别系统,根据动物的属性来判断属于哪一类。-This is an animal identification system, according to the properties of animals to determine which category.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:9367
    • 提供者:薛军
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com