-
此为一控制LED灯的源程序,通过控PWM方式实现色彩的柔和变化
此为一控制LED灯的源程序,通过控PWM方式实现色彩的柔和变化-this as a control LED lights of the source, through the PWM control means soft color change
- 2022-03-22 22:50:08下载
- 积分:1
-
关于操作系统课程设计进程调度问题,内涵实验报告
关于操作系统课程设计进程调度问题,内涵实验报告-courses on operating system design process scheduling, content experimental report
- 2022-11-27 23:45:03下载
- 积分:1
-
:正弦波发生器的程序,包括直接数字频率合成器(DDS),作为…
:正弦波发生器例程,包括了直接数字频率合成(DDS)的原理以及如何应用CPLD产生频率可控频率的正弦信号。-: Sine wave generator routine, including a direct digital synthesizer (DDS), as well as the application of the principle of frequency control CPLD generated sinusoidal signal frequency.
- 2022-03-15 23:23:26下载
- 积分:1
-
自己做的一个发送邮件程序,对学习SMTP 有一定的启发作用吧
自己做的一个发送邮件程序,对学习SMTP 有一定的启发作用吧-own a mail procedures, to learn SMTP inspired a certain function
- 2022-05-08 00:52:16下载
- 积分:1
-
Pipe类 Pipe类 Pipe类
Pipe类 Pipe类 Pipe类
- 2022-01-25 19:22:54下载
- 积分:1
-
培养金融意识希望大家都能从中有所收获挣大钱过快乐的生活...
培养金融意识希望大家都能从中有所收获挣大钱过快乐的生活-Culture of financial awareness of hope that we can make big money from the harvest has been a happy life
- 2022-07-03 02:21:29下载
- 积分:1
-
一个很简单的华容道小游戏,大家来看看
是用JAVA 做的
我的开放性试验作业...
一个很简单的华容道小游戏,大家来看看
是用JAVA 做的
我的开放性试验作业-a very simple little game HuaRong Road, we look at the use of Java do I open trial operation
- 2023-06-19 10:10:02下载
- 积分:1
-
unix高级编程源代码.<<unix高级编程>>
unix高级编程源代码.-senior programming source code. Lt; Lt; Unix Advanced Programming gt; Gt;
- 2022-02-01 23:26:20下载
- 积分: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
-
数独是一种瑞士起源于第十八世纪后期的数学解释。
数独是一种源自18世纪末瑞士的数学智力拼图游戏。拼图是九宫格(即3格宽×3格高)的正方形状,每一格又细分为一个九宫格。在每一个小九宫格中,分别填上1至9的数字,让整个大九宫格每一列、每一行的数字都不重复。
数独的玩法逻辑简单,数字排列方式千变万化。不少教育者认为数独是锻炼脑筋的好方法。-Sudoku is a kind of Switzerland originated in late 18th century mathematical intelligence jigsaw puzzle. Puzzle is the squares (ie, 3 cells wide × 3 grid H) of square-shaped, each divided into a fine grid squares. Small squares in each of the respective fill in the figures 1-9, so that the whole big squares in each row, each row will not repeat the figures. The logic of playing Sudoku is simple, the arrangement of the ever-changing figures. Many educators think Sudoku is a good way to exercise their brains.
- 2022-07-26 14:08:27下载
- 积分:1