-
-
[
Unix_Linux]
sigaction.c.gz
A sample program to demonstrate the usage of signal handling in linux C programing language.
-
[
Unix_Linux]
regex.c.gz
A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.
-
[
Unix_Linux]
readdir.c.gz
A sample C program to demonstrate the usage of readdir() function to read directory listing in Linux.
-
[
Unix_Linux]
rtc.c.gz
A sample C program to demonstrate the usage of rtc() function in Linux to read the read time clock.
-
-
[
Others]
ancware.zip
it is lms algo based noise cancellation program. with the p4 256 mb ram, xp/vista/dos/linux platform you can run it.
the procedure is given in documents.
-
-
-
[
C/C++]
track.tar.gz
This distribution contains source code for a simple object tracking
program using particle filtering. You need to have the OpenCV Library
and the GNU Scientific Library (GSL) installed to compile and use the
programs. See the below two links:
-
[
C/C++]
redundantpaths.rar
... assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a program that uses depth-first search to determine all such paths. Note that, these paths are not vertex-disjoint i.e., ...