虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Content-Aware

  • We are providing the best information available to us as at date of writing and intend to update it

    We are providing the best information available to us as at date of writing and intend to update it at frequent intervals as things change and/or more information becomes available. However we intend this Q&A as a guide only and recommend that users obtain specific information to determine applicability to their specific requirements. (This is another way of saying that we can t be held liable or responsible for the content.)

    标签: information providing available writing

    上传时间: 2017-07-22

    上传用户:四只眼

  • 购物车系统中的广告类

    购物车系统中的广告类,包括id,username,atype,title,titlecolor,sendtime, content

    标签:

    上传时间: 2017-08-02

    上传用户:gut1234567

  • Title : Implementation of quadrature modulation and demodulation Design Object : By implementing qu

    Title : Implementation of quadrature modulation and demodulation Design Object : By implementing quadrature modulation and demodulation of analog signals in digital signal processing, students will have better understanding of sampling and frequency analysis of discrete-time signals. Design Content : Make a MATLAB function which performs quadrature modulation and demodulation for a input signal with anti-aliasing filtering.

    标签: Implementation demodulation implementing modulation

    上传时间: 2013-12-09

    上传用户:蠢蠢66

  • The Java Platform, Enterprise Edition 5 (Java EE 5) has two different but complementary technologie

    The Java Platform, Enterprise Edition 5 (Java EE 5) has two different but complementary technologies for producing dynamic web content in the presentation tier—namely Java Servlet and JavaServer Pages (JSP). Java Servlet, the first of these technologies to appear, was initially described as extensions to a web server for producing dynamic web content. JSP, on the other hand, is a newer technology but is equally capable of generating the same dynamic content. However, the way in which a servlet and a JSP page produce their content is fundamentally different servlets embed content into logic, whereas JSP pages embed logic into content.

    标签: Java complementary technologie Enterprise

    上传时间: 2017-09-04

    上传用户:李彦东

  • As a general rule, PhD students and their supervisors tend to focus primarily, or even exclusively,

    As a general rule, PhD students and their supervisors tend to focus primarily, or even exclusively, on the content of the research that will go into the doctoral thesis. Other issues are often taken for granted: how to organize your work, give a presentation, work in a team, cope with your supervisor, and how to effectively manage your time.When asked, former PhD students usually claim that the general experience of being a graduate student, which includes learning how to solve complex problems and work well with others, was of greater value to their careers than the actual topic of their thesis.

    标签: exclusively supervisors primarily students

    上传时间: 2013-12-16

    上传用户:qlpqlq

  • 硬件上提供的低功耗机制

    硬件上提供的低功耗机制,需要软件实现上来发挥它的效能。理想的条件下,是希望在系统中,以“功率监控(power-aware)”的方法,管理不同的系统资源

    标签: 硬件 低功耗 机制

    上传时间: 2014-01-27

    上传用户:aix008

  • 硬件上提供的低功耗机制

    硬件上提供的低功耗机制,需要软件实现上来发挥它的效能。理想的条件下,是希望在系统中,以“功率监控(power-aware)”的方法,管理不同的系统资源

    标签: 硬件 低功耗 机制

    上传时间: 2013-12-22

    上传用户:Altman

  • rost cm

    ROST Content Mining软件,知识处理与内容挖掘软件,主要用于语义网络挖掘,研究性软件,功能很强大

    标签: 分词 内容分析

    上传时间: 2015-04-07

    上传用户:baibin8899

  • 安卓编程组件Content

    安卓源代码,ContentProviderd的应用

    标签: 安卓

    上传时间: 2015-06-08

    上传用户:xueguang501

  • Delphi 泛型容器 TDictionary 的用法 Demo

    Collection of key-value pairs.  TDictionary represents a generic collection of key-value pairs.  This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality operation, and initial content.  You can add a key that is associated with a corresponding value with the Add or AddOrSetValue methods. You can remove entries with Remove or Clear, which removes all key-value pairs. Adding or removing a key-value pair and looking up a key are efficient, close to O(1), because keys are hashed. A key must not be nil (though a value may be nil) and there must be an equality comparison operation for keys.  You can test for the presence or keys and values with the TryGetValue, ContainsKey and ContainsValue methods.  The Items property lists all Count dictionary entries. You can also set and get values by indexing the Items property. Setting the value this way overwrites any existing value.  The class TObjectDictionary inherits from TDictionary and provides an automatic mechanism for freeing objects removed from dictionary entries. 

    标签: Delphi 泛型

    上传时间: 2015-07-01

    上传用户:mirage