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

搜索资源列表

  1. FileChange

    0下载:
  2. 比如在记事本或DW中,若有外部程序打开了某个文件,并进行了内容编辑及保存,若你当前正在打开本文件,则程序会弹出一个提示,告诉你文件被外部程序修改,是否恢复文件?或许平时你见的比较多吧?实现的方法是:利用API 函数FindFirstChangeNotification,可以用于监视指定目录下的文件系统变更情况,并可设置通知条件,函数返回的句柄被用于监视文件变更的线程。- For example, in Notepad or DW, and if the external program to
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:30238
    • 提供者:黄威霖
  1. WinMain

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系-Windows program operating principle and procedure of the preparation process, the process window, handle principle, message queue, the callback function, the window closed and out of the wor
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:1122
    • 提供者:莫文
  1. realtime-cursor-shape-capture

    0下载:
  2. 实时获取windows下的鼠标.此代码在source code网站找到的c#源代码,但是有bug.并合成到你的,修正了一些 GDI 句柄的bug. -Get real-time mouse under windows. C# source code in the source code for this website to find, but there is bug. And synthesized to you, GDI handles fixed some bug.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1295
    • 提供者:tony
  1. stemwin-tutorials-Chapter-38

    0下载:
  2. 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/本期教程开始给大家讲控件方面的知识,这部分知识主要来自官方手册。 控件是具有对象类型属性的各种窗口,是组成用户界面的元素。它们可自动对某些事件作出反应;例如,按下某按钮后,它可以不同状态显示。小工具需要创建,具有可在存续期间随时更改的属性,并通常在不再需要时被删除。正如窗口一样,小工具通过其创建函数返回的句柄进行引用。-Armfly Electronics launched emwin tutorial
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:751917
    • 提供者:安富莱电子
  1. Processid2windowshandle

    1下载:
  2. 自定义类,能通过进程名来获取窗口句柄,进程ID,主线程ID-Custom class name through the process to get the window handle, process ID, host thread ID
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:5120
    • 提供者:胡俊
  1. getwindows

    0下载:
  2. 获取windows窗口句柄、颜色、父窗口等属性-get windows handle property
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:32520
    • 提供者:louyang
  1. 关于c++的winmain例程

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。
  3. 所属分类:DVD

    • 发布日期:2015-05-31
    • 文件大小:9780
    • 提供者:s_huaxu@163.com
  1. 牛顿法迭代

    0下载:
  2. function main() clc; clear all; f = @(x)log(x+sin(x)); % 测试函数 df = @(x)(1+cos(x))/(x+sin(x)); % 导数函数 x0 = 0.1; % 迭代初值 x = TestNewton(f, df, x0) % 牛顿法求解 function x = TestNewton(fname, dfname, x0, e, N) % 用途:Newton迭代法解非线性方程f(x)=0 % fname和df
  3. 所属分类:matlab例程

  1. test5

    0下载:
  2. 我们在开发是经常需要在启动一个进程之后等待其结束后再继续运行。 在这里提供了一个名为Wait的函数,它会为你完成上面的功能。实现的思想是在启动进程后等待其结束,由于进程是一种资源,而资源的句柄在WIN32中可以作为核心量使用。你可以使用WaitForSingleObject等待核心量状态改变为有信号状态。对进程来讲当进程结束时其状态转变为有信号。 在本例中使用了一个单独的线程来启动进程并等待结束。 -We often need to develop a process t
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:780
    • 提供者:衣谷
  1. plotyy_shan

    0下载:
  2. MATLAB之图形plotyy函数及句柄应用 条形图,折线图及双坐标实例(自编)-Graphics plotyy function and handle the application MATLAB Bar charts, line charts and two-coordinate instance (Self-programming)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:869
    • 提供者:张越
  1. 201505080858

    0下载:
  2. 作为一名程序员获取窗口信息是必须的知识,这个源码演示根据窗口获取各种信息,比如:标题、句柄、类名、关联进程ID、程序路径等信息,另外还支持对窗口操作,比如:隐藏、显示、枚举信息等功能。-As a programmer to get the window information is needed knowledge, this source code demonstrate access to a variety of information to the window, for example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:327692
    • 提供者:黑色星期天
  1. EnumExeHandle

    1下载:
  2. 本程序通过指定的exe名称获取其相对应的窗口句柄-The program gets its corresponding window handle by specifying the name of exe
  3. 所属分类:Other windows programs

  1. Code

    0下载:
  2. 理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-Understand the message sent to the window is how the MFC framework mapping table by the window handle and message mapping
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:51217
    • 提供者:bean
  1. ISee

    1下载:
  2. ISee图象引擎是一款可应用于 VC++ MFC 程序设计的开发包,它可以使您的软件产品拥有强大的图象读写、显示功能,并提 供了极易扩展的图象处理接口。能让您在最短的时间内编写出专业水准的图象软件。与同类型图象开发包相比,ISee图象引 擎具有以下的一些特点: * 提供多达26种图象格式的读写插件(详见下面的插件一览表),新的插件还在不断地开发当中。 * 支持从EXE、剪贴板、窗口、HBITMAP句柄、内存等多种介质中直接读写图象。 * 拥有极简易的使
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1121347
    • 提供者:QQ
  1. mvoper

    0下载:
  2. 对一维数据执行移动窗口操作,句柄函数可以自行设定,或matlab自动函数,比如移动窗口平滑,求均值,求标准差-For one-dimensional data to perform the operation to move the window, you can set their own handler function, or matlab automatic functions, such as moving window smoothing, averaging, standard d
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:533
    • 提供者:陆宇振
  1. acquire-windows-api

    0下载:
  2. 通过user32.dll获取窗口句柄, 并模拟软件上的按钮操作-through user32.dll to acquire window api
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:11723
    • 提供者:曹樟涛
  1. HandleManager

    0下载:
  2. 这是一个高效的句柄管理器(基于MIT下的开放协议,所以放心使用吧)。该句柄管理器是以指针数组的方式实现的。-Here’s an efficient implementation of a handle manager (released under the usual MIT license, so go to town with it). The handle manager is implemented as an array of pointers.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:102029
    • 提供者:何尚生
  1. TA_xxy_badapple

    1下载:
  2. 截获任务管理器窗口句柄并重绘实现动画输出-Intercept Task Manager window handle and redraws animated output
  3. 所属分类:Hook api

    • 发布日期:2017-05-01
    • 文件大小:15741952
    • 提供者:XuXy
  1. External

    0下载:
  2. 全后台操作 取进程id,取句柄,取控件句柄,api发送消息 易语言外部操作源码-Full background operation taking process id, take the handle, take control handle, api to send messages easy language external operation source
  3. 所属分类:ELanguage

    • 发布日期:2017-04-28
    • 文件大小:161070
    • 提供者:蛋烧的饼干
  1. ckGongJu

    0下载:
  2. 可对一个窗口的内容进行修改 获取窗口句柄 可以对进程的内容进行修改,测试修改器和破解-You can modify the contents of a window Get the window handle You can modify the contents of the process, test modification and crack
  3. 所属分类:ELanguage

    • 发布日期:2017-04-28
    • 文件大小:110470
    • 提供者:嘉嘉
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com