-
managedwinapi,封装好的windows API 含超牛句柄工具
managedwinapi,封装好的windows API,超级实用
- 2013-05-26下载
- 积分:1
-
OD1.1插件源码
【实例简介】
C 写的ollydbg插件源码
- 2021-08-06 00:31:06下载
- 积分:1
-
winprodll
动态链接库 (DLL) 是作为共享函数库的可执行文件。动态链接提供了一种方法,使进程可以调用不属于其可执行代码的函数。函数的可执行代码位于一个 DLL 中,该 DLL 包含一个或多个已被编译、链接并与使用它们的进程分开存储的函数。DLL 还有助于共享数据和资源。多个应用程序可同时访问内存中单个 DLL 副本的内容。 这是一个.CHM 格式的讲解DLL应用的文件,内容比较全。(The dynamic link library (DLL) is an executable file as a shared library. The dynamic link provides a way, so that the process can call a function that does not belong to the executable code. The executable code of the function is located in a DLL, the DLL contains one or more of the function has already been compiled, linked and are separated with the process using them stored.The DLL also helps to share data and resources. Multiple applications can access the contents of a single copy of the DLL in memory.This is the. CHM format, explain the the DLL application of the file, compare the whole content.)
- 2012-11-28 09:13:41下载
- 积分:1
-
MainWindow
main window for finger print
- 2009-10-08 13:39:33下载
- 积分:1
-
C# 最全的图书管理系统 自带论文
C# 最全的图书管理系统 自带论文
- 2017-06-22下载
- 积分:1
-
gmelinflist
读取dxf文件,提取相关图元,可用于CAD CAM
数控方面,对从事数控朋友有所帮助。
- 2017-02-27 17:33:49下载
- 积分:1
-
ivmyyr
c3p0是一个jdbc开源的连接池,spring,hibernate等框架都在使用()
- 2017-10-11 20:03:43下载
- 积分:1
-
c# 多线程操作例子源码
多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
- 2015-03-20下载
- 积分:1
-
regedit
说明: 实现了注册表编程的一般操作,例如查询、修改等(Achieved the general operation of the registry program, such as query, modify, etc.)
- 2008-12-08 15:11:35下载
- 积分:1
-
83257544
能够准确读取flash以及jpg,gif,bmp等格式文件的大小()
- 2018-05-15 18:40:04下载
- 积分:1