搜索资源列表
HideRegistry
- 关于如何突破 icesword 的注册表隐藏的一点想法.这个想法应该是可以突破现有版本的 icesword 的注册表隐藏的. 这是一个半通用的方法.但不是搜索特征传.在 coding 中,这个要比隐藏进程麻烦些. 编码如果超过 1天半 俺就会放弃. 这里给出了一个简单的包.里面包含一个驱动程序和一个注册表文件. 测试的时候请自己把 HideRegistryApp.exe 跑起来. 然后把 test.reg 导入到注册表中. icesword 可以先启动,也可以后启动. 然后在 iceswor
installdrv
- 如果需要在MFC程序中加载并启动一个内核驱动程序,可以使用该段代码,该代码拷贝驱动到drivers目录,以服务形式启动它。 要想关闭服务,可以调用命令行: net stop <服务名>-If you need to load in the MFC program and start a kernel driver, you can use that section of code that copy driver to drivers directory to start i
122
- I am developing an application where I need to secure a workstation for periods of time. I can use BlockInput to stop users from task switching or messing with the keyboard, but I would like to disable Ctrl-Alt-Delete. It seems there seems
isd4004
- isd4004 c驱动代码 包括播放 录制 停止 等各个函数 ;是初学者学习写驱动的好例子-isd4004 c driver code to play the recording to stop all functions is a good example for beginners to learn to write a driver
timeinterrupt
- S5PV210下tiny210定时器0初始化,启动,设置,停止以及终端服务程序驱动程序-S5PV210 tiny210 timer 0 initialization, start, set, stop the driver and Terminal Services program
motor2.0
- 基于linux rethad gec2440(ARM9)板卡开发的步进电机驱动,可以控释电机正反转,停止。-Based linux rethad gec2440 (ARM9) stepper motor driver board development, controlled-release motor reversing, stop.
DrvMain
- brief The DrvMain module. Handles driver init, stop and recovery processes.
SVGStopElement
- SVG Stop Element for linux Interface Driver Source Code.
ipv6_route
- If a driver wishes to stop using streams to communicate with the device, it should call.
lvguanyusuan
- 设计用动态规划算法求解旅游预算问题的数据结构和递推程序。一个旅行社需要估算乘汽车从某城市到另一城市的最小费用,沿路有若干加油站,每个加油站收费不一定相同。旅游预算有如下规则: 若油箱的油过半,不停车加油,除非油箱中的油不可支持到下一站;每次加油时都加满;在一个加油站加油时,司机要花费2元买东西吃;司机不必为其他意外情况而准备额外的油;汽车开出时在起点加满油箱;计算精确到分(1元=100分)。编写程序估计实际行驶在某路线所需的最小费用。C++实现-Design algorithm travel