-
对于一个包含n>0个元素的整数序列,来判断一个序列是不是Jolly Jumper...
对于一个包含n>0个元素的整数序列,来判断一个序列是不是Jolly Jumper-For one with n> 0 integer sequence of elements to determine a sequence is not a Jolly Jumper
- 2022-03-24 14:58:44下载
- 积分:1
-
greedysnake
运用MFC实现贪吃蛇小游戏
运用键盘的上、下、左、右实现对蛇的控制
蛇碰到墙或咬到自己时游戏失败
蛇每吃到一个食物身长伸长一节
蛇吃到一定数量的食物等级增加一级相应的速度增加一倍
实现蛇吃食物的自动演示
当通关或游戏失败时,查看游戏分数,若是最高分则保存游戏分数和玩家姓名
-greedysnake
- 2022-12-02 10:50:06下载
- 积分:1
-
检测程序是否响应的例子
检测程序是否响应的例子-procedures for responding to the detection of examples
- 2023-02-01 04:10:04下载
- 积分:1
-
windows进程权限修改
查找系统进程,修改进程权限, 环境vs2010。可用于查看当前系统进程的详细信息,并修改提进程的权限,增加关闭进程。
- 2022-07-10 17:30:20下载
- 积分:1
-
编程库函数查询字典
编程库函数查询字典-programming library functions inquiries dictionary
- 2022-01-26 04:34:43下载
- 积分:1
-
行计数器
Line Counter
Easily count source code lines in your Visual Studio projects
- 2022-03-18 12:16:37下载
- 积分:1
-
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号...
c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of three. Output : the first line : each of the pages out of the second line : show na the total number of pages (on the plane had run through! !)
- 2022-01-25 22:36: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
-
MFC的SDI程序,但是可以通过菜单选项轻松控制多个视口之间的切换...
MFC的SDI程序,但是可以通过菜单选项轻松控制多个视口之间的切换-MFC-SDI program, but can be easily controlled through the menu options to switch between multiple viewports
- 2022-05-06 21:57:53下载
- 积分:1
-
The use of C# Set system time (as distinct from the previous procedure, is taken...
使用C#设置系统时间(不同于以往的程序,是考虑了时区的)-The use of C# Set system time (as distinct from the previous procedure, is taken into account the time zone)
- 2022-03-23 06:43:28下载
- 积分:1