-
-
[
Visual C++ (VC++)]
pcxLoader.zip
Class that load a pcx file and can return a image. Image is a sequence of pixels of image.
Its powerfull to transform pcx files
-
[
C/C++]
floyd_warshall.c.rar
It is the source code of the Floyd-Warshall algorithm for finding the shortest path between all nodes.
The shortest path between two nodes of a graph is a sequence of connected nodes so that the sum of the edges that inter-connect them is minimal
-
-
[
Java/JSP]
Aitken.rar
... series acceleration method, used for accelerating the rate of convergence of a sequence. Its early form was known to Seki Kōwa and was ... .e. the calculation of pi. It is most useful for accelerating the convergence of a sequence that is converging linearly.
-
-
[
Matlab]
abdi-PCA4Wiley.zip
... , it is important
spectrum analysis techniques to s
digital watermarking technology p
mean-shift method for the example
chaotic sequence of phase space r
Serializing objects using CArchiv
C compile some of the most optimi
The source code of ...
Category:
matlab Upload User:
tom0531ok Size:
696K
-
[
Visual C++ (VC++)]
vect.zip
Simplest vector editor. Implemented tools line, ellipse, rectangle. There is a choice of painted objects, remove them and change the Z-sequence. Moving is not implemented.
-
-
[
Matlab]
motion.rar
... deals with the tracking and following of single object in a sequence of frames
and the velocity of the object is determined. ... determined by calculating the distance that the
object moved in a sequence of frames with respect to the frame rate that the ...
-
[
Visual C++ (VC++)]
project1.rar
Constrained LCS. Given two sequences X, Y and a constrained sequence P, a sequence Z is a constrained longest common subsequence for X and Y with respect to P if Z is the longest subsequence of X and Y such that P is a subsequence of Z.