CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - file monitoring

搜索资源列表

  1. filespy1

    0下载:
  2. 文件操作监视工具,可用于监视文件的操作,如删除,写入,建立-file manipulation surveillance tool for monitoring the operation of documents, such as delete, write, etc. establishment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32030
    • 提供者:zhaozw
  1. drivetyp

    0下载:
  2. 监测用户安装了何种类型的驱动器包括\"软驱\"硬盘cd-rom网络驱动器等(3KB)-users to install monitoring what type of actuator including "floppy" disk cd-rom network drives, etc. ( File)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3008
    • 提供者:
  1. MQTest

    0下载:
  2. MQ的监测程序 用来根据配置文件 自动建立MQ的小工具 还是检测MQ的历史消息记录-MQ monitoring procedures under the configuration file used to automatically establish MQ small tool detection MQ historical information Records
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:111945
    • 提供者:mjl
  1. relink

    0下载:
  2. MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12438
    • 提供者:莫飞
  1. 杀毒软件实时杀毒的奥秘(含源程序)

    0下载:
  2. 市面上所有号称\"虚拟机\",\"_blank\",防火墙\"的实时监控杀毒软件无一不是使用的IFSHOOK技术.下面给出用VTOOLSD写的代码.也就是所有实时杀毒软件的奥秘.同时,很多拦截文件操作的软件,例如对目录加密,文件加密等,也采用了雷同的技术. -market called "virtual machine", "_blank" firewall "real-time monitoring of antivirus software
  3. 所属分类:杀毒

    • 发布日期:2008-10-13
    • 文件大小:2394
    • 提供者:宁静
  1. tcpipmon.rar

    0下载:
  2. 一个用于端口监听的源码,只要有安装Delphi直接打开皆可编辑,里面附有可执行文件只要稍加修改就可以变成自己特色的端口监听软件!,One for the source port to monitor, as long as there is the installation of Delphi can directly open the Edit, which with a little modification as long as the executable file can be tur
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:277150
    • 提供者:
  1. HIPS2.04.src

    0下载:
  2. 一款具有注册表,文件,内核,驱动..拦截..监控的hips源码-Has a registry, file, kernel, driver' s hips .. block .. source monitoring
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1288192
    • 提供者:嘿嘿
  1. UDiskMonitor

    0下载:
  2. VC++后台自动拷贝U盘文件源代码,的无声无息中将U盘中的文件拷贝至所选目录中,俗称U盘大盗,挺历害的程序。程序功能不赞成大家这么用,不过通过这个程序我们能掌握一些vc++操作U盘的一些技巧,比如监控U盘的插入,自动拷贝文件等,程序运行后没有主窗口,也不在任务栏显示图标,如果要设置程序或显示主窗口,可以按+Alt+U组合键。 -VC++ background U disk file automatically copy the source code, the silent U disk f
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-01
    • 文件大小:36223
    • 提供者:madud00089
  1. UDiskMonitor

    0下载:
  2. VC++后台自动拷贝U盘文件源代码,的无声无息中将U盘中的文件拷贝至所选目录中,俗称U盘大盗,挺历害的程序。程序功能不赞成大家这么用,不过通过这个程序我们能掌握一些vc++操作U盘的一些技巧,比如监控U盘的插入,自动拷贝文件等,程序运行后没有主窗口,也不在任务栏显示图标,如果要设置程序或显示主窗口,可以按+Alt+U组合键-VC++ automatically in the background U disk file copy of the source code, the silent U
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-01
    • 文件大小:36506
    • 提供者:国泰
  1. pingmujiequ

    0下载:
  2. 其实原理就是捕获屏幕画面然后再把图像传给客户机。原理很简单: 1、先利用hdc=GetWindowDC(NULL) 得到桌面的hdc 2、memhdc=CreateCompatibleDC(hdc) 根据桌面的hdc创建一个和屏幕相同的内存DC 3、StretchBlt(memhdc,0, 0, nWid,nHei, hdc, 0, 0,nWid,nHei, SRCCOPY) ,把屏幕的图像复制到内存DC这时你已经在内存中得到了屏幕的图像了。这是设备相关的DDB图像,如果希望转换成设
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:1816
    • 提供者:xushuangjay
  1. Raptatorial

    0下载:
  2. 本软件能监视Ms Word的运行(如果你愿意,可以设成对电脑全面监控),并且能自动保存屏幕内容,可以自己设置图像压缩比,存储位置等。一些参数用ini文件存放。 为了尽量减少内存的使用,一些功能用dll封装。本软件的开发语言:delphi 7.0,操作系统:winXp(sp1)。没有用到第三方控件.我已经在98,2000下做过测试,运行顺利。 本软件运行之后能注册系统热键,请按下热键Ctrl+Alt+B弹出设置参数对话框,或者结束本软件的运行,初始密码为空。 -Ms Word of t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1304612
    • 提供者:wenyunfeng
  1. PEMonitor_src

    0下载:
  2. PE文件监视调试器,有反汇编引擎的代码,可以学习一下-PE file monitoring debugger, a disassembler engine code, you can learn about
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:99088
    • 提供者:范文一
  1. 201012116165452

    0下载:
  2. Url检测 ,定时监测url是否连通,执行对应的批处理文件-Url detection, regular monitoring of whether the connection url, the implementation of the corresponding batch file
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:365909
    • 提供者:李学兵
  1. cb_Udisk

    0下载:
  2. 监测U盘插入的程序,实时监测是否有U,如有,则检查是否有自动运行的文件(autorun.inf),如果是病毒则删除它。-U disk into the process monitoring, real-time monitoring of whether there are U, and if so, then check the file to run automatically (autorun.inf), if the virus will delete it.
  3. 所属分类:Kill Virus

    • 发布日期:2017-03-26
    • 文件大小:309263
    • 提供者:xieshui
  1. FileWatcher

    0下载:
  2. 用DELPHI开发的文件更新监控工具源代码,对任意多个目录,任意多种类型的文件的更新进行实时监控,更新情况包括名称改变、属性改变、大小改变、修改时间改变等,一旦发现更新可以定义一些操作对其进行自动处理,并记录在监控表格中。 本程序用DELPHI7开发,提供全部源代码,欢迎大家提出有益建议。 -DELPHI file updates with the development of monitoring tools source code for any number of directorie
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:283700
    • 提供者:hhj
  1. ProcessMonitorProject

    0下载:
  2. 进程监控功能实时监控操作系统中的所有进程运行情况,如果发现非法进程,就立即阻止或结束其进程,当阻止或结束动作 完成后,将此情况记录到日志文件中,以便后续追查。非法进程是通过自动判断或人工手段通知进程监控程序,进程监控得到黑 进程列表后,实时判断当前系统中是否存在非法进程。 -Process monitoring in real-time monitoring of all operating system processes running, and if found illeg
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1796199
    • 提供者:wuji
  1. jisuanjiwenjianjiankong

    0下载:
  2. 易语言的计算机文件监控实现,可以参考下思路,很实用-Easy language of the computer file monitoring, you can refer to the following ideas
  3. 所属分类:易语言编程

    • 发布日期:2017-04-04
    • 文件大小:1541
    • 提供者:xzfdsf
  1. zhenjiashuitong

    0下载:
  2. 真假水桶问题 实现一个类似于电子监管网的系统,在一个文件 jgm.dat 中存放了合法的监管码,该文件以文本文件的形式存在,每行存放一个监管码,监管码为 16 位或 20 位的数字。该文件的尺寸不超过 4M。 -True and false buckets issues to achieve a similar system of electronic monitoring network, the legitimate regulatory code is stored in a fi
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:708
    • 提供者:雨落
  1. cqwjmlczjs

    0下载:
  2. 超强文件目录操作监视工具,可以监视电脑上文件目录的改变,可以及时有效的了解到自己电脑上文件的变动情况-The super file directory operation monitoring tools, change the file directory on the computer, you can monitor the changes of files on their computers can understand timely and effective
  3. 所属分类:ELanguage

    • 发布日期:2017-11-12
    • 文件大小:18430
    • 提供者:钱正华
  1. Transfusion-monitoring-terminal

    0下载:
  2. 吊瓶和药液被传感器所测重。随着药水的减少。重力传感器获得的数据用 zigbee传递给该程序后,对数据进行处理形成百分比转化为液面信息和药水滴完所剩余的时间,并将数据存入指定文件中,通过局域网链接,使得上手机端上能都看到液面和所剩时间,并液面快将为0时在电台平提示护士换药或者停药。-The bottle and the liquid is measured by the sensor weight. With the drops of medicine. Gravity sensor to obt
  3. 所属分类:LabView

    • 发布日期:2017-05-01
    • 文件大小:105594
    • 提供者:丁怡
« 12 »
搜珍网 www.dssz.com