-
MonitorCreateProcessEvent
利用WMI监视进程的创建
Private Sub StartMonitorCreateProcessEvent()
Set CreateProcessEvent = New SWbemSink
Set objSWbemServices = GetObject("winmgmts:\.
ootcimv2")
objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, "SELECT * FROM __InstanceCreationEvent WITHIN 1 WHERE TargetInstance ISA Win32_Process "
End Sub(Use WMI to monitor process creation Private Sub StartMonitorCreateProcessEvent () Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject ( )
- 2007-09-07 09:22:06下载
- 积分:1
-
sac
读取sac文件,包括头文件读取以及头文件的写入(read sac file,including reading sacheaders and writing sacheaders and get sacheaders)
- 2020-09-14 10:37:57下载
- 积分:1
-
SFM_gauss
正弦调频信号的时域 频域 模糊度函数的设计(Time domain sinusoidal FM signal frequency-domain ambiguity function design)
- 2012-10-24 11:45:34下载
- 积分:1
-
data-accquisition1.62
结合NI公司的数据采集硬件,运用labview2014开发设计了8通道数据采集软件,实现了界面曲线显示,本地数据保存和数据库数据存储等功能,希望给到帮助!(Combined with the company s NI data acquisition hardware, application development and design labview2014 8-channel data acquisition software, and the curve display interface, local data storage, and data storage and other functions, we want to give to help!)
- 2015-06-11 16:59:03下载
- 积分:1
-
ldpcBER_new
在高斯白噪声信道下的误码率性能和误帧率仿真译码程序。(BPSK debugging in Gauss white noise channel)
- 2021-05-07 05:28:36下载
- 积分:1
-
简单模拟路由器转发的源代码,其中采用了WFQ算法及令牌桶机制!...
简单模拟路由器转发的源代码,其中采用了WFQ算法及令牌桶机制!-Simple simulation of a router forwarding source code, which uses WFQ algorithm and the token bucket mechanism!
- 2023-04-07 07:05:04下载
- 积分:1
-
bch_encode
原创:用matlab仿真bch算法,经过调试可以正常运行(originality : BCH Matlab simulation algorithms, can debug uptime)
- 2006-05-23 12:59:15下载
- 积分:1
-
Exceptional-cPP
Exceptional c++中文版,指导c++程序员写出高效整洁的代码(Exceptional c++ Chinese version of the guide c++ programmers to write efficient code clean)
- 2013-08-19 16:24:48下载
- 积分:1
-
一个可以检查HotMail邮件的程序,你可以使用改程序检查你的Hotmail账户是否有邮件而不用登陆到www.hotmail.com上了。使用HotMail的朋...
一个可以检查HotMail邮件的程序,你可以使用改程序检查你的Hotmail账户是否有邮件而不用登陆到www.hotmail.com上了。使用HotMail的朋友一定要下载。
-one can check the Hotmail e-mail program, you can change the use of procedures to check your Hotmail account whether an e-mail instead of landing on the /. Use Hotmail friend must download.
- 2022-12-27 00:00:03下载
- 积分:1
-
vfp通过fastcgi实现的WEB服务
非原创,来源不详通过fastcgi协议与服务器通信,实现基于VFP的WEB服务端脚本编程。适合小型应用使用。支持FASTCGI协议的服务器都可以使用。如ngix。
- 2022-03-05 23:18:42下载
- 积分:1