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

搜索资源列表

  1. 125gechangyongJAVAmianshi

    0下载:
  2. 抽象就是忽略一个主题中与当前目标无关的那些方面,以便更充分地注意与当前目标有关的方面。抽象并不打算了解全部问题,而只是选择其中的一部分,暂时不用部分细节。抽象包括两个方面,一是过程抽象,二是数据抽象-Abstract is that it has overlooked a theme has nothing to do with the current objectives of those aspects in order to more fully with the current obje
  3. 所属分类:Java Develop

    • 发布日期:2017-04-30
    • 文件大小:32.99kb
    • 提供者:按时
  1. DataSourceControslASPNET2

    0下载:
  2. One of the major exciting features of ASP.NET 1.0/1.1 was its capability to bind entire collections at runtime without requiring us to write large amounts of code. This was considered as a huge step forward from ASP. In ASP.NET 2.0, Microsoft had
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-01
    • 文件大小:24.26kb
    • 提供者:sam3737
  1. FactoryMethod

    0下载:
  2. 工厂模式有:简单工厂模式;工厂方法模式;抽象工厂模式。抽象的程度越来越强,给出了三种模式的java代码,想完全理解还要仔细研究。-Factory pattern: simple factory pattern factory method model abstract factory pattern. Growing degree of abstraction is given three kinds of models java code, and would like to fully
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1.41kb
    • 提供者:wu
  1. GART

    0下载:
  2. 手势识别函数库,基于隐马尔可夫模型。JAVA实现。-The Gesture and Activity Recognition Toolit (GART) is a user interface toolkit designed to enable the development of gesturebased applications. GART provides an abstraction to machine learning algorithms suitable for m
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:925.71kb
    • 提供者:李明
  1. oderticket

    0下载:
  2. ssh框架例子Excel都转换成bitmap文件,这个是单个开发J2EE的航空票务系统,在您的基础上struts、spring、hibernate三个框架的系统,编程人对语音的感知是java、IDE是Eclipse MyEclipse(恶意插件)或许单独的集成的MyEclipse,数据抽象容器是用MySQL,够详细的吧!想学而时习的人就来下吧! -ssh framework example Excel files are converted into a bitmap, this is a
  3. 所属分类:Ajax

    • 发布日期:2017-03-30
    • 文件大小:132.4kb
    • 提供者:maiya
  1. SpringMail

    0下载:
  2. Spring提供了一个发送电子邮件的高级抽象层,它向用户屏蔽了底层邮件系统的一些细节,同时负责低层次的代表客户端的资源处理。Spring邮件抽象层的主要包为org.springframework.mail。它包括了发送电子邮件的主要接口MailSender和 封装了简单邮件的属性如from, to,cc, subject, text的值对象叫做SimpleMailMessage。-Are provides a sending email senior abstraction layer, it
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1.29kb
    • 提供者:bld
  1. Data-Abstraction-and-Problem-Solving-with-Java_co

    1下载:
  2. Data Abstraction and Problem Solving with Java - code1
  3. 所属分类:Java Develop

    • 发布日期:2015-09-29
    • 文件大小:71kb
    • 提供者:Sanch
  1. MarsRovers-src

    1下载:
  2. thoughtworks大作业,通过对MarsRover总体进行设计,对MarsRover做了抽象,抽象出Robot系统和导航系统两大部分,Robot部分主要为解析指令、执行指令和更改自身状态,导航系统部分负责为Robot的行动提供决策。采用命令模式解耦机器人的指令;采用门面模式抽象本次需求接口;采用组合的方式纳入指令集和坐标系统。-big job thoughtworks, by design MarsRover overall on MarsRover, abstract, abstract
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-07
    • 文件大小:92.56kb
    • 提供者:DFI
  1. java_nio

    0下载:
  2. nio 是 java New IO 的简称,在 jdk1.4 里提供的新 api 。 Sun 官方标榜的特性如下: – 为所有的原始类型提供 (Buffer) 缓存支持。 – 字符集编码解码解决方案。 – Channel :一个新的原始 I/O 抽象。 – 支持锁和内存映射文件的文件访问接口。 – 提供多路 (non-bloking) 非阻塞式的高伸缩性网络 I/O 。-nio java New IO in jdk1.4 api. The Sun officially adv
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:10.62kb
    • 提供者:yue
  1. dasein-cloud-master

    0下载:
  2. Dasein Cloud是一个用Java开发的开源云服务抽象层,遵循Apache v2.0协议。它帮助开发者构建能在不同云上运行的通用应用。它提供了针对大多数IaaS和部分PaaS的抽象模型,基于此模型开发,应用在运行时就能转换为相应的云服务商模型。-Dasein Cloud is developed using Java open source cloud service abstraction layer, follow the Apache v2.0 protocol. It helps
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:125.08kb
    • 提供者:pudn
  1. text5

    0下载:
  2. 人工神经网络反映了人脑功能的若干基本特性,但并非生物系统的逼真描述,只是某种模仿、简化和抽象。用java语言实现神经网络算法。-ANN reflects certain fundamental human characteristics of brain function, but not a realistic descr iption of biological systems, but some kind of imitation, simplification and abstracti
  3. 所属分类:Java Develop

    • 发布日期:2015-06-26
    • 文件大小:6kb
    • 提供者:lhx
  1. Animation

    0下载:
  2. Abstraction for an Animation that can be applied to Views, Surfaces, or other objects. See the android.view.animation animation package descr iption file.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:6.98kb
    • 提供者:bewiunan
  1. MessageProcessor

    0下载:
  2. This is the Stack abstraction for the active object that waits for messages to appear on the wire and processes these messages by calling the MessageFactory interface to create a ServerRequest or ServerResponse object. The main job of the message pro
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:suixuipi
  1. compassDemo

    0下载:
  2. Compass是一个强大的,事务的,高性能的对象/搜索引擎映射.Compass包括: *搜索引擎抽象层(使用Lucene搜索引荐)-Compass is a powerful, transactional, high performance object/search engine mapping Compass include:* Search engine abstraction layer (using Lucene search referrals)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2.54mb
    • 提供者:刘楚
  1. mESSAGEcHANNEL.RAR

    0下载:
  2. Message channel abstraction for the SIP stack.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3.84kb
    • 提供者:panqerper
  1. IConstantCollection

    0下载:
  2. An abstraction of constant pool in .class format. This interface disallows any pool mutation that invalidates already existing pool indices.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2.01kb
    • 提供者:bongfinjang
  1. chapter8

    6下载:
  2. 1. 在实验四 2.a与2.b所定义的P类(点的抽象)和颜色类Color类的基础上,定义像素类。 a. 声明P类表示一个点的x轴和y轴坐标,声明构造方法和拷贝构造方法, 声明若干get()和set()方法获得或设置坐标,声明move()方法将当前坐标 移动若干位置。 b. 声明颜色类Color 一种颜色由(红,绿,蓝)三元色值组成,称为RGB值。 一个int整数(四个 字节)可表示一种颜色,结构为:最高字节全1,其后3字节分别存储“红、 绿
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:13.01kb
    • 提供者:李雪歌
  1. DuckSystem

    0下载:
  2. 使用策略模式的小案例,duck系统,使用抽象、继承、接口、实例化。包含12个model类和1个test类。-It s a small case of duck system using the strategy pattern ,containing the use of abstraction, inheritance, interfaces, instantiation.It s made of 12 model classes and one test class.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-04
    • 文件大小:9.17kb
    • 提供者:mm
  1. spring-framework-reference

    0下载:
  2. The Spring Framework is a lightweight solution and a potential one-stop-shop for building your enterprise-ready applications. However, Spring is modular, allowing you to use only those parts that you need, without having to bring in the rest. You can
  3. 所属分类:Java编程

    • 发布日期:2018-04-28
    • 文件大小:3.69mb
    • 提供者:hcqgx
  1. Java中抽象类和接口的区别

    0下载:
  2. 在Java语言中,abstract class和interface 是支持抽象类定义的两种机制。正是由于这两种机制的存在,才赋予了Java强大的面向对象能力。abstract class和interface之间在对于抽象类定义的支持方面具有很大的相似性,甚至可以相互替换,因此很多开发者在进 行抽象类定义时对于abstract class和interface的选择显得比较随意。其实,两者之间还是有很大的区别的,对于它们的选择甚至反映出对于问题领域本质的理解、对于设计意图的理解是否正确、合理。本文将
  3. 所属分类:Jsp/Servlet

    • 发布日期:2018-05-07
    • 文件大小:18kb
    • 提供者:xy1111
搜珍网 www.dssz.com