-
访问c++私有变量的示例源代码,以供欣赏
访问c++私有变量的示例源代码,以供欣赏
-Visit c++ Private variable sample source code for the appreciation of
- 2022-11-21 05:45:03下载
- 积分:1
-
工作时间有好事情的留言,
工作时间有好事情的留言, -working hours are a good thing of messages, time is a good thing messages
- 2022-04-09 17:23:49下载
- 积分:1
-
一个计算cpu的频率的程序
一个计算cpu的频率的程序-a cpu frequency calculation procedures
- 2022-02-26 04:20:02下载
- 积分:1
-
vc中实现重启动和关闭计算机
vc中实现重启动和关闭计算机-vc realizes the heavy start and the closure computer
- 2022-08-12 13:10:58下载
- 积分:1
-
《Windows核心编程》PASCAL版示例(由VC代码转换而来)
《Windows核心编程》PASCAL版示例(由VC代码转换而来)-pascal version example(converted from vc code)
- 2022-01-24 17:05:50下载
- 积分:1
-
You can hang, freeze any process, no less in the Rising of this feature ~
可以挂起、冻结任何进程,毫不逊色于瑞星中的此项功能~-You can hang, freeze any process, no less in the Rising of this feature ~
- 2022-01-20 23:03:26下载
- 积分:1
-
greedysnake
运用MFC实现贪吃蛇小游戏
运用键盘的上、下、左、右实现对蛇的控制
蛇碰到墙或咬到自己时游戏失败
蛇每吃到一个食物身长伸长一节
蛇吃到一定数量的食物等级增加一级相应的速度增加一倍
实现蛇吃食物的自动演示
当通关或游戏失败时,查看游戏分数,若是最高分则保存游戏分数和玩家姓名
-greedysnake
- 2022-12-02 10:50:06下载
- 积分: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
-
U盘测试程序,对U盘不停的经行读写,判断数据是否有误,以此来测试U盘。...
U盘测试程序,对U盘不停的经行读写,判断数据是否有误,以此来测试U盘。-U disk test program, the U disk read and write non-stop through the lines to determine whether the data is incorrect, as to test the U disk.
- 2022-05-28 00:20:09下载
- 积分:1
-
约瑟夫斯问题描述:标记1,2,…,n按顺时针方向…
约瑟夫环问题描述:标号为1,2,...,n的n个人按顺时针方向围坐一圈,每人持有一个密码 (正整数 ... 没办法呀,呵呵,不过我觉得你这个程序和我老师上课的时候讲的不是一样的,-Josephus Problem description : Labeling of 1,2 ,..., n n clockwise direction by individuals sitting around a circle, each holding a password (Integer is no way ... um, huh, but I think you have the procedures and the teacher in the class I talked about the not the same.
- 2023-03-15 08:35:04下载
- 积分:1