-
-
[
Matlab]
activecontourCV.rar
A realization of the level set algorithm matlab procedures, performance very good, almost all of the border to detect
Category:
matlab Upload User:
simonxzy Size:
2K
-
-
-
[
VHDL]
Register.rar
... storage register, a bi-directional shift register, an up counter and a down counter.
-- The register can be loaded from a set of parallel data inputs and the mode is controlled by a 3-bit input.
-- The termcnt (terminal count) output goes high when ...
-
-
-
[
C/C++]
aircrack-ng-1.0-rc3.tar.gz
... the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools. In fact, Aircrack-ng is a set of tools for auditing wireless networks.
-
[
C#(.net)]
Singelton.zip
... lock (_lock){
if (_instance == null)
{
_instance = new GoForData()
}
}
return _instance
}
}
public Settings MySetting
{
get{return _MySetting }
set{_MySetting = value }
} ...
Category:
CSharp Upload User:
jggdled Size:
1K
-
-
[
WORD]
TIMITDBquickref.rar
... .
Unlike query function, filterdb does not load all waveforms to memory but returns filtered database object. This is useful when the resulting set of the query is too big to fit in memory. Consequent calls to read function can be made to read content of ...