搜索结果
找到约 26 项符合
construct 的查询结果
按分类筛选
3G开发 Construct the short length of QC LDPC codes without girth 4 and girth 6
Construct the short length of QC LDPC codes without girth 4 and girth 6
模拟电子 Construction Strategy of ESD P
Construction Strategy of ESD Protection CircuitAbstract: The principles used to construct ESD protection on circuits and the basic conceptions of ESD protection design are presented.Key words:ESD protection/On circuit, ESD design window, ESD current path1 引言静电放电(ESD,Electrostatic Discharge ...
单片机编程 FREESCALE单片机的C编程教程
 1.The C Programming Language is a powerful, flexible andpotentially portable high-level programming language. 2.The C language may be used successfully to create a programfor an 8-bit MCU, but to produce the most efficient machinecode, the programmer must carefully construct the C Languag ...
可编程逻辑 Nios II软件构建工具入门
Nios II软件构建工具入门
The Nios® II Software Build Tools (SBT) allows you to construct a wide variety of
complex embedded software systems using a command-line interface. From this
interface, you can execute Software Built Tools command utilities, and use scripts
other tools) to combine the com ...
软件设计/软件工程 Design Specification Introduction Goals and Objectives GameForge is a graphical tool used
Design Specification
Introduction
Goals and Objectives
GameForge is a graphical tool used to aid in the design and creation of video games. It attempts to bring game development down to a level that any computer savvy user can understand, without requiring masterful programming ability. A user w ...
Java书籍 《JavaServer Faces》 In JavaServer Faces, developers learn how to use the new JavaServer Faces framew
《JavaServer Faces》
In JavaServer Faces, developers learn how to use the new JavaServer Faces framework to build real-world web applications. The book contains everything you ll need: how to construct the HTML on the front end how to create the user interface components that connect the front end t ...
人工智能/神经网络 A dissipative particle swarm optimization is developed according to the self-organization of dissip
A dissipative particle swarm optimization is
developed according to the self-organization of dissipative
structure. The negative entropy is introduced to construct an
opening dissipative system that is far-from-equilibrium so as to
driving the irreversible evolution process with better fitness.
The ...
嵌入式/单片机编程 These instances, whenmapped to an N-dimensional space, represent a core set that can be used to con
These instances, whenmapped to an N-dimensional space, represent a core set that can be
used to construct an approximation to theminimumenclosing ball. Solving the SVMlearning
problem on these core sets can produce a good approximation solution in very fast speed.
For example, the core-vector machin ...
其他 Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than f
Input : A set S of planar points
Output : A convex hull for S
Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return.
Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR .
Step 3: Recursi ...
Java编程 Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the gr
Specification File
adjacencyListGragh
class GeneralGraph:
use adjacency list to implement the graph which data structure is vector
Construct methods:
* public GeneralGraph():
contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirecte ...