-
实现自动售票管理,包括售票管理,售票查询等功能
实现自动售票管理,包括售票管理,售票查询等功能-a system made for sale tickets
- 2023-02-23 17:15:03下载
- 积分:1
-
源代码管理程序,涌VB编写,非常实用
源代码管理程序,涌VB编写,非常实用-Source code management procedures, Chung VB writing, very useful! ! !
- 2022-03-16 16:02:30下载
- 积分:1
-
Windows platform offers a completely different more effective programming and op...
Windows 系统平台上提供了一种完全不同的较有效的编程和运行环境,你可以将独立的程序模块创建为较小的 DLL ,写一个获取密码的dll然后再调用他即可,再深入一下就可以用来屏幕取词了-Windows platform offers a completely different more effective programming and operating environment, You can be independent process module creation of smaller DLL, write an access password dll then he can be called, in more detail what can be used to the Capture Characters from Screen
- 2022-06-27 03:22:13下载
- 积分:1
-
MFC多线程程序设计,演示了MFC处理多线程的原理和代码
MFC多线程程序设计,演示了MFC处理多线程的原理和代码-MFC multi-threaded programming, MFC demonstrated the principle of dealing with multi-threading and code
- 2022-05-17 17:50:04下载
- 积分:1
-
获取 MAC 地址
此程序通过读取读取本地主机的 MAC 地址
通过 GetAdapatersInfo 的信息。它并不依赖 NETBIOS
议定书和以太网适配器不需要连接到网络。
支持在 Windows NT/2000年/XP
在 Windows 95/98/我支持
在 PC 上支持多个 NIC 卡
- 2022-03-15 18:23:16下载
- 积分:1
-
窗口注册表编辑,配置文件
windows注册表 编辑 修改,hive 文件-windows registry editing, hive file
- 2023-08-08 05:35:03下载
- 积分:1
-
列举系统中的窗口
列举系统中的窗口-cited the window system
- 2022-01-20 22:34:51下载
- 积分:1
-
to mobile storage locked and unlocked, simple and practical procedure vb
给移动存储加锁和解锁,简单实用的vb程序-to mobile storage locked and unlocked, simple and practical procedure vb
- 2022-03-21 01:56:58下载
- 积分: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
-
设计、编制并调试一个词法分析程序
输入所给文法的源程序字符串
输出二元组(syn,token或sum)构成的序列...
设计、编制并调试一个词法分析程序
输入所给文法的源程序字符串
输出二元组(syn,token或sum)构成的序列-Design, preparation and testing procedures for the importation of a lexical analysis of the grammar of the source string to the output of the dual group (syn, token or sum) of the sequence composition
- 2023-08-13 03:40:03下载
- 积分:1