代码搜索:regular

找到约 4,507 项符合「regular」的源代码

代码结果 4,507
www.eeworm.com/read/110489/15532679

txt regform.txt

Battlejeep ordering form ------------------------ If you do not have access to the Internet, you can register via phone, fax or postal mail. Please print out the following form, and fax or mai
www.eeworm.com/read/109560/15554276

htm servicon.htm

TMC services today
www.eeworm.com/read/109027/15567498

asp twofolders2.asp

www.eeworm.com/read/105160/15676792

txt 利用键盘钩子在windows平台下捕获键盘动作.txt

作者:skyhorsebj email: XUEY@CIDC.COM.CN 日期:2001-7-3 18:10:43 一。我们可以在应用程序中毫不费力的捕获在本程序窗口上所进行的键盘操作,但如果我们想要将此程序作成一个监控程序,捕获在Windows平台下任意窗口上的键盘操作,就需要借助于全局钩子来实现了。 二、系统钩子和DLL 钩子的本质是一段用以处理系统消息的程序,通过系统调用,将 ...
www.eeworm.com/read/104928/15681427

wsf wshgrep.wsf

www.eeworm.com/read/104928/15681442

vbs regflt.vbs

'regflt.vbs 'command line regular expression filter Dim nF, strDelim, strLine If WScript.Arguments.Count < 1 Or WScript.Arguments.Count > 2 Then ShowUsage End If strDelim = "," 'set del
www.eeworm.com/read/104928/15681445

js regflt.js

//regflt.js //filters regular expression elements from strings var nF, rst, strLine, strOut; if(WScript.Arguments.length< 1 || WScript.Arguments.length>1) WScript.Quit(-1); // get the regu
www.eeworm.com/read/102161/15791998

+

作者:skyhorsebj email: XUEY@CIDC.COM.CN 日期:2001-7-3 18:10:43 一。我们可以在应用程序中毫不费力的捕获在本程序窗口上所进行的键盘操作,但如果我们想要将此程序作成一个监控程序,捕获在Windows平台下任意窗口上的键盘操作,就需要借助于全局钩子来实现了。 二、系统钩子和DLL 钩子的本质是一段用以处理系统消息的程序,通过系统调用,将 ...
www.eeworm.com/read/101305/15838155

+

作者:skyhorsebj email: XUEY@CIDC.COM.CN 日期:2001-7-3 18:10:43 一。我们可以在应用程序中毫不费力的捕获在本程序窗口上所进行的键盘操作,但如果我们想要将此程序作成一个监控程序,捕获在Windows平台下任意窗口上的键盘操作,就需要借助于全局钩子来实现了。 二、系统钩子和DLL 钩子的本质是一段用以处理系统消息的程序,通过系统调用,将 ...
www.eeworm.com/read/100897/15862960

cpp nglibrary_dll.cpp

// NGLibrary.cpp : Defines the initialization routines for the DLL. // #include "stdafx.h" #include #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]