-
-
FWTdualsupport.rar
This function computes the support of the (discrete) dual wavelet functions,
% i.e. the first and last non-zero entry of the forward wavelet transform
-
LevelSet_ChunmingLi_v0.zip
... paper "Level Set Evolution without Re-initialization: A New Variational Formulation", in IEEE Proc. of CVPR 2005.
EVOLUTION.m: core function that performs level set evolution.
Demo1.m: a demo for a real cell images
Demo2.m: a demo for a synthetic ...
-
-
udf102fs.rar
It is for standalone platform executing DVD Burning function,it supports DVD+R/+RW Disc .
-
-
DDsxinhaokaifa.rar
基于DDS的信号发生器的设计与开发
The Design and Development of Function Generator Based on DDS
-
-
ch8_4_3.rar
5相位编组法实现纹理直线边缘的检测程序代码(代码以子函数形式给出)
function gradephase(x)
-
slaa134.zip
... RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific ...
-
Binary-Search.rar
function Binary_Search(L,a,b,x)
begin
if a>b then return(-1)
else begin
m:=(a+b) div 2
if x=L[m] then return(m)
else if x>L[m]
then
-