-
-
-
-
[
Matlab]
computeMelSpectrum.rar
Compute the matrix of mel filter coefficients given the sampling frequency, the length of the FFT and the number of desired mel filter channels.
Category:
matlab Upload User:
hbchgg Size:
1536K
-
[
Unix_Linux]
Mpi-Omp_MatInf_blkstp.rar
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code.
Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) ...
-
-
[
C/C++]
TravelingSalespersonProblem_TSP_codes.zip
... the other excluding this arc.
1.Each splitting incurs a lower bound and we shall traverse the searching tree with the "lower" lower bound.
2.If a constant subtracted from any row
or any column of the cost matrix, an
optimal solution does not change.
Category:
AI-NN-PR Upload User:
xr_qian Size:
132K
-
[
C/C++]
PlayfairCipher_codes.zip
... named after his friend Baron Playfair
Playfair Key Matrix
1.a 5X5 matrix of letters based on a keyword
2.fill in letters of keyword (sans duplicates)
3.fill rest of matrix with other letters
Encrypting and Decrypting
-plaintext is encrypted two ...
-
[
Asm]
LCD4_V1_04.rar
THIS DOCUMENT IS PROVIDED TO THE USER AS IS . Etc.etc.
Data from HITACHI LIQUID CRYSTAL CHARACTER DISPLAY MODULE and OPTREX DOT MATRIX LCD MODULE databooks
-
[
C/C++]
determinant.zip
Gives determinant of given matrix. If you want numerical result, use "sayisal.c" or if you want
result as parameters use "parameters.c"
-