Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • 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 ...
  • function.rar 一些tuxiangchuli 算法 一些tuxiangchuli 算法
  • udf102fs.rar It is for standalone platform executing DVD Burning function,it supports DVD+R/+RW Disc .
  • function.rar 很多的都想用自已的和序控制自己的电脑,这里有一些常用函数,希望对大家有用
  • DDsxinhaokaifa.rar 基于DDS的信号发生器的设计与开发 The Design and Development of Function Generator Based on DDS
  • function.rar 运用群操作进行多用户检测,matlab程序
  • 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