-
应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据...
应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据-application memory mapping document, achieved in the application process for sharing data between
- 2022-05-05 17:42:47下载
- 积分:1
-
Communication Programming Debugging tool tracking procedures
通信编程的调试跟踪工具程序-Communication Programming Debugging tool tracking procedures
- 2023-05-27 15:45:04下载
- 积分:1
-
收费站管理系统。采用VC++,MFC,C++技术开发
收费站管理系统。采用VC++,MFC,C++技术开发-toll station management system. Using VC, MFC, C technology development
- 2023-02-27 12:10:03下载
- 积分:1
-
NT Performance Statistics category NT Performa
NT 性能统计类NT performa -NT Performance Statistics category NT Performa
- 2022-01-22 10:29:21下载
- 积分:1
-
system users access information links, we hope that more exhibitions
获取系统用户信息列表,希望大家多指教-system users access information links, we hope that more exhibitions
- 2023-04-25 09:15: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
-
关于txt文件读取和显示的C程序,包含对文件内部结构的判断
关于txt文件读取和显示的C程序,包含对文件内部结构的判断-Txt file on the read and display the C program, including the internal structure of the document to determine
- 2022-07-21 06:11:28下载
- 积分:1
-
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function...
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function exports table-pe analysis of the information document, Table section Festival information, DATA_DIRECTORY various locations, information and resource information, function table imports and exports table function
- 2023-08-30 07:25:03下载
- 积分:1
-
这个是用来定时关闭计算机的小东西,我个人觉得很实用啊,可以在睡觉的放催眠曲,设定若干分钟后关闭电脑,又不浪费电!...
这个是用来定时关闭计算机的小东西,我个人觉得很实用啊,可以在睡觉的放催眠曲,设定若干分钟后关闭电脑,又不浪费电!-This is a closed computer regularly used the small things, I personally feel very practical ah can sleep in the release Lullaby set number of minutes after the closure of the computer, without wasting electricity!
- 2022-03-04 21:21:32下载
- 积分:1
-
大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法...
大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法-majority of the division algorithm, is not only able to make large numbers of division two, but to achieve a float and between integer and floating point divider between the
- 2022-06-01 20:28:23下载
- 积分:1