-
greedysnake
运用MFC实现贪吃蛇小游戏
运用键盘的上、下、左、右实现对蛇的控制
蛇碰到墙或咬到自己时游戏失败
蛇每吃到一个食物身长伸长一节
蛇吃到一定数量的食物等级增加一级相应的速度增加一倍
实现蛇吃食物的自动演示
当通关或游戏失败时,查看游戏分数,若是最高分则保存游戏分数和玩家姓名
-greedysnake
- 2022-12-02 10:50:06下载
- 积分:1
-
系统热键操作
系统热键操作-operation, etc.
- 2023-07-31 08:50: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
-
win2000的漏洞。你不总是在开始的米。
Win2000的CMD漏洞.你是不是经常在开始菜单的运行窗口里运行命令呢?win2000和xp在执行搜索的时候, 首先查找根目录。而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找.这个漏洞其实是已经是公开的秘密了.本程序功能是:加一个加超级管理员用户和执行cmd.exe的功能.-Win2000 loopholes. You are not always at the beginning of the operation of the menu window for running order? WIN2000 and xp in the implementation of the search, the first find the root directory. The menu began operation in implementing the order window, the system is the first set of root directory for you. The flaw is in fact is already an open secret. This program functions : Add a plus super admin users cmd.exe and implementation of the function.
- 2022-03-06 19:28:00下载
- 积分:1
-
考勤管理系统的人员工资(C # SQL2005数据库源代码)
人事工资考勤管理系统(C#源码)
sql2005数据库
-Attendance Management System staff wages (C# source code) sql2005 database
- 2022-04-10 15:00:18下载
- 积分:1
-
read Intel CPU serial number of procedures
读取Intel CPU序列号的程序-read Intel CPU serial number of procedures
- 2022-03-26 05:05:47下载
- 积分:1
-
simple random password generation tools in their own applications using MS Offic...
简单的随机密码生成工具
在自己的应用程序中使用MS Office功能-simple random password generation tools in their own applications using MS Office features
- 2022-02-13 10:41:13下载
- 积分:1
-
fingerprint identification procedures, C++ source code, without limitation platf...
指纹识别的程序,全部C++源代码,没有平台限制,适合于windows 9X以上平台-fingerprint identification procedures, C++ source code, without limitation platform, suitable for windows 9X platform above
- 2023-03-25 23:00:04下载
- 积分:1
-
本程序将完成对CPU性能的检测,主要练习使用性能计数器,及系统控件
本程序将完成对CPU性能的检测,主要练习使用性能计数器,及系统控件-This procedure will be completed on the CPU performance test, mainly to practice the use of performance counters, and system control
- 2022-08-19 02:50:50下载
- 积分:1
-
关于CPU检测的很好的 软件,有助于了解CPU当前的主要的各项测量数据...
关于CPU检测的很好的 软件,有助于了解CPU当前的主要的各项测量数据-CPU detection of a very good software, help to understand the current main CPU of measurement data
- 2022-04-29 19:00:40下载
- 积分:1