-
本代码的功能主要是实现文件传输的c++语言实现
本代码的功能主要是实现文件传输的c++语言实现-The main function of this code is to achieve file transfer c++ Language
- 2022-03-18 01:53:27下载
- 积分:1
-
c++课程设计源代码,其中的代码无须修改便可以直接编译执行...
c++课程设计源代码,其中的代码无须修改便可以直接编译执行-c++ curriculum design, source code, no need to amend the code of which can be directly translated the implementation of
- 2022-07-01 22:27:43下载
- 积分:1
-
全部DELHI代码,实现类似于LINUX的多桌面原代码.
全部DELHI代码,实现类似于LINUX的多桌面原代码.-All DELHI code, to achieve similar multi-LINUX Desktop original code.
- 2023-08-29 03:45:04下载
- 积分:1
-
《深入浅出 MFC》2e 原码
《深入浅出 MFC》2e 原码-"easy MFC" 2e-source
- 2022-01-26 00:07:41下载
- 积分:1
-
文件名批量修改工具,如其名,大家一眼就知道这程序的目的了^...
文件名批量修改工具,如其名,大家一眼就知道这程序的目的了^-^-Batch File Name change tools, lives up to its name, we know this one on the purpose of ^- ^
- 2023-06-26 06:00:03下载
- 积分:1
-
获取windows语言信息,提供给需要获取系统语言信息来调用
获取windows语言信息,提供给需要获取系统语言信息来调用-Language information access to windows to provide access to the system needs information to call the language
- 2022-05-25 10:39:25下载
- 积分: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
-
在 VB 6 中的 FTP & vbnet
提示: 您将赚取积分 (0-20) 基于您的源代码和说明的质量。质量低、 重复的代码或穷人所述将被删除。
- 2022-12-26 02:50:03下载
- 积分:1
-
使记事本窗口变为透明窗口的VC程序,时学习vc的好程序!
使记事本窗口变为透明窗口的VC程序,时学习vc的好程序!-enable the Notepad window transparent window into the VC procedures when vc a good learning process!
- 2022-03-24 16:03:38下载
- 积分:1
-
u盘自动检测的程序
u盘自动检测的程序-u plate automatic detection procedure
- 2022-04-23 05:58:32下载
- 积分:1