-
自己写的贪吃蛇小游戏C代码供学习
资源描述自己运行,编译,通过,代码简单,可读性良好,内置C程序,可以供刚开始学编程的同学学习练习,也可自行对算法进行修改。
- 2022-02-10 01:24:50下载
- 积分:1
-
约瑟夫环,用顺序表实现的,也是可以用链表实现的
约瑟夫环,用顺序表实现的,也是可以用链表实现的-Joseph Wan, the implementation of the order form, but also can realize the list
- 2022-03-22 00:51:13下载
- 积分:1
-
Dreambox 500S schematic diagram
Dreambox 500S schematic diagram
- 2022-11-07 16:45:03下载
- 积分:1
-
两个相同行数和列数的稀疏矩阵用十字链表实现加法运算
两个相同行数和列数的稀疏矩阵用十字链表实现加法运算-two identical rows and columns in the sparse matrix using Orthogonal List Adder Operational
- 2023-05-18 21:15:04下载
- 积分:1
-
Volterra滤波器混沌时间序列多步预测,预测效果好
Volterra滤波器混沌时间序列多步预测,预测效果好-Volterra filter for chaotic time series multi-step prediction to predict the effect of good
- 2023-05-23 09:35:03下载
- 积分:1
-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1
-
很好的的 坦克游戏代码。。。可以引用里面的类
很好的的 坦克游戏代码。。。可以引用里面的类-good game code tanks. . . They invoke the category
- 2022-10-28 13:20:03下载
- 积分:1
-
proteus上的双稳态电路模型,用作单键开关信号控制已应用于多个电路中...
proteus上的双稳态电路模型,用作单键开关信号控制已应用于多个电路中
-proteus the bistable circuit model for 1-touch switching signal control has been applied to a number of circuit
- 2022-03-22 03:08:20下载
- 积分:1
-
This program segments and extracts objects from an image
This program segments and extracts objects from an image
- 2022-02-05 03:04:40下载
- 积分:1
-
本书是为工科高年级学生写的教科书,可以作为控制系统领域的首门课程的教材。本书详尽地论述了连续控制系统的分析和研究方法,各章节包括动态系统的数学模型、瞬态响应和稳...
本书是为工科高年级学生写的教科书,可以作为控制系统领域的首门课程的教材。本书详尽地论述了连续控制系统的分析和研究方法,各章节包括动态系统的数学模型、瞬态响应和稳态相应分析、根轨迹分析、控制系统设计的根轨迹法、频率响应分析、控制系统设计的频率响应法,以及PID控制与二自由度控制系统等内容。-This book is for the engineering of high-grade students to write the textbooks, can serve as a control system for the field of teaching the first door. The book discusses in detail a continuous control system analysis and research methods, including dynamic system of various sections of the mathematical model, the corresponding transient response and steady-state analysis, root locus analysis, control system design of the root locus method, frequency response analysis, control System frequency response method, as well as PID control and two degrees of freedom control system, etc..
- 2022-03-07 09:12:55下载
- 积分:1