-
-
[
Java/JSP]
chebyshev.rar
// chebysheve outlier detection
// this function is used to detect the abnormal value among a set of data
// input:
// delta: a set of data
// flag: discribe which data is already known as outlier
// p: restrict level
// output:
// double[] door : ...
-
[
VHDL]
demo.zip
... : UP2FLEX
JTAG jumper settings: down, down, up, up
Input:
Reset- FLEX_PB1
Input n- FLEX_SW switches 1 to 8
Output:
... Done light- decimal point on Digit1.
Operation:
Setup the binary input n number.
Press the Reset switch.
See the countdown ...
-
[
C/C++]
D.rar
... asked the remaining child is a few number? Input integer input for a group of right, each integer ... leave. 0 <m <10000, n> 0 input to 0 0 as the end. Output each ... output a result, each output line. The last line of input 0 0 does not produce output ...
-
[
Java/JSP]
facade.rar
... method. Instead of interacting with each of the subsystem components directly, the client AccountManager can make use of the higher level, more simplified interface offered by the CustomerFacade object to validate and save the input customer data.
-
[
Visual C++ (VC++)]
motempl.rar
Through the camera to identify the movement direction of moving targets, the need for opencv1.0 support, set up project/setting/link/input to add cxcore.lib cv.lib cvcom.lib highgui.lib comctl32.lib compiler can be run
-
[
Visual C++ (VC++)]
a.rar
... . You may use any algorithm you like to solve it.
Input
Each input file contains only one case.
Each test case begins with an ... ]
Output
Output the set in one line after sort.
Sample Input
4
4 15 8 5
Sample Output
4 5 8 15
-
[
PDF]
74ls.rar
June 1989
54LS00/DM 74LS00
Quad 2-Input NAND Gates
General Description
This device contains four independent gates each of which
performs the logic NAND function.
Features
Y Alternate Military/Aerospace device (54LS00) is avail-
able. Contact a ...
-
[
PDF]
74HC116.rar
January 1988MM54HC00/MM74HC00Quad 2-Input NAND GateGeneral DescriptionThese NAND gates utilize advanced silicon-gate CMOStechnology to achieve operating ... quiescent current: 20 mA maximum (74HC Series) Y Low input current: 1 mA maximumY Fanout of 10 LS-TTL ...
-
[
Matlab]
PSNR.rar
input the original and the noisy version of image, and it will calculate PSNR
Category:
2D Graphic Upload User:
selinna520 Size:
2K
-
[
C#(.net)]
EarleyParser.rar
The early parser is like a dynamic programming. The reasonable time vs sentence length should be O (n ^ 2) n = input length. But I don t know why the execution time are all very short to be examinated.