CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 枚举

搜索资源列表

  1. Greedy_Implicit-贪心算法_隐枚举法

    0下载:
  2. 贪心算法_隐枚举法(0 - 1 整数规划求解),matlab代码-Greedy algorithm _ implicit enumeration method ( 0- 1 integer programming solver ) ,matlab code
  3. 所属分类:matlab例程

    • 发布日期:2017-03-27
    • 文件大小:866
    • 提供者:johnhanan
  1. 枚举PCI设备

    0下载:
  2. 枚举PCI设备 访问CF8h CFCh 来枚举PCI设备-meiju PCI device
  3. 所属分类:系统编程

    • 发布日期:2017-03-27
    • 文件大小:839
    • 提供者:lee
  1. enumfilehandle

    0下载:
  2. 枚举系统中所有已打开文件的句柄,有时一个文件删不掉,可能是文件句柄没有释放,可以用它来寻找哪个进程打开了文件,结束这个进程或者关掉句柄就可以了-Enumerate the system to handle all open files, and sometimes can not afford to delete a file, it may not release the file handle, you can use it to find which process opens a fil
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:5501
    • 提供者:9908006
  1. getMesseageHook

    1下载:
  2. 枚举系统中的全局消息钩子,网上有c和vb版的,把它转成了delphi-Enumeration in the system global message hook, on-line with c, vb version, turn it into delphi
  3. 所属分类:Windows Kernel

    • 发布日期:2016-08-26
    • 文件大小:6773
    • 提供者:9908006
  1. EnumWindows

    0下载:
  2. 枚举当前操作系统(windos XP)中存在的所有窗口-Enumerate the current operating system (windos XP) that exist in all the windows
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:32656
    • 提供者:skyfly
  1. 49589075usbhidio_vc2003

    0下载:
  2. usb与上位机通信的程序源码,通过枚举的方式查找设备-usb communication with the host computer program source code, by enumerating the ways to find devices
  3. 所属分类:USB develop

    • 发布日期:2017-04-03
    • 文件大小:64904
    • 提供者:孟平
  1. EnumHook

    0下载:
  2. 枚举系统全局钩子程序,能够将系统里已有的全局钩子全部列出 通过加载驱动实现-Enumeration system global hook procedures, the system has been able to list all the global hooks driven through the load to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2322569
    • 提供者:jjq
  1. kill---HideToolz

    0下载:
  2. VB Ring3枚举进程 可以检测到HideToolz隐藏的进程!-VB Ring3 enumeration process can detect hidden processes HideToolz!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:10479
    • 提供者:bendan
  1. allwindows

    0下载:
  2. 本代码实现枚举所有打开程序的窗口,将窗口信息列在列表框中。- This code realization enumerates all opens the procedure the window, in tabulates the window information row in the frame.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-19
    • 文件大小:26016
    • 提供者:杨艳顺
  1. EnumSerialPorts

    0下载:
  2. 枚举系统的所有串口,入口传入串口号码, 返回是否存在-Enumeration of all the serial system
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:305352
    • 提供者:林立
  1. ConsoleApplication1

    0下载:
  2. C# 通过调用系统的API 从而实现枚举系统进程-C# to call the system API to achieve the process of enumeration
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:15932
    • 提供者:joe
  1. FindWindows

    0下载:
  2. 一个查找窗口的小例子代码,可以枚举所有的窗口,一个不错的代码。-A small window to find examples of code, you can enumerate all the windows, a good code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1785209
    • 提供者:jianhaoran
  1. usb

    0下载:
  2. 对usb枚举设备读取,读取cpu设备信息,实现简单加密,可以作为自己的共享软件加密借鉴-Enumerate usb device on the reader, to read device information cpu, simple encryption, can be used as their own encryption software from
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1979959
    • 提供者:季凯
  1. ZwQueryVirtualMemory

    1下载:
  2. 使用ZwQueryVirtualMemory枚举进程模块,供学习-Use ZwQueryVirtualMemory enumerate process module for learning
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:1093
    • 提供者:sying
  1. GettheMACaddress

    0下载:
  2. 此代码通过 NetApi32.dll 中提供的API来实现 Windows 系统中网卡MAC地址的获取。首先发送 NCBENUM 命名枚举机器上所有网卡(因为一台PC上有可能装多张网卡),由此可以获得网卡的数目和每张网卡的内部编号,接着针对每个网卡编号发送 NCBASTAT 命令获取其 MAC 地址。注意使用本例所提供的方法获取MAC地址,网卡事先必须与 MS NetBEIU 协议进行绑定。-Get the MAC address
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:12659
    • 提供者:乐乐
  1. EmunIEList

    0下载:
  2. 用FindWindow的方式枚举所有IE窗口,并获取IE窗口内的IWebBrowse2接口.-Using FindWindow approach enumerates all IE windows, and get inside the IE window IWebBrowse2 interface.
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-05-19
    • 文件大小:5215800
    • 提供者:Ken
  1. proess

    0下载:
  2. 这是枚举进程得一个小程序,希望大家喜欢。-This is the enumeration process was a small program, hope you like.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2173
    • 提供者:
  1. Csr

    0下载:
  2. 通过CSRSS进程 来枚举现有进程. 由易语言编写 希望你们喜欢-CSRSS process to enumerate through the existing process. By the Yi language I hope you like
  3. 所属分类:Windows编程

    • 发布日期:2017-04-05
    • 文件大小:3037
    • 提供者:164894
  1. USB

    0下载:
  2. 图解USB协议,分为三个部分:枚举过程,数据包分析以及USB标准描述符-Graphic USB protocol, divided into three parts: enumeration process, packet analysis, and USB standard descr iptors
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:333745
    • 提供者:David.Feng
  1. mj

    0下载:
  2. 通过实例实现,枚举系统正在运行的程序,用于系统控制-An example implementation, enumeration system is running programs for system control
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:210648
    • 提供者:zhuxiaoboa
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com