-
-
[
Matlab]
convolenc.rar
... convolutional encoding
Convolutional Encoder with m shift register stages
x- input- the binary data to be encoded ... value greater than 3
m-number of shift registers
L-size of the input array
returns encoded bits
-
[
PDF]
DWR_System_Level_1111111111.rar
... and signal processing hardware and with
improved user interface, signal processing and
diagnostics software. This paper will discuss the
input data from the digital receiver, the ORDA
signal processing, and the data output from the
ORDA hardware. ...
Category:
SCM Upload User:
qdsune01 Size:
55K
-
[
C/C++]
minimum.rar
minimum spanning tree problem, kruskal and prim algorithms.Program gets matrix as an input
Category:
AI-NN-PR Upload User:
tjhthy Size:
3K
-
[
Visual C++ (VC++)]
trees.rar
... to a given integer I.
★ data entry
Given by the input data file input.txt. Each input data includes multiple sets of data, each data ... so that the path on all nodes and equal to I,
Then output "yes", otherwise output "no".
Sample input file output file
-
[
Visual C++ (VC++)]
dist.rar
... 1 2,,, nbb L bib ≤ n 1 ≤ i ≤ n
Directional traffic count to the distance between A and B.
Data entry:
Provided by the input data file input.txt. Line 1 of the document are two positive integers m and n. Line 2 is an integer vector A:
. Line 3 is an ...
Category:
AI-NN-PR Upload User:
dmzqh888 Size:
758K
-
[
Java/JSP]
Bracket.rar
Calculates if the brackets in a sentence are correctly close.
Input consists, one per line, sentences with brackets, and output say YES ... or NO int if its not saying where is the error.
Input:
()[]<>(**)
(*)
(ASA
Output:
YES
NO 2
NO 4
-
[
Java/JSP]
M.rar
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of ... line for each case, with the corresponding minimum size cut.
Example:
Input:
7 11
1 2 3
1 4 3
2 3 4
3 ...
-
-
-
[
C/C++]
TrieTrees.rar
It s an interface for using Trie Trees (data structure application) (used for implementing optimal sets...with applications on text data as input...foe example dictionaries) and a test program with CLI in a form of a menu to test those features.