CSS3中的过渡Transition有四个中心属性:transition-property、transition-duration、transition-delay和transition-timing1、transition-property的语法[css] 
transition-property....
                            
                            
                                分类:
Web程序   时间:
2014-05-24 06:58:08   
                                阅读次数:
317
                             
                         
                    
                        
                            
                            
                                >__=m_r_limit_p || m_x=s_d_limit_p || 
s_y160)line_l=10;163 draw1();164 draw2();165 GUI_Delay(1);166 }167 }
                            
                            
                                分类:
其他好文   时间:
2014-05-20 13:39:36   
                                阅读次数:
392
                             
                         
                    
                        
                            
                            
                                VMSTATNAME:Vmstat:报告虚拟内存统计语法: vmstat [-a] [-n] 
[-t] [-S unit] [delay [ count]] vmstat [-s] [-n] [-S unit] vmstat [-m] [-n] 
[delay [ count]] vmstat [-d...
                            
                            
                                分类:
系统相关   时间:
2014-05-18 02:35:58   
                                阅读次数:
349
                             
                         
                    
                        
                            
                            
                                ^_ ^首先: transition 过渡 平滑的改变样式 
transition-property 要过渡的属性 transition-duration 过渡的时间(s) transition-delay 过渡前等待时间 
transition-timing-function 过渡速度曲线 ...
                            
                            
                                分类:
Web程序   时间:
2014-05-10 07:40:21   
                                阅读次数:
407
                             
                         
                    
                        
                            
                            
                                1.top使用权限:所有使用者使用方式:top [-] [d delay] [q] [c] 
[S] [s] [i] [n] [b]说明:即时显示process的动态d :改变显示的更新速度,或是在交谈式指令列( interactive 
command)按sq :没有任何延迟的显示速度,如果使用者是有...
                            
                            
                                分类:
系统相关   时间:
2014-05-09 23:57:11   
                                阅读次数:
714
                             
                         
                    
                        
                            
                            
                                if(F_moto_en)
{
	if(T_moto_delay==0)
	{//过零延时导通时间 既功率控制--过零重新赋值T_moto_delay=M_Power-1;
		if(T_250us_hot<=2)//可控硅导通时间
		{
			T_250us_hot++;
			WORK_H_ON;
		}
		else
		{
			WORK_H_OFF;
		}
	}
	else
	{//...
                            
                            
                                分类:
其他好文   时间:
2014-05-07 06:52:12   
                                阅读次数:
296
                             
                         
                    
                        
                            
                            
                                以下摘自DOOM的博文《内核同步对象 》 
http://blog.csdn.net/lqk1985/article/details/2541867 
“最后一个参数&timeout是一个64位超时值的地址,单位为100纳秒。正数的超时表示一个从1601年1月1日起的绝对时间。调用KeQ...
                            
                            
                                分类:
其他好文   时间:
2014-04-30 00:12:11   
                                阅读次数:
568
                             
                         
                    
                        
                            
                            
                                防抖时间设的不是太好.... 1 /* 2 ::按键控制 3 PA8接LED,PE2接按键 4 
*/ 5 #include"stm32f10x.h" 6 void RCC_Configuration(void); 7 void 
GPIO_Config(void); 8 void Delay(__IO...
                            
                            
                                分类:
其他好文   时间:
2014-04-29 18:26:23   
                                阅读次数:
466