CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - global local

搜索资源列表

  1. CharFilter_Class

    0下载:
  2. CharFilter_Class实例是对CharFilter实例的完善。在CharFilter实例中,我们定义了四个全局变量,这不符合WDM驱动程序的要求,它限制了IRP的可重入性,我们应该使用局部变量。 该实例定义了一个READ_COMPLETION_INFO结构,当有DeviceControl 调用时,就分配一个结构对象,参数设置完后,就将该结构对象地址指针放在I.FileObject()->FsContext中。 -CharFilter_Class CharFilter e
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:1689536
    • 提供者:秦生
  1. spline-basedImageRegistration

    0下载:
  2. The problem of image registration subsumes a number of problems and techniques in multifr a me image analysis, including the computation of optic flow (general pixel-based motion), stereo correspondence, structure from motion, and feature trackin
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:486459
    • 提供者:刘长乐
  1. keyboardRecord

    0下载:
  2. 记录本机的按键,将记录存放在一个文件中,可方便用户监控查询按键历史.用全局钩子实现.-record the local keyboard press,and save the records to a file, it s convenient for the user to search and check keyboard press history. based on global hook.
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:2688
    • 提供者:
  1. DNSGetPubIPs

    0下载:
  2. 本程序可以自动获取公网IP然后上传到指定网络地址空间上,而且支持和本机IP变动同步更新IP数据上传到地址空间,开机自动运行,全局快捷键。 本程序是适应中国动态IP而制作,假如有人想在自己机器上架设服务器,但IP是动态的 也就是IP会经常变动,但本程序可以实现IP动态绑定,从而给用户感觉是静态IP的感觉。 本程序在运行中会自己生成一个网页(包含本机IP),上传到指定的网络地址空间,当用户在网络上浏览该网页 该网页会自动转向到本机IP,这一切的一切都是程序自动完成。用户只需要进行简单的网络地址空间设
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:33704
    • 提供者:高军
  1. Code_AllocMemory

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-08
    • 文件大小:18487
    • 提供者:xuyaxin
  1. Code_APIData

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-06
    • 文件大小:476718
    • 提供者:xuyaxin
  1. Code_BitBlt

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:26630
    • 提供者:xuyaxin
  1. Code_ClipViewer

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-16
    • 文件大小:10016
    • 提供者:xuyaxin
  1. Code_ControlExtractor

    0下载:
  2. win32抛弃了win16的全局内存的概念,每个进程有自己独立的内存空间, 并且不受其他进程影响.这样一来所有代码都只能访问局部资源,但很显然有些 应用必须是全局的,比如你的hook,所以ms必须提供一种折衷的安全的方法.好 在windows中的dll正好可以解决这个问题.-win32 global win16 abandoned the concept of memory, each process has its own separate memory space, and ot
  3. 所属分类:Hook api

    • 发布日期:2017-04-17
    • 文件大小:16219
    • 提供者:xuyaxin
  1. dlgs

    0下载:
  2. 大内高手--调试手段及原理.txt 大内高手—全局内存.txt 大内高手—共享内存与线程局部存储.txt 大内高手—内存模型.txt 大内高手—内存管理器.txt 大内高手—常见内存错误.txt 大内高手—序.txt 大内高手—惯用手法.txt 大内高手—栈_堆.txt-Ouchi master- debugging techniques and principles. Txt Ouchi expert- global memory. Txt Ouchi mast
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:47091
    • 提供者:地址
  1. YSPSO

    0下载:
  2. 带压缩因子的粒子群算法,有效控制粒子的飞行速度使算法达到全局探测与局部开采两者间的有效平衡-With a compression factor of the particle swarm algorithm, effective control of the particle speed to make the algorithm reach the global exploration and local exploitation of an effective balance between
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:664
    • 提供者:李峰
  1. 3ddeformation

    0下载:
  2. 用VS2003开发的变形,实现了局部变形和全局变形,效果显著。不过需要用VS03以上版本打开-Deformation developed with VS2003 and realized the local deformation and global deformation, obviously. However, they must open VS03 above
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:8709
    • 提供者:吴立
  1. Dia_Ero

    0下载:
  2. 数学形态学在数字图像处理领域中的应用越来越广泛,各种形态结构和算法不断涌现.数学形态学以集 合运算为基础,其基本思想是用具有一定形态的结构元去度量图像中的形态以解决理解问题.该文利用细胞神经 网络(CNN),运用数学形态滤波适时、并行完成各种数学形态运算.文中给出了有关CNN的全局和局部稳定状态 的定理,证明CNN在一定的条件下可以通过动态过程的稳定达到数学形态滤波的结果.将其结果运用在煤矿井下 煤仓图像的预处理当中,取得了满意的结果.-Mathematical Morpholo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:209384
    • 提供者:郭事业
  1. qqscreen

    0下载:
  2. 仿QQ屏幕截图,您可以全局或局部截取您的屏幕,像使用QQ一样-QQ imitation screenshot, you can intercept your global or local screen, the same as the use of QQ
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:196812
    • 提供者:wangwm8689
  1. C_code_global_deformation_local_deformation

    1下载:
  2. C编程全局变形和局部变形代码C programming code for the global deformation and local deformation-C programming code for the global deformation and local deformation
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:8776
    • 提供者:..
  1. 05363793

    0下载:
  2. An Improved PSO Algorithm to Optimize BP Neural Network Abstract This paper presents a new BP neural network algorithm which is based on an improved particle swarm optimization (PSO) algorithm. The improved PSO (which is called IPSO) algori
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:252872
    • 提供者:dasu
  1. qjbl

    0下载:
  2. 关于VS2010下全局变量与局部变量区别的程序。-On VS2010 and local variables global variables under different procedures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3698608
    • 提供者:王晓
  1. Stochastic_and_Global_Optimization

    0下载:
  2. We present an algorithm for finding the global minimum of multimodal functions. The proposed algorithm is based on differential evolution (DE). Its distinguishing features are that it implements pre-calculated differentials and that it suitably u
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4867890
    • 提供者:regenrentgen
  1. GifImage

    0下载:
  2. 最好把全局变量设为两个字母以上 而局部变量设为一个字母避免全局和 局部变量重复设为相同的字母(变量)而发生冲突 -Best to set the two letters or more global variables and local variables set to a letter to avoid duplication of global and local variables set to the same letter (variable) and conflict
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:489449
    • 提供者:YNWFZL7
  1. wendudiaojie

    0下载:
  2. 用全局变量和局部变量实现温度的调节及显示功能-With the realization of global variables and local variables, and display temperature regulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:19774
    • 提供者:颜兴华
« 12 3 4 »
搜珍网 www.dssz.com