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

COMPONENTS

  • provided a modified version of this example that is designed to be more user friendly. It is coded i

    provided a modified version of this example that is designed to be more user friendly. It is coded in Delphi 7 Enterprise, and no special COMPONENTS are required.

    标签: provided modified designed friendly

    上传时间: 2017-07-10

    上传用户:xuanchangri

  • JavaServer Faces (JSF) is the “offcial” component-based view technology in the Java EE web tier. J

    JavaServer Faces (JSF) is the “offcial” component-based view technology in the Java EE web tier. JSF includes a set of predefned UI COMPONENTS, an event-driven programming model, and the ability to add third-party COMPONENTS. JSF is designed to be extensible, easy to use, and toolable. This refcard describes the JSF development process, standard JSF tags, the JSF expression language, and the faces-confg.xml confguration fle.

    标签: component-based JavaServer technology the

    上传时间: 2014-01-12

    上传用户:songyue1991

  • A Public Key Infrastructure (PKI) binds cryptographic public keys to physical entities through digi

    A Public Key Infrastructure (PKI) binds cryptographic public keys to physical entities through digital certificates. A PKI includes COMPONENTS that issue digital certificates and distribute certificate status information. PKI users select one or more certificate issuers as trust anchors, and establish security services based on certificates that may be validated using one of their trust anchors.

    标签: Infrastructure cryptographic entities physical

    上传时间: 2017-07-31

    上传用户:561596

  • The Pages 2.0 specification is one of the most exciting Java Community Process releases of the year.

    The Pages 2.0 specification is one of the most exciting Java Community Process releases of the year. Chances are you picked this book to learn more about the new features of 2.0. Or you may be interested in using for the first time in your next project. Regardless of your interest, we ve put together a book that tries to bring you up to speed fast. The goal of has been to make it easier to create sophisticated, well-designed Web applications. We feel that the authors of the specification have achieved their goal. Working with databases or XML has never been simpler. Your applications can be functionally well-organized. You can create your own reusable COMPONENTS.

    标签: specification Community the exciting

    上传时间: 2017-08-02

    上传用户:liglechongchong

  • Quartz is a full-featured, open source job scheduling system that can be integrated with, or used al

    Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of-thousands of jobs jobs whose tasks are defined as standard Java COMPONENTS or EJBs. The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering. Quartz is freely usable, licensed under the Apache 2.0 license.

    标签: full-featured integrated scheduling Quartz

    上传时间: 2017-08-07

    上传用户:来茴

  • The book then branches out into different approaches for incorporating Ajax, which include: The

    The book then branches out into different approaches for incorporating Ajax, which include: The Prototype and script.aculo.us Javascript libraries, the Dojo and Rico libraries, and DWR Integrating Ajax into Java ServerPages (JSP) applications Using Ajax with Struts Integrating Ajax into Java ServerFaces (JSF) applications Using Google s GWT, which offers a pure Java approach to developing web applications: your client-side COMPONENTS are written in Java, and compiled into HTML and JavaScript

    标签: incorporating approaches The different

    上传时间: 2017-08-10

    上传用户:ljt101007

  • This book provides the reader with the basics in radio engineering, the techniques needed to genera

    This book provides the reader with the basics in radio engineering, the techniques needed to generate, control, detect, and use radio waves. The text approaches the relevant problems both from the electromagnetic theory based on Maxwell抯 equations and from the circuit theory based on Kirchoff and Ohm抯 laws. Brief introductions to the electromagnetic theory as well as to the circuit theory are provided. Besides passive transmission lines and COMPONENTS, active RF circuits are also addressed.

    标签: the engineering techniques provides

    上传时间: 2014-01-17

    上传用户:rocketrevenge

  • This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to

    This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller solution in small die size. To reduce total system cost, the S3C2410X includes the following COMPONENTS separate 16KB Instruction and 16KB Data Cache, MMU to handle virtual memory management, LCD Controller (STN & TFT), NAND Flash Boot Loader, System Manager (chip select logic and SDRAM Controller), 3-ch UART, 4-ch DMA, 4-ch Timers with PWM, I/O Ports, RTC, 8-ch 10-bit ADC and Touch Screen Interface, IIC-BUS Interface, IIS-BUS Interface, USB Host, USB Device, SD Host & Multi-Media Card Interface, 2-ch SPI and PLL for clock generation.

    标签: This microprocessor describes S3C2410X

    上传时间: 2014-01-11

    上传用户:shizhanincc

  • The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, wh

    The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key COMPONENTS of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    标签: technologies Microsoft continued Internet

    上传时间: 2017-09-07

    上传用户:wsf950131

  • LatentSVM论文

    The object detector described below has been initially proposed by P.F. Felzenszwalb in [Felzenszwalb2010]. It is based on a Dalal-Triggs detector that uses a single filter on histogram of oriented gradients (HOG) features to represent an object category. This detector uses a sliding window approach, where a filter is applied at all positions and scales of an image. The first innovation is enriching the Dalal-Triggs model using a star-structured part-based model defined by a “root” filter (analogous to the Dalal-Triggs filter) plus a set of parts filters and associated deformation models. The score of one of star models at a particular position and scale within an image is the score of the root filter at the given location plus the sum over parts of the maximum, over placements of that part, of the part filter score on its location minus a deformation cost easuring the deviation of the part from its ideal location relative to the root. Both root and part filter scores are defined by the dot product between a filter (a set of weights) and a subwindow of a feature pyramid computed from the input image. Another improvement is a representation of the class of models by a mixture of star models. The score of a mixture model at a particular position and scale is the maximum over COMPONENTS, of the score of that component model at the given location.

    标签: 计算机视觉

    上传时间: 2015-03-15

    上传用户:sb_zhang