搜索资源列表
Delphi-Win
- 其中包含了 《Windows程序设计》PASCAL例子 《Windows高级编程指南》PASCAL例子 《Windows核心编程》PASCAL例子 ShellExecuteHook 示例 按键转汉字,模拟输入法程序 初步实现屏幕落雪效果 简单的文件分割合并工具 简单模拟所谓‘光标跟随’效果 利用Hook插入线程的改进版本 利用窗口过程钩子截获QQ账号 利用鼠标键盘钩子截获QQ账号 利用消息钩子屏蔽定时器 列举窗口及其路径简单例子 判断用户目
Exe2bat(Delphi)
- Exe2Bat是挺早的一个小工具了(有ASM源码),能把任意文件转化成bat,可惜问题还是不少 我无聊用Delphi写个 (网上似乎还流传这VC/VB版本) 修正原版转化速度离奇慢/NT下不能运行/转化后Bat有误等问题 核心代码都在Exe2BatUnit.Pas里面 Demo程序我写了2个,一个是仿造原版Exe2Bat的命令行程序,HkeExeToBat是用KOL加界面的 注意: (1).bat遇到重名文件临时文件会不能删除(具体你试试就知道,喜欢的话你多
scratchbox-core-1.0.8-i386.tar
- MPEG2Lib for Delphi MPEG2Lib can decode MPEG2 encoded video sequences like the ones found on a DVD or the disk in a typical harddisk video recorder. The decoder is based on the GPL project DVD2AVI (arbor.ee.ntu.edu.tw/~jackei/dvd2avi/) and MP
RMSource
- Rooyee Messenger 是国采用jabber(xmpp)协议开发,并遵照GNU GPL进行发布的免费开源即时通讯软件。 Delphi开发的XMPP即时通讯客户端V2.0功能列表: 方便的联系人管理,支持分组管理; 提供丰富内容的名片; 丰富的状态信息(在线,离线,离开,正在输入),支持自定义出席信息; 聊天窗口主题管理,支持自定义主题; 常用短语管理; 聊天内容支持XHTML格式; 表情发送,用户可以自定义表情包; 方便的文件
awcapi
- Atelier Web Capi ActiveX控件可以让你在几天甚至几个小时内完成ISDN相关的电话应用的开发。它不仅是另一个ISDN呼叫方ID控件。在这里,你可以发现只有那些最好的商业ISDN电话应用中才提供的核心功能。完全以DELPHI开发,并提供DELPHI控件。-Atelier Web Capi ActiveX controls can let you in a few days or even several hours to complete ISDN telephone rela
KeyGenMe
- 核心算法部分,很有意思,反调试,取硬盘ID,MD5等应用-Part of the core algorithm, it is interesting, anti-debug, check your hard disk ID, MD5, etc. Application
HookKey
- Delphi下深入Windows核心编程,钩子原理-Delphi depth under the Windows core programming, hook Principle
PEDump
- Delphi下深入Windows核心编程,PE结构分析-Delphi depth under the Windows core programming, PE Structural Analysis
core
- 用Delphi语句实现对地图放大,缩小,鹰眼功能.-Delphi statement with the realization of the map to enlarge, narrow, Hawkeye function.
FTP_delpli
- // 模块说明: FTP传输核心模块类 // 功能: 指定一个下载(上传)的日期或文件名,系统执行传输功能(支持续传) // 备注:该模块属于传输类的一个子线程模块. -//Module Descr iption: FTP transmission core modules category// function: to designate a download (upload) the date or file name, the system transfer function
Propayment
- 专项拨款逐级下发系统的主要功能:对专项拨款申请系统审批通过的专项拨款进行资金下发和签收,系统通过前端通讯平台,自动接收由上一级部门下发的专项拨款信息,并可进行签收确认。-Earmarked for the next level hair core functions of the system: the system of special funding applications approved by the funds earmarked under the hair and the sig
Delphi-Win32API
- Delphi Win32核心API参考光盘-Delphi Win32 Core API Reference CD-ROM
OICQdaosrc
- OICQ盗取程序源码,给的是核心模块,希望大家能喜欢。-OICQ program source code to steal, to the core module, hope that we can love.
MS08-067
- MS08-067图形版源码 核心文件用了,天洋的那个自动下载文件,自己加了个配置器, -MS08-067 source graphics version of the core documents, the days of the ocean to automatically download files, added their own profiles, and
TestScktIocp
- 与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试可连接3万个连接. 用FastMM4测试,没有发现内存泄漏,应用大规模服务还有待测试. 如发现有错误之处请更正后通知本人.-ScktComp
GenericAntiSandbox
- This function can be used to check for things like inside a virtual environment. the code is a bit messy but it works, could be improved, haven t bothered changing it though, cause it works. basically it compares the idtr address to fixed ones (N
111
- 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。
CadoDraw.v4.4.Delphi.Incl.Keymaker-CORE
- develop drawing programs where the user can build, display, store, load and print object structures.
HideProc_dot
- 真正实现隐藏进程的delphi,直接通过系统底层核心dll处理实现-Real hidden process delphi, directly through the system to deal with the realization of the underlying core dll
(Delphi)Windows-core-develop
- Delphi下深入Windows核心编程.pdf 学习使用delphi对windows核心进行编程操作的最佳参考书籍,也是delphi深入学习的好书。-Delphi under the in-depth Windows core programming. Pdf learn how to use delphi for programming operation of the core of the windows the best reference books, is also a del