搜索结果
找到约 199 项符合
details 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (18)
- 书籍 (10)
- Java编程 (9)
- 加密解密 (8)
- 电子书籍 (8)
- 单片机开发 (8)
- 其他 (7)
- matlab例程 (7)
- 数学计算 (7)
- 电源技术 (6)
- 系统设计方案 (6)
- 无线通信 (5)
- 可编程逻辑 (5)
- 嵌入式/单片机编程 (5)
- Java书籍 (5)
- 单片机编程 (4)
- 通讯/手机编程 (4)
- 人工智能/神经网络 (4)
- VHDL/FPGA/Verilog (4)
- 通讯编程文档 (4)
- Linux/Unix编程 (4)
- 技术管理 (4)
- 微处理器开发 (4)
- 文章/文档 (3)
- VC书籍 (3)
- 软件设计/软件工程 (3)
- Internet/网络编程 (3)
- allegro (2)
- 教程资料 (2)
- 编译器/解释器 (2)
- 其他数据库 (2)
- Windows CE (2)
- 网络 (2)
- 嵌入式Linux (2)
- MySQL数据库 (2)
- 行业发展研究 (2)
- 软件工程 (2)
- 技术资料 (2)
- 模拟电子 (1)
- Proe教程 (1)
- 通信网络 (1)
- 传感与控制 (1)
- 测试测量 (1)
- Delphi控件源码 (1)
- 数值算法/人工智能 (1)
- 中间件编程 (1)
- 操作系统开发 (1)
- Jsp/Servlet (1)
- 磁盘编程 (1)
- 数据结构 (1)
- Symbian (1)
- 汇编语言 (1)
- 其他行业 (1)
- 金融证券系统 (1)
- 手册 (1)
- 论文 (1)
- 源码 (1)
电子书籍 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 fun ...
VC书籍 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 or ...
技术管理 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 fo ...
文章/文档 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 ...
数值算法/人工智能 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 a ...
中间件编程  The purpose of this lab is to introduce the concept of FSMs with a datapath, and to stud
&#65279 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-implementatio ...
操作系统开发 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".
系统设计方案 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 a ...
其他数据库 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 ...
Java编程 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
这个命令将导出公钥证书,公钥证 ...