资源列表
排序选择:
[数据结构常用算法] shujujiegouPPT
说明:我们高校的数据结构与算法的教师讲义,适合想自学数据结构的朋友参考.-Our colleges and universities the data structure and algorithm of the teachers notes, suitable for self-learning data structures like a friend reference.<notsure> 在 2025-07-20 上传 | 大小:1.12mb | 下载:0
[游戏] ztlogincode
说明:E语言开发!界面漂亮!内容没有任何删减。包含图片资源的PSD文件!-E language development! Beautiful interface! Content without any deletion. Contains the picture of the PSD resource file!<hjt15000> 在 2025-07-20 上传 | 大小:1.14mb | 下载:0
[图形图像处理(光照,映射..)] LT
说明:含有图像线性处理反色,线性变换,灰度拉伸,灰度均衡等点运算的VC++源代码。-Containing images deal with the anti-linear color, linear transformation, gray stretch, gray balance point operations VC++ Source code.<张忭> 在 2025-07-20 上传 | 大小:2.07mb | 下载:0
[Windows编程] cnpack_20071231
说明: 网上文摘 小说 Flash游戏 最近更新 下载排行 资源分类 下载指南 经典编程资源 精彩不容错过 设为首页 加入收藏 联系我们 园地首页 小说 Flash游戏 技巧文章 精彩源码 精选控件 非常文档 经典工具 网络资源 资源搜索: 关键字 ※高级搜索 ※发布资源 ※ 当前位置:Delphi园地 → 精彩源码 → 开源项目 → CnPack组件包 20071231 本周下载排行 ·图形验证码识别引擎 V1.1.. ·Delphi程序<hjt15000> 在 2025-07-20 上传 | 大小:2.61mb | 下载:0
[Dephi控件源码] Delphirumen
说明:Delphi基础经典入门,现在不太好找了哟-The basis of the classic Introduction to Delphi, and now is not a good look for the yo<hjt15000> 在 2025-07-20 上传 | 大小:793kb | 下载:0
[钩子与API截获] sendandreve
说明:很久没写与工作无关的代码了。这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,所以就-Long time no write has nothing to do with the work of the code. This is the cut-off packet and contracting of small tools (used ws_32.dll and hook technolog<hjt15000> 在 2025-07-20 上传 | 大小:380kb | 下载:0
[钩子与API截获] FILESRC4.34
说明:FILESRC 4.34是文件监视器的一个经典版本源码,可以监视目录的文件读写操作。基于DDK,功能极其强大。-File Monitor FILESRC 4.34 is a classical version of source code, you can monitor the directory file read and write operations. Based on the DDK, extremely powerful functionality.<neusoftrhl> 在 2025-07-20 上传 | 大小:830kb | 下载:0
[ActiveX/DCOM] ComInvoke
说明:自动化com对象动态调用方法源码及测试用例。 ComObjInvoke.pas 是源文件。 test目录下是测试程序,有调用的例子,执行前请先注册供测试的 mytest.dll -Com object automation source dynamic invocation methods and test cases. ComObjInvoke.pas is the source file. test directory is the test procedure, the<hjt15000> 在 2025-07-20 上传 | 大小:448kb | 下载:0
[钩子与API截获] HookExe
说明:HookExe是一个利用Exe文件进行HOOK编程的一个例子的源代码,与大家共同学习研究 -HookExe is a Exe file HOOK use an example of programming source code, with the common U.S. study<neusoftrhl> 在 2025-07-20 上传 | 大小:30kb | 下载:0
[钩子与API截获] PureDll
说明:这是一个利用纯W32 DLL文件进行HOOK编程的源代码,不含MFC架构 1、用VC向导生成Win32 Dll 2、手动加入def文件,其中内容与MFC 规则DLL中相同 3、DllMain中的第一个参数是HANDLE类型的,强制转换成HINSTANCE型的 4、令SetWindowsHook中的参数App->hInstance变为DllMain中初始化的Instance 5、确保程序中不出现MFC的东西-This is a use of pure W32 DLL fi<neusoftrhl> 在 2025-07-20 上传 | 大小:14kb | 下载:0
[系统编程] ThreadUtility
说明:提升程序权限,创建远程线程的源码。在别的进程中创建一个自己写的线程。创建线程本来只是一个函数的事,CreateRemoteThread()。其中的参数包括线程函数体。但是这是在远程进程的地盘上,所以此函数体的地址必须映射到远程进程的空间中去。线程中引用的所有地址,包括函数和指针和字符串等等,都必须映射到远程进程的空间中去。 映射的步骤有三 1、 在远程进程中分配空间,函数VirtualAllocEx(…) 2、 将线程执行体写入远程进程,函数WriteProcessMemory(.<neusoftrhl> 在 2025-07-20 上传 | 大小:57kb | 下载:0