Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" |
Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998 下面这个scri...
LS+Algorithm技术资料下载专区,收录991份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998 下面这个scri...
基于均方误差参数比较OFDM系统中LS和MMSE两种自适应信道估计算法的性能,程序开头都有英文注释,可以直接运行的~个人认为写得比较好,跟大家一起分享~
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps charac...
·期刊论文:Genetic Algorithm for Edge Extraction of Glomerulus Area
·期刊论文:Moving Object Detection Algorithm Based on Template Matching in Wavelet Transform and Color Segmenta
·Marching cube algorithm review and trilinear interpolation adaptation for image- based dosimetric models
·期刊论文:Implementation of a passive automatic focusing algorithm for digital Still camera
·期刊论文:FOPWA: An Optimized Parallel Algorithm of Watershed Transform for Image Segmentation
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮...
My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman ...