-
95665122
想看看鼎鼎大名的雷电的源代码吗?哈哈,下了就知道了,很爽吧()
- 2018-02-24 09:29:15下载
- 积分:1
-
WCRT-1.12
windows 运行时库 crt 的源代码(windows runtime crt source code)
- 2012-04-20 13:27:40下载
- 积分:1
-
Pass
关于TP对KdDisableDebugger双机限制的解决代码。(TP limit of KdDisableDebugger double machine to solve the code.)
- 2013-04-02 10:28:37下载
- 积分:1
-
pigdjas67
By throwing an exception to indicate the occurrence of an error(By throwing an exception to indicate the occurrence of an erro)
- 2018-12-25 13:29:14下载
- 积分:1
-
spy_fileio_src
说明: spy++的一个小例子,涉及Vxd操作和DDK编译(spy++ a small example, involving the operation and DDK compiler Vxd)
- 2008-10-25 10:08:51下载
- 积分:1
-
SetThreadContext
This code is the simple SetThreadContext code.
This is suitable for beginner of Visual C++.
- 2010-07-28 14:37:36下载
- 积分: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
-
743105
该文件使用VS 创建了一个实例来使用 Google Breakpad在程序崩溃时来生成dmp文件()
- 2018-04-11 08:46:53下载
- 积分:1
-
kbhook
用VC开发的驱动级键盘钩子源码,可以用户获取记录按键信息(Drive-level keyboard hook source)
- 2013-10-12 17:58:16下载
- 积分:1
-
C#伪装文件夹 实例,可以起到隐藏文件夹的作用哦
可以伪装文件夹,让别人看不出你这个是文件夹,可以起到隐藏文件夹的作用哦
- 2013-01-22下载
- 积分:1