CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - process detect
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - process detect - List
[
Communication
]
拨号例子
DL : 0
利用TAPI实现delphi程序通过语音MODEM拨打一般电话的操作。程序比较简陋,希望各位不吝赐教。-use TAPI achieve delphi procedures by voice modem dial ordinary telephone operation. Humble process, I hope the wing.
Update
: 2025-03-11
Size
: 254kb
Publisher
:
战申
[
GDI-Bitmap
]
facedetection11
DL : 0
人脸检测和定位过程 主要是实现从静态图像中获取人脸的过程-face detection and localization process is mainly from a static image acquisition process Face
Update
: 2025-03-11
Size
: 3.46mb
Publisher
:
薛燕
[
DSP program
]
dtmf_dec
DL : 0
采用matlab编程的DTMF检测程序仿真,经过测试,绝对可用,可检测多个DTMF信号!-using Matlab programming DTMF detection process simulation, tested and absolutely can be used, can detect DTMF signals over!
Update
: 2025-03-11
Size
: 1kb
Publisher
:
duzhou
[
Other
]
HumanDetectionAndRecognitionInColorVideoMonitorSys
DL : 0
实际应用中所采集的大多是彩色序列图像,研究彩色序列图像的人脸检测和识别有特别重要的意义. 文中对彩色序列图像的人脸检测和识别进行了深入的研究和探讨,在综合了国内外计算机视觉和人工智能领域先进理论 和技术的基础上,开发了一个完整的人脸检测和识别系统.在系统实现过程中,提出了以下一些创新性的概念、 方法和系统结构.关 键 词:人脸检测 人脸识别 肤色分析 运动分析 支撑向量机 主成分分析 -practical application by the majority of the acquisition of color images, Study color image sequence of face detection and identification of special significance. Color text of the image sequence Face Detection and Identification conducted a thorough study and research, consolidated domestic and foreign computer vision and artificial intelligence theory and the field of advanced technologies on the basis of development of a complete face detection and recognition system. the system implementation process, the following number of innovative concepts, methods and systems architecture. Keywords : Face Detection Face Recognition color analysis Motion Analysis Support Vector Machine Principal Component Analysis
Update
: 2025-03-11
Size
: 7.37mb
Publisher
:
QHLee
[
Special Effects
]
detect
DL : 0
这个程序是基于DCT域的数字水印嵌入程序的提取程序,不需要原始图像,就可以从加水印的图像中提取水印图像-This procedure is based on the DCT domain of the digital watermark embedding process of the extraction procedure does not require the original image, you can add a watermark image from the extracted watermark image
Update
: 2025-03-11
Size
: 125kb
Publisher
:
晁文婷
[
Driver Develop
]
ExcpHookMonitor_0.0.4
DL : 0
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
Update
: 2025-03-11
Size
: 52kb
Publisher
:
张京
[
Special Effects
]
Houghcircle
DL : 0
这是一个hough圆的程序,检测图形图像中的圆,可以对一些目标进行检测和处理。-Hough it is a circular process, testing graphics image circle, you can detect a number of targets and processing.
Update
: 2025-03-11
Size
: 1.3mb
Publisher
:
北方上午
[
Special Effects
]
facesDetection
DL : 0
用OpenCV编写的一个用来检测人脸的程序,可输入图片或者视频文件,也可打开摄像头进行实时检测。检测速度快,准确度高。 -OpenCV prepared with a human face to detect the process, enter the picture or video files can also be open to conduct real-time detection camera. Detection speed and high accuracy.
Update
: 2025-03-11
Size
: 6.94mb
Publisher
:
sdfadf
[
OS program
]
IntercessorreportsrcbinIntercessor
DL : 0
内核级别进程管理软件实现,包括指向思路和源码分析。该软件使用物理内存搜索当前活动进程的方式,可以有效地探测出各类隐藏进程-Kernel-level process management software, including point-source ideas and analysis. The software uses physical memory search process, current activities, it can be effectively detect various types of hidden process
Update
: 2025-03-11
Size
: 1.5mb
Publisher
:
欣烁
[
Windows Develop
]
detect
DL : 0
唯判断一可译码的程序,检测编码是否为唯一可译码的小程序,仅供参考 -I can only judge the decoding procedure, detection coding for only a small decoding process for reference only
Update
: 2025-03-11
Size
: 474kb
Publisher
:
tony
[
Applications
]
LANE_NEW
DL : 0
高速公路收费系统车道软件. 功能: 1 检测公路过往车辆 2 收费过程控制和数据采集 3 车辆信息和图片上传服务器.-Lane highway toll system software. Functions: 1 Detect road vehicles 2 charging process control and data acquisition 3 vehicles information and picture upload server.
Update
: 2025-03-11
Size
: 1.1mb
Publisher
:
tangyongjun
[
OS program
]
DetectHiddenProcess
DL : 0
Detect Hidden Proce-Detect Hidden Process
Update
: 2025-03-11
Size
: 19kb
Publisher
:
Kevin Smith
[
OS program
]
OS_project_Thread
DL : 0
Purpose Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system. - introduction 1. Purpose Aim to setup a small system above the OS layer , implement the message queue of process or thread and simulate the function of watchdog used to detect the deadlock of the system. 2. Method Using window API to create serval thread and create a message queue for each thread to control the message exchange between the different treads. 3. Files Projectmain.h------ structs , enums ,and claim of functions ThreadSemaphore.c------- extend the Windows semaphore API ThreadQueue.c------- message queue file (send to, receive from ,create and destroy queue ) ThreadFrame.c-- 1) create all the task for test 2) control the message handling 3) control the thread running 4)functions of watchdog 5) a hardware timer simulator to create timeout message every 1 sec 4 task : Thread_IDLE,-- lowest prority , interact with user and obtain a semaphore which will be waitted by Thread_LOST later
Update
: 2025-03-11
Size
: 979kb
Publisher
:
Xiwen
[
Process-Thread
]
hides
DL : 0
Although I do not know what kind icesword enumerated services, it is estimated that by the end times calendar SCM internal ServiceRecordList to detect. Why? See below. The annex InjectDLL.exe put hideservice.dll injected into Ser vices.exe process after Alerter service will be hidden swap. Detection also used icesword not Alerter service. Code principle is very simple. Services.exe is in the process of finding ServiceRecordList table Hide will need the services disconnected from the chain on. Since icesword also can not be detected. it shows icesword calendar through the end times within the SCM ServiceRecordL ist to detect
Update
: 2025-03-11
Size
: 2kb
Publisher
:
fisher
[
Driver Develop
]
RING0
DL : 0
RING0下检测用HOOK SSDT隐藏进程的代码,直接build,适用于XP,2000系统。短小实用。-RING0 detect hidden process by HOOK SSDT code directly build, apply to XP, 2000 systems. Short and practical.
Update
: 2025-03-11
Size
: 4kb
Publisher
:
ldf
[
Game Hook Crack
]
process
DL : 0
Delphi检测指定进程是否存在. -Delphi detect the existence of the specified process. Delphi detect the existence of the specified process.
Update
: 2025-03-11
Size
: 161kb
Publisher
:
莫晓辉
[
Process-Thread
]
ProcessDetective
DL : 0
Process detect in asm very good
Update
: 2025-03-11
Size
: 43kb
Publisher
:
rea
[
Special Effects
]
Harris-corner-detect
DL : 0
Harris角点检测程序。选定图像中某以区域,通过设置角点的最大个数和最小个数来设定检测阈值。-Harris corner detection process. A selection of images to the region by setting the maximum number of corners and the minimum number to set the detection threshold.
Update
: 2025-03-11
Size
: 344kb
Publisher
:
孙谦
[
Graph program
]
watermark
DL : 0
数字水印处理系统主要由水印嵌入和水印检测两个过程。(1)水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。 (2)水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。该程序调试已通过!-Digital watermarking system mainly consists of watermark embedding and watermark detection of the two processes. (1) The watermark embedding process as follows: Digital watermarking (X), the original image (I) and key/public key (K) by digital watermark embedding algorithm to form watermarked image (I*). (2) The watermark detection process is as follows: Digital watermarking (X), the watermark image (I*) and key/public key (K) by digital watermark detection algorithm to detect whether the digital watermark or watermark. The program debugging has passed!
Update
: 2025-03-11
Size
: 53kb
Publisher
:
Matthew
[
OS program
]
ProcesID
DL : 0
This the kernel program made in the visual basic 6 to detectd id of the process, and for hide process. Work on the earlyer version of the Windows, 95,98,2000,xp, on Vista and windows7 can only detect proce-This is the kernel program made in the visual basic 6 to detectd id of the process, and for hide process. Work on the earlyer version of the Windows, 95,98,2000,xp, on Vista and windows7 can only detect process
Update
: 2025-03-11
Size
: 26kb
Publisher
:
nova
«
1
2
3
4
5
6
7
8
9
10
...
14
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.