搜索资源列表
最佳适应算法 信安 陆华锋 20022638
- 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm.
C5509A-IDLE
- C5509A的IDLE用法.在C5509A的中,当DSP通过I2C从MCU接收到SLEEP命令时,需要进入休眠状态。
430
- 430源代码 调试程序 框架程序 异步串行通信程序(点对点通信) 异步串行通信程序(地址位模式多机通信) 异步串行通信程序(空闲模式多机通信) 定时中断程序 -430 fr a mework source code debugging process asynchronous serial communication program (peer-to-peer communication)
C5509A-IDLE
- C5509A的IDLE用法.在C5509A的中,当DSP通过I2C从MCU接收到SLEEP命令时,需要进入休眠状态。-C5509A usage of IDLE. In the C5509A, when the DSP through the I2C received from the MCU when the SLEEP command, need to enter hibernation.
WINCEIDLECONTROL
- WINCE 背光控制,当系统闲置时,背光变暗 -WINCE backlight control, when the system is idle, the backlight dimmed
test04-03-s3c2410-task-idle
- s3c2410上用Keil开发的ucosII源代码,入门级 非常简单,只是演示了创建一个task(参考资料来源于网络),最后完成任务切换到OSTaskIdle运行。-simple ucosII code, can give some help to begnners,
SMDK2443PB5BSP
- 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1
HddProtect
- 硬盘保护的一个简单实现,就是发送Idle Immediate命令给硬盘。实际上thinkpad和hp电脑都是通过这个命令,让磁盘磁头立即收回达到保护磁盘的目的-Hard drive protection, a simple implementation, that is to send Idle Immediate command to the hard disk. In fact thinkpad and hp computers t
ata-idle
- spin down an IDE hard drive, to conserve power This code is public domain (no copyright). You can do whatever you want with it. Time to Drive return to Power state ACTIVE state consumption ----- ----
IdleScreen
- MTK IDLE界面详细说明,开发人员必备资料,欢迎下载-MTK IDLE interface details, the developer must have information, please download
idle
- 关于opengl中的idle函数 实现图形的自动移动-when the mouse is idle,the picture will move
MCU-Idle-mode
- 单片机空闲模式,这种编程思想在实际中会经常用到,可节能。-MCU Idle mode, this programming ideas will be frequently used in practice can save energy.
Idle
- Idle类,用于判断系统是否处于闲置状态,从而可以运行一些后台程序,使用如下: 定义模块变量 dim mIdle as Idle 程序中,如Form_Load中初如化使用: Set mIdle = New Idle mIdle.IdleSeconds = 10 mIdle.Enable = True 程序中,其它地方使用: if mIdle.IsIdle then 系统闲置中,
idle
- Idle daemon for PowerPC. Idle daemon will handle any action that needs to be taken when the system becomes idle. -Idle daemon for PowerPC. Idle daemon will handle any action that needs to be taken when the system becom
Stop-idle-session
- Windows XP系统仅仅支持10个共享回话,这为共享打印机带来不便(第11个用户无法使用共享打印机),本脚本将每5分钟自动断开空闲会话-Windows XP systems support only 10 shared answer this inconvenience as a shared printer (the first 11 users can not use the shared printer), the scr i
IDLE-mode-test
- STC_IDLE 模式应用IDLE mode test,最好的STC应用-IDLE mode test
IDLE
- 5509A IDLE STATE PROBLEM
idle-states
- ARM idle states binding descr iption.
idle
- During the idle period, stop measuring the disabled irqs critical sections latencies.
STM32_USART_DMA_IDLE
- stm32f429xx DMA串口接收IDLE中断 已调通(Stm32f429xx DMA serial port to receive IDLE interrupt has been transferred)