代码搜索:系统检测

找到约 10,000 项符合「系统检测」的源代码

代码结果 10,000
www.eeworm.com/read/293304/8300527

htm 一些常用的表单提交检测函数.htm

一些常用的表单提交检测函数 function getlenb(tstr) { j=0 for (i=0;i255) j++; j++; } return j; } function checkint(tstr) { re=/[^0-9]/; rp=tstr.sea
www.eeworm.com/read/146358/12655721

txt 模拟图像边缘检测的c代码[原创].txt

做一个简单模拟。 程序思路:先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。 /* to enlittle an image by K times AUTHOR:BugEyes http://BugEyes.blog.edu.cn */ #define N 6 #define K 3 #define