搜索资源列表
atoi_function
- 把字符串转换成整型数 atoi()会扫描参数nptr字符串,如果第一个字符不是数字也不是正负号返回零,否则开始做类型转换,之后检测到非数字或结束符 \0 时停止转换,返回整型数。- const
pingjun2
- 目标检测是雷达领域中一项重要的研究课题。在实际系统中,由于应用环境的不同,需要选取合适的检测算法。雷达中的恒虚警。-111c target detection is a key research project in Radar field.In real systems.the appropriate detection method should be selected due to different application environments.const false alertin
support
- #include <string.h> #include <stdio.h> /* ======================================================================== */ /* MEM_COMPARE -- Compare two memory images and output a detailed dump if */ /* the images differ. */ /* =====