-
ProcessMonitor
1、实时监控各个exe所做的行为;2、实时监控exe的启动和退出;3、该代码为微软的SysinternalsSuite中的Process Monitor v1.0版本源码;4、工程项目已转化为vs2010(1, real-time monitoring of individual behavior made exe 2, real-time monitoring exe startup and exit 3, the code for Microsoft s SysinternalsSuite the Process Monitor v1.0 version of the source code 4, the project has been converted to vs2010)
- 2013-12-23 18:34:50下载
- 积分:1
-
CCS编译器
PICccs编译器包含破解方式,验证可以正常使用。(The PICccs compiler contains cracking methods to verify that it can be used properly.)
- 2020-06-22 14:20:02下载
- 积分:1
-
DALI
dali主控制器的发送和接受例程,已经调试通过,很多地方找不到资料,我弄出来了,就发出来大家一起共享(Dali main controller sending and receiving routines)
- 2011-04-27 10:26:02下载
- 积分:1
-
system_LPC11xx
system_LPC11xx.c配置的中文注释,对初学者学习pll有帮助。(The system_LPC11xx.c configuration of Chinese notes, for beginners to learn PLL help.)
- 2014-08-18 10:30:40下载
- 积分:1
-
killpps2013-12-9
pps.tv进程专杀,可以设置为开机计划任务,自动清除安装pps.tv后自动运行的两个进程:ppskernel和ppsprotec,这两个进程大量占用网络带宽。(pps.tv process kill tool)
- 2013-12-11 13:57:10下载
- 积分:1
-
NXP的rc522 RFID芯片驱动
r522芯片驱动程序,可以读写操作13.56M的mifare卡。
- 2022-12-23 16:45:03下载
- 积分:1
-
自动关机(可设置时间,问题很多,可作为新手学习之用).
自动关机(可设置时间,问题很多,可作为新手学习之用).-automatic shutdown (which can set the time, many problems, as newcomers to learn from.)
- 2022-07-11 06:21:33下载
- 积分:1
-
lane-detect
canny边缘检测,还有车道线检测。效果还可以。(canny edge detection, and lane detection. The effect can be.)
- 2014-01-14 16:44:00下载
- 积分:1
-
C# 强制断开SQLServer服务
C# 强制断开SQLServer服务,在C#的程序中断开SQL服务器,其实实现起来挺简单,虽然不常用,就当做是一个简单的SQL技巧吧,了解一下总是没错的,代码如下:
string strShutdown = "SHUTDOWN WITH NOWAIT";//创建SQL字符串
SqlCommand cmd = new SqlCommand();//创建命令对象
cmd.Connection = con;//设置连接属性
cmd.Connection.Open();//打开数据库连接
cmd.CommandText = strShutdown;//设置将要执行的SQL语句
cmd.ExecuteNonQuery();//执行SQL语句
MessageBox.Show("已成功断开服务");//弹出消息对话框
- 2022-08-25 01:38:36下载
- 积分:1
-
mschart
MSChart操作实例,可以轻松编码实现饼图,折线图,柱状图(MSChart operation example, you can easily Coding pie charts, line charts, bar charts)
- 2014-10-24 09:01:50下载
- 积分:1