-
用C++开发的基于类模版的堆栈的模拟算法.
用C++开发的基于类模版的堆栈的模拟算法.-With C++ Developed template based on the type of stack simulation algorithm.
- 2023-01-30 12:25:03下载
- 积分:1
-
鲜花订购系统采用vb+access编写,主要功能是用于鲜花店管理鲜花 的进销存以及客户管理...
鲜花订购系统采用vb+access编写,主要功能是用于鲜花店管理鲜花 的进销存以及客户管理 -Flower Ordering System using vb+ Access preparation, the main function is the management of fresh flowers for the flower shop Invoicing and Customer Management
- 2022-02-03 14:17:30下载
- 积分:1
-
枚举关闭所以桌面窗口的一个很简单的小程序
枚举关闭所以桌面窗口的一个很简单的小程序-So, the desktop window, close the enumeration of a very simple little program
- 2022-01-26 07:57:38下载
- 积分:1
-
获取系统信息源码,系统信息获取就这么简单哦
获取系统信息源码,系统信息获取就这么简单哦-Source to obtain system information, system information access as simple as, oh
- 2022-03-29 00:35:27下载
- 积分:1
-
硬盘读取,能实现简单的硬盘读取功能,在控制台模式下,实现对硬盘空间的杜去。...
硬盘读取,能实现简单的硬盘读取功能,在控制台模式下,实现对硬盘空间的杜去。-hard to read, able to read a simple function drive, the console mode, the hard drive space to Doyle.
- 2023-05-19 09:45:03下载
- 积分: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
-
创建Windows服务,
创建Windows服务,-create Windows services, Contents Paragraphs Page
- 2023-03-26 19:15:02下载
- 积分:1
-
聊天服务客户端聊天服务客户端
chat service client chat service client c hat service client-chat service client chat service client chat service client chat service client
- 2022-01-24 09:26:06下载
- 积分:1
-
我有一个需求,是获取函数的机器码,但是我直接用函数的地址来读取却读不到,后来听说是虚函数地址...
我有一个需求,是获取函数的机器码,但是我直接用函数的地址来读取却读不到,后来听说是虚函数地址-I have a demand function is to obtain the binary, but I directly address the function to read but can not read, and later heard that the virtual function address
- 2022-04-01 00:24:53下载
- 积分:1
-
一套由很多系统方面编程的Delphi/C++Builder控件源码
一套由很多系统方面编程的Delphi/C++Builder控件源码- A set Delphi/C Builder which programs by the very many systems
aspect controls the source code
- 2022-01-25 17:36:01下载
- 积分:1