-
MFC的SDI程序,但是可以通过菜单选项轻松控制多个视口之间的切换...
MFC的SDI程序,但是可以通过菜单选项轻松控制多个视口之间的切换-MFC-SDI program, but can be easily controlled through the menu options to switch between multiple viewports
- 2022-05-06 21:57:53下载
- 积分:1
-
Control and management of tea
茶馆控制管理-系统适用于茶馆采用vb6开发-免费源码-Control and management of tea- tea-house system is suitable for the use of VB6 Development- Free Source
- 2022-06-19 15:50:05下载
- 积分:1
-
访问使用的是,使网上购物系统,包括常见的前面…
用ASP和ACCESS做的网上购物系统,包括常见的前台购物系统及后台购物系统模块.适用毕业设计参考及学习.-ACCESS using ASP and make the online shopping system, including common front to the background systems and modules to the system. Applicable to graduation design reference and learning.
- 2022-05-28 01:33:34下载
- 积分:1
-
用于VB环境使用鼠标滚动键,方便代码编写
用于VB环境使用鼠标滚动键,方便代码编写-VB environment for using the mouse scroll to facilitate coding
- 2022-01-27 09:20:54下载
- 积分:1
-
扩展EDIT控件功能,弹出自己的右键菜单并响应事件
扩展EDIT控件功能,弹出自己的右键菜单并响应事件-EDIT extended control functions, pop-up their own menu and respond to incidents
- 2022-06-01 05:11:55下载
- 积分:1
-
Windows 中创建空的备用列表
翻译:maninwest@Codeforge 作者:Member 10018957 @CodeProject如何在 Windows 中创建看空的备用列表。进程黑_客的制造者了解 Windows 内核的里里外外,他们也幸运地熟练掌握 Windows 内核的设计语言C++。而其他的人则努力通过 C# 执行相似的功能。其中一个功能就是释放来自 windows 备用内存的内存。这就是我们在此要做的。最难的部分是获取内核的优先权限。感谢Nick Lowe:http://processprivileges.codeplex.com/步骤1:设置内核优先权限Microsoft 设计了可以获取包含结构数组的结构的 API。没有适用于此的编组过程的捷径。要么假设数组是 length=1 要么要求数组大小在编译时预先确定。为此,我设计了一个类,它通过 System.IntPtr拥有微软在未管理的内存中需要的确切结构。当前,我不得不采用不安全的步骤,但是我确定,将来会有办法绕过。[return: MarshalAs(UnmanagedType.Bool)]
[SuppressUnmanagedCodeSecurity, DllImport("advapi32.dll", SetLastError = true)] internal static extern bool AdjustTokenPrivileges(AccessTokenHandle accessTokenHandle,
[MarshalAs(UnmanagedType.Bool)] bool disableAllPrivileges, IntPtr NewPriviledges, Int32 bufferLength, ref IntPtr PriorPriviledges, out Int32 returnLength); 将我的类和 Nick Lowe 的优先代码相结合,我们可以设置内核优先权限:
- 2022-05-07 13:17:48下载
- 积分:1
-
捕捉各个按键按下时的键值及消息码,包括虚拟键值及ASCII码键值....
捕捉各个按键按下时的键值及消息码,包括虚拟键值及ASCII码键值.-Capture all the key button is depressed and the message code, including the virtual keys and the ASCII key code.
- 2023-06-07 08:25:02下载
- 积分:1
-
词法分析 词法分析 词法分析 词法分析 词法分析
词法分析 词法分析 词法分析 词法分析 词法分析 -lexicalAnalysis
- 2022-04-24 11:36:17下载
- 积分:1
-
MiniSpy 微筛选器的的主要功能模块。
ALLOC_PRAGMA #ifdef#pragma alloc_text (INIT,驱动入口)#pragma alloc_text SpyFilterUnload 页面)#pragma alloc_text SpyQueryTeardown 页面)#pragma alloc_text SpyConnect 页面)#pragma alloc_text SpyDisconnect 页面)#pragma alloc_text SpyMessage 页面)#endif#define SetFlagInterlocked(_ptrFlags,_flagToSet)((作废) InterlockedOr (((挥发性长 *)(_ptrFlags)),_flagToSet))//---------------------------------------------------------------------------例程//---------------------------------------------------------------------------NTSTATUS驱动入口 (俺们 PDRIVER_OBJECT DriverObject俺们 PUNICODE_STRING RegistryPath)/*++常规的描述:驱动程序首次加载时,将调用这个例程。其目的是初始化全局状态,然后注册 FltMgr 开始过滤。参数:DriverObject-指向驱动程序由系统创建的对象的指针代表此驱动程序。RegistryPath-标识在何处的 Unicode 字符串为此参数驱动程序位于在注册表中。返回值:
- 2022-03-21 12:13:07下载
- 积分:1
-
The use of assembly code to achieve more than a dozen lines of code to complete...
利用汇编代码实现十几行代码
完成直接读取CPU序列号
非常有实用价值而且代码很整洁-The use of assembly code to achieve more than a dozen lines of code to complete a direct read CPU serial number has practical value but also very very clean code
- 2023-05-14 10:50:03下载
- 积分:1