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

Details

  • C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C+

    C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions. The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming Details needed for effective use, and gives example after example of working code.

    标签: interfaces Standard provides Library

    上传时间: 2014-03-01

    上传用户:lizhizheng88

  • This book presents an insightful view of XML that places this emerging technology in the context of

    This book presents an insightful view of XML that places this emerging technology in the context of the ongoing Web revolution. Written for business and technical professionals, this book revals the true value of XML for distributed information systems. It explains how XML is transforming the way organizations manage data and build software systems Details the opportunities the language offers for organizatoins that understand tis significance and potential impact and explains how XML and Web services reflect a fundamental shift in software construction-from monolithic applications to software based on the composition of simple parts.

    标签: insightful technology presents emerging

    上传时间: 2015-09-24

    上传用户:思琦琦

  • The OMNI Naming Service (omniNames) is an omniORB implementation of the OMG’s COS Naming Service Sp

    The OMNI Naming Service (omniNames) is an omniORB implementation of the OMG’s COS Naming Service Specification. It offers a way for a client to turn a human-readable name into an object reference, on which the client can subsequently invoke operations in the normal way. See the OMG specification for full Details of the functionality provided by the Naming Service.

    标签: Service Naming implementation omniNames

    上传时间: 2014-01-25

    上传用户:jyycc

  • This Document provides the High Level Design specification for the Bootloader development and librar

    This Document provides the High Level Design specification for the Bootloader development and library porting for ADSP-BF533 based EZ-Kit Lite Board and STAMP Board. This document is meant to be the one of the inputs for the System Test Plan and the overall implementation of the same. This document also Details the approach and assumptions made for the design

    标签: specification development Bootloader the

    上传时间: 2015-10-14

    上传用户:D&L37

  • The CUBA library provides new implementation of four general-purpose multidimensional integration al

    The CUBA library provides new implementation of four general-purpose multidimensional integration algorithms: Vegas, Suave, Divonne, and Cuhre. Suave is a new algorithm, Divonne is a known algorithm to which important Details have been added, and Vegas and Cuhre are new implementations of existing algorithms with only few improvements over the original versions. All four algorithms can integrate vector integrands and have very similar Fortran, C/C++, and Mathematica interfaces.

    标签: multidimensional general-purpose implementation integration

    上传时间: 2014-09-09

    上传用户:gxf2016

  •  The purpose of this lab is to introduce the concept of FSMs with a datapath, and to stud

     The purpose of this lab is to introduce the concept of FSMs with a datapath, and to study the usage of more complex test benches. Also, we enforce a rudimentary design methodology by assuming that the students are part of a bigger project, and have no knowledge of VHDL-implementation of the datapath (made by a hypothetical other group) other than its predefined Entity Interface until they come to the lab. The rest of this document is structured as follows: Section 2 describes some prelimi- nary reading and exercises that should be done before the lab. Section 3 Details the design tasks that should be carried out to pass this lab.

    标签: introduce datapath purpose concept

    上传时间: 2014-01-24

    上传用户:熊少锋

  • This program displays all SMBIOS/DMI information within the BIOS. The information is organized as a

    This program displays all SMBIOS/DMI information within the BIOS. The information is organized as a series of Structures each of which is a certain Type. For more Details, see a copy of the SMBIOS specification "System Management BIOS Reference Specification".

    标签: information organized displays program

    上传时间: 2014-08-11

    上传用户:wweqas

  • The purpose of this application note is to describe the main elements of an RS-422 and RS-485 syste

    The purpose of this application note is to describe the main elements of an RS-422 and RS-485 system. This application note attempts to cover enough technical Details so that the system designer will have considered all the important aspects in his data system design. Since both RS-422 and RS- 485 are data transmission systems that use balanced differential signals, it is appropriate to discuss both systems in the same application note. Throughout this application note the generic terms of RS-422 and RS-485 will be used to represent the EIA/TIA-422 and EIA/TIA-485 Standards.

    标签: application describe elements purpose

    上传时间: 2013-12-29

    上传用户:sxdtlqqjl

  • java 数据库 功能强大 效率高 SmallSQL Database is a free DBMS library for the Java(tm) platform. It runs on

    java 数据库 功能强大 效率高 SmallSQL Database is a free DBMS library for the Java(tm) platform. It runs on the Java 2 Platform (JDK 1.4 or later) and implements the JDBC 3.0 API. SmallSQL Database is licensed under the terms of the GNU Lesser General Public Licence (LGPL). A copy of the licence is included in the distribution. Please note that SmallSQL Database is distributed WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the licence for Details.

    标签: SmallSQL Database platform library

    上传时间: 2013-12-19

    上传用户:yyyyyyyyyy

  • 1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -

    1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp 然后按照提示输入密码即可,这里选择输入123456作为密码,同时主口令也使用该密码 C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer 这个命令将导出公钥证书,公钥证书将会配置在Identity Assertion Provider的Details选项卡中,同时需要配置123456作为访问证书的密码 2. 如何编译 修改build\目录下build.local.properties文件,将其中的WL_HOME指向具体的WebLogic Server安装目录 然后在build目录下执行ant即可 demo/目录中有编译好的demo应用,可以直接使用

    标签: idp KeyStore keystore keytool

    上传时间: 2015-12-01

    上传用户:gxmm