-
-
[
C/C++]
sampling.zip
Z8 64k microcontroller code for sampling an input signal using built-in ADC
Category:
SCM Upload User:
hy760607 Size:
1K
-
[
Visual C++ (VC++)]
hashing__.zip
program which uses hashing techniques for storing and retrieving the data.
Input to the program: Some random numbers. Input will be from a file.
Output: First the program reads all the input and store it properly using some hash techniques.
Once ...
Category:
Algorithm Upload User:
petertan Size:
7K
-
[
Matlab]
MVADRS_Dark_Pixel_Counting.rar
This algorithm is to count the dark colored pixels in the input image. This can be used in goods sorting like rice, paddy etc... in paddy or rice or other goods or products to sort out the bad or defect one we can use this algorithm.
I had done this for ...
Category:
matlab Upload User:
xgh_791209 Size:
1K
-
[
C/C++]
P2.rar
the names of the users input will be displayed alphabetically,
-
[
DOS]
advdos-Duncan.zip
... -DOS
MS-DOS in Operation
Structure of MS-DOS Application Programs
MS-DOS Programming Tools
Keyboard and Mouse Input
Video Display
Printer and Serial Port
File Management
Volumes and Directories
Disk Internals
Memory Management
The EXEC Function ...
-
[
C/C++]
ActivityRecognition.zip
Activity recognition program using Motion History Image s 7 Hu moments. The program compare the Mahalanobis distance of the Hu moments of the video input with the reference and find out the activities.
-
-
[
Matlab]
CDS_Copula.rar
code to price a n-to-default basket CDS. It takes as input hazard rate coefficients and uses T-copula model to calculate fair rate of CDS
-
-
[
Visual C++ (VC++)]
breaking_numbers.cpp.RAR
...
//
// Description: this code can be use for breaking numbers.
// An example of it: lets say that a user enter "561365" as input,
// the program will put every single digits of this number into an array.
// So later you can do any manipulation that ...