代码搜索:脉搏检测

找到约 5,860 项符合「脉搏检测」的源代码

代码结果 5,860
www.eeworm.com/read/299225/7879543

txt 采用canny算法进行边缘检测.txt

#include "cv.h" #include "highgui.h" char wndname[] = "Edge"; char tbarname[] = "Threshold"; int edge_thresh = 1; IplImage *image = 0, *cedge = 0, *gray = 0, *edge = 0; // 定义跟踪条的 callba
www.eeworm.com/read/145067/12754402

txt 死锁检测算法c++.txt

/* 本程序包括:死锁检测算法 VC++调试通过 #include #include #include const int MAXQUEUE=100; //定义表的最大行数 typedef struct node{ int resource; int process; }cell;
www.eeworm.com/read/331784/12808787

txt 端口和注册表检测.txt

找个好的检测工具,仔细查看内部端口到外界的访问,因为现在的木马大部分都是反弹端口式的了,是服务端连接客户端~ 用tlist查看进程,用kill结束掉一些木马进程,到注册表的run,runonce...键直下删掉相关键直,到win.ini system.ini的加载位置和系统根目录看下~~~这样,一般应该OK了