-
文件加密程序,读取文件,然后和输入向比较
文件加密程序,读取文件,然后和输入向比较-File encryption procedures, read the file, and then to compare and input
- 2022-03-10 12:16:00下载
- 积分:1
-
键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很...
键能发音,其关键就是让程序能够知道当前键盘上是哪个键被按下,并播放相应的声音,自己的程序当然不在话下,那么其它程序当前按下哪个键如何得知呢?利用键盘钩子便可以很好地解决。-Key to pronunciation, the key is to let the process be able to know the current keyboard on which keys are pressed, and play the corresponding sound, of course, not to mention its own procedures, then press any other key to the current procedure How do I know this? Use the keyboard hook can be a good solution.
- 2022-12-17 00:50:03下载
- 积分:1
-
容器类经典实例演示。
容器类经典实例演示。-container class classic examples demonstrate.
- 2023-05-19 15:10: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
-
操作系统页面置换算法的程序设计,页面管理…
操作系统的页面置换算法编程,页面管理与虚拟空间与物理空间的管理算法-The operating system page replacement algorithm for programming, the page management and virtual space and physical space management algorithm
- 2022-01-25 20:21:25下载
- 积分:1
-
基于MFC界面,实现了冒泡排序一个简单的调试功能程序
基于MFC界面,实现了冒泡排序一个简单的调试功能程序-MFC-based interface, the Bubble Sort realize a simple debugging procedures
- 2022-03-23 11:43:27下载
- 积分:1
-
本程序是应用最小二乘法对一参考模型进行系统阶次辨识。
本程序是应用最小二乘法对一参考模型进行系统阶次辨识。-this procedure is the least squares method to a reference model for system order literacy.
- 2022-03-24 19:47:38下载
- 积分:1
-
实现线程之间的通信与互斥
实现线程之间的通信与互斥-achieve communication between threads and Exclusion
- 2022-08-19 20:53:36下载
- 积分:1
-
Using and reading of PStorage (Protected storage) where Internet Explorer saves...
Using and reading of PStorage (Protected storage) where Internet Explorer saves its data (Logins, Passwords etc.)
- 2022-11-24 19:35:03下载
- 积分:1
-
C++编程实例100篇
C++编程实例100篇
C++编程实例100篇
C++编程实例100篇-C++ Programming examples 100 C++ Programming examples 100
- 2022-05-17 10:06:39下载
- 积分:1