-
非常好的银行取款机系统用VB写的绝对经典哦哦哦
很不错的银行取款机 系统哦
用VB写的哦 呵呵 绝对经典-very good bank teller machine system with VB oh oh wrote Oh absolutely classic
- 2022-02-14 16:05:23下载
- 积分:1
-
java 连接 sap 要用到的 librfc32.dll文件.将librfc32.dll的文件复制到目录 {windows...
java 连接 sap 要用到的 librfc32.dll文件.将librfc32.dll的文件复制到目录 {windows-dir}system32下面。如果该文件已经存在,则覆盖它。这个文件就是SAP的RFC协议实现,-sap to use java to connect to the librfc32.dll document. librfc32.dll documents will be copied to the directory (windows-dir) system32 below. If the file already exists, then cover it. This document is SAP
- 2022-02-01 03:30:23下载
- 积分:1
-
生成一个USBdll文件供VB访问底层,从而实现通过VB可以直接控制USB传输协议的通信...
生成一个USBdll文件供VB访问底层,从而实现通过VB可以直接控制USB传输协议的通信
- 2022-12-17 13:15:03下载
- 积分:1
-
查看体育文献工具,方便学习体育文件结构
查看PE文件的工具 方便 学习PE文件结构-View PE document tools facilitate learning PE file structure
- 2022-03-20 09:07:27下载
- 积分:1
-
WIN32内存管理笔记,这是关于WIN32内寸管理的资料,对开发高性能WIN32程序很有帮助...
WIN32内存管理笔记,这是关于WIN32内寸管理的资料,对开发高性能WIN32程序很有帮助-WIN32 memory management Notes, which is within inches of WIN32 management information on development of high-performance process helpful WIN32
- 2022-08-02 15:00:24下载
- 积分:1
-
曲线绘制~学习代码~曲线绘制~学习代码
曲线绘制~学习代码~曲线绘制~学习代码-Curve ~ Learning Curve ~ Learning the code ~ code ~ ~ ~
- 2022-01-21 01:17:55下载
- 积分:1
-
vc++源码 文件被其他程序更改时提醒用户
vc++源码 文件被其他程序更改时提醒用户-vc++ source files are other programs to remind users when to change
- 2022-08-09 20:39:15下载
- 积分:1
-
Delphi temporary removal Express. Rar
Delphi临时文件清除快车.rar-Delphi temporary removal Express. Rar
- 2022-09-14 23:15:04下载
- 积分: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
-
Automatic backup database code, there are certain functions, and can access the...
自动备份数据库代码,有一定的功能,并且可以访问数据库。-Automatic backup database code, there are certain functions, and can access the database.
- 2023-01-17 01:05:04下载
- 积分:1