-
The JavaServer Pages (JSP) Expression Language (EL) is a
simple non-procedural scripting language that can be used
to evaluate dynamic expressions within a JSP page. Each EL
expression evaluates to a single value that is then expressed as
text in the output of the JSP (when used in template text), or
passed as a value to a JSP action.
As such, it is ideal for adding dynamic elements to the HTML
page (or other text output) generated by the execution of a JSP.
標簽:
non-procedural
JavaServer
Expression
scripting
上傳時間:
2017-07-13
上傳用戶:dbs012280
-
-- Hamming Decoder
-- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection.
-- download from: www.pld.com.cn & www.fpga.com.cn
LIBRARY ieee
USE ieee.std_logic_1164.ALL
ENTITY hamdec IS
PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4
dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3
sec, ded, ne : OUT BIT) --diagnostic outputs
END hamdec
ARCHITECTURE ver1 OF hamdec IS
BEGIN
標簽:
Hamming
produced
Decoder
decoder
上傳時間:
2017-07-15
上傳用戶:520
-
In 揚erformance of multi-carrier DS CDMA Systems?we apply a multi-carrier signaling technique to a direct-sequence CDMA system, where a data sequence multiplied by a spreading sequence modulates multiple carriers, rather than a single carrier. The receiver provides a correlator for each carrier, and the outputs of the correlators are combined with a maximal-ratio combiner. This type of signaling has the desirable properties of exhibiting a narrowband interference suppression effect, along with robustness to fading, without requiring the use of either an explicit RAKE structure or an interference suppression filter.
標簽:
multi-carrier
erformance
signaling
technique
上傳時間:
2017-07-31
上傳用戶:宋桃子
-
The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, ICMP and TCP protocols. uIP is written in the C programming language.
標簽:
implementation
designed
absolute
features
上傳時間:
2017-08-08
上傳用戶:xinzhch
-
A programmable digital signal processor (PDSP) is a special-purpose microprocessor
with specialized architecture and instruction set for implementing DSP
algorithms. Typical architectural features include multiple memory partitions (onchip,
off-chip, data memory, program memory, etc.), multiple (generally pipelined)
arithmetic and logic units (ALUs), nonuniform register sets, and extensive
hardware numeric support [1,2]. Single-chip PDSPs have become increasingly
popular for real-time DSP applications [3,4].
標簽:
special-purpose
microprocessor
programmable
specialized
上傳時間:
2017-08-13
上傳用戶:腳趾頭
-
The potential of solving real-time demanding industrial applications, using vision-based
algorithms, drastically grew due to an increasing availability of computational power.
In this thesis a novel real-time, vision-based Blackjack analysis system is presented. The
embedding of the vision algorithms in a compound system of other information sources such
as an electronic chip tray, reduces the vision task to detect cards and chips. Robust results
are achieved by not just analyzing single frames but an image stream regarding game-ß ow
informations. The requirements for such a system are a highly robust and adaptive behav-
ior. This is motivated by the vital interest of casino entrepreneurs in a 100 statistical
analysis of their offered gambling in order to support the business plan, measuring table
and dealer performance and give accurate player rating. Extensive experiments show the
robustness and applicability of the proposed system.
標簽:
applications
vision-based
algorithms
industrial
上傳時間:
2017-08-20
上傳用戶:liansi
-
The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of classified examples a decision tree is induced, biased by the information gain measure, which heuristically leads to small trees. The examples are given in attribute-value representation. The set of possible classes is finite. Only tests, that split the set of instances of the underlying example languages depending on the value of a single attribute are supported.
標簽:
algorithm
induction
decision
top-down
上傳時間:
2017-08-20
上傳用戶:hzy5825468
-
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The nodes are numbered from 1 to n. The node 1 and node n should be in different sets. There are no more than 30 arcs and 15 nodes. The arc weights vary between 1 and 1 000 000.
Output:
The output is a single line for each case, with the corresponding minimum size cut.
Example:
Input:
7 11
1 2 3
1 4 3
2 3 4
3 1 3
3 4 1
3 5 2
4 6 6
4 5 2
5 2 1
5 7 1
6 7 9
Output:
5
標簽:
Implementation
calculates
algorithm
Edmonds
上傳時間:
2014-01-04
上傳用戶:kiklkook
-
Description
Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument.
More detailed description of calculator is here.
標簽:
Description
caclulation
Scientific
calculator
上傳時間:
2014-01-25
上傳用戶:familiarsmile
-
The STi7141 is a highly integrated SoC (systemon-
chip) designed to meet the demanding needs of
the interactive cable set top box market place. The
STi7141 integrates all the major system functions
into a single device, and provides world leading,
multi-layer, advanced security technologies to
protect valuable video and audio assets.
標簽:
integrated
demanding
designed
systemon
上傳時間:
2014-01-14
上傳用戶:894898248