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

搜索资源列表

  1. 屏幕取词的delphi代码

    1下载:
  2. 屏幕取词的delphi代码
  3. 所属分类:其它

    • 发布日期:2011-04-12
    • 文件大小:235661
    • 提供者:hray2008
  1. 屏幕取色器

    0下载:
  2. 所属分类:源码下载

  1. apispy32.截取替换api函数的程序

    0下载:
  2. 又一个截取替换api函数的程序,含95和NT版本,还带一个屏幕取词的例子, An interception replaces the api function the procedure, contains 95 and the NT edition, but also brings a screen to take the word the example
  3. 所属分类:钩子与API截获

    • 发布日期:2017-11-08
    • 文件大小:316846
    • 提供者:
  1. ChineseScape.zip

    0下载:
  2. 支持Windows 3.x、Windows 9x平台上的中文(GB、Big5)、日文(Shift JIS、EUC JIS)、韩文(KS C 5601)、HZ码的显示与输入,智能内码识别,支持屏幕取词翻译的16位程序(VC1.5编译)。作者:朱佳良,Support for Windows 3.x, Windows 9x platforms Chinese (GB, Big5), Japanese (Shift JIS, EUC JIS), Korean (KS C 5601), HZ-yard d
  3. 所属分类:MultiLanguage

    • 发布日期:2017-11-08
    • 文件大小:1955897
    • 提供者:
  1. GetWord.rar

    0下载:
  2. 屏幕取词,利用windows的钩子函数进行进程注入,可获得鼠标所在位置的单词。,Screen, use the hook function windows process can get the mouse location of the word.
  3. 所属分类:钩子与API截获

    • 发布日期:2014-10-28
    • 文件大小:156784
    • 提供者:ly
  1. shengciben.rar

    0下载:
  2. 屏幕取词,添加,删除,更改等功能的生词本,Screen, add, delete, change the functions of the words of the
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1082305
    • 提供者:Adam
  1. WordToIE.rar

    0下载:
  2. 屏幕取词,利用金山词霸中的动态库实现,解决卡巴斯基冲突的问题,附动态库,使用说明。,Screen using PowerWord dynamic library to resolve the issue of conflict Kaspersky, with the dynamic database, for use.
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:54568
    • 提供者:storm
  1. CDict.rar

    0下载:
  2. 是个支持屏幕取词的电子词典 通过数据库查找单词 支持英译汉 汉译英, Is the support screen takes the word the electronic dictionary to support England through the database search word to translate the Chinese Chinese to translate England
  3. 所属分类:Hook api

    • 发布日期:2017-11-09
    • 文件大小:52455
    • 提供者:mephisto
  1. XdictGrb2005.rar

    0下载:
  2. 金山词霸屏幕取词 (XdictGrb.dll) -,XdictGrb.dll ver.2005
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-16
    • 文件大小:44735
    • 提供者:guest_4107
  1. MinDict v1.0.1.0 (迷你单词含代码).zip

    0下载:
  2. 迷你单词含代码,可屏幕取词!, The miniature word contains the code, but the screen takes the word!
  3. 所属分类:Hook api

    • 发布日期:2017-11-09
    • 文件大小:4223312
    • 提供者:张岚玮
  1. 523921Kingsoft-Hook.rar

    0下载:
  2. 金山的屏幕取词源码,是一个学习钩子的好程序,Jinshan source of the Screen
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:49734
    • 提供者:小朋友
  1. getword.rar

    2下载:
  2. 屏幕取词程序,全局钩子,监视所有键盘消息,并且保存到文本文件.详细全面的过程.全部源代码.VC6下编译通过,overall hook, keyboard monitor all news and save text files. Detailed and comprehensive process. All source code. Under compile VC6
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:12200
    • 提供者:sayibobo
  1. Chinsesscape

    0下载:
  2. 一个牛X的国人编写的Chinsesscape智能内码识别,支持屏幕取词翻译的程序!!里面有详细的中文注释,每一模块的中文注释都讲得非常清楚,特别是内码识别、屏幕取词翻译技术这些核心技术都注释得非常详尽!!!是你无法在其他网站上找到的非常好的资料-Niu X, a people prepared Chinsesscape intelligent code recognition, support for capturing the process of translation!! There ar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:585252
    • 提供者:南才北往
  1. Windows

    0下载:
  2. delphi屏幕取词,支持winxp,win2000 -delphi Capture Characters from Screen, support winxp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:168181
    • 提供者:zheng bingding
  1. hookyou

    0下载:
  2. 特别说明:本程序目的是更改其他程序窗口的显示内容(如数值)。用枚举主窗口和子窗口的方法只能找到有句柄的控件,发消息进行更改。对无句柄的控件就无能为力了,在spy++里都无法枚举Delphi/BCB/VB的label控件的只能采用截获TextOut的方法了,没想到其他更好的办法:-)这种就是所谓的屏幕取词技术了,金山词霸用的就是这种方法。-Special Note: This procedure aims to change the window display of other content
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:145907
    • 提供者:王孝天
  1. FreeDict

    0下载:
  2. 使用delphi开发的屏幕取词代码-Screen use delphi development code
  3. 所属分类:Hook api

    • 发布日期:2017-11-09
    • 文件大小:374431
    • 提供者:甘化新
  1. 1

    0下载:
  2. DELPHI屏幕取词源代码 -Capturing
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:240160
    • 提供者:jco
  1. pmqc

    0下载:
  2. 实现类似金山词霸屏幕取词的delphi代码-dephi screen getword
  3. 所属分类:Hook api

    • 发布日期:2014-10-28
    • 文件大小:3950025
    • 提供者:wangfg
  1. quci

    0下载:
  2. 实现类似金山词霸的屏幕取词功能,程序较小,可以加入大家的程序中使用。-The realization of the Screen PowerWord similar functions, procedures for smaller, you can join the proceedings.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:137301
    • 提供者:zhang
  1. pmqc

    0下载:
  2. 一个NT下的屏幕取词程序的源代码- Under a NT screen takes the word procedure the source code
  3. 所属分类:Hook api

    • 发布日期:2017-11-20
    • 文件大小:36456
    • 提供者:站长
« 1 23 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com