a good time to end progress bar for MFC
標(biāo)簽: progress good time end
上傳時(shí)間: 2016-02-07
上傳用戶:hj_18
MISRA-C:2004 Coding Standard The LDRA tool suite is developed and certified to BS EN ISO 9001:2000. This comparison has used the revised MISRA standard, MISRA-C:2004 "Guidelines for the use of the C language in critical systems" was published in October 2004.
標(biāo)簽: developed certified Standard MISRA-C
上傳時(shí)間: 2014-01-24
上傳用戶:hn891122
In the end, I don t understand the PC, so I will fine the date to you. I only know flash.
標(biāo)簽: the understand flash date
上傳時(shí)間: 2016-10-30
上傳用戶:lhc9102
As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can provide more accurate time control in applications. In this lab, you will explore POSIX timers and signal programming, experience the timer drift. The primary focus of this lab will be "time". The experiment will show you several methods to measure time in your applications.
標(biāo)簽: nanosleep process Timers learnt
上傳時(shí)間: 2013-12-19
上傳用戶:huyiming139
Long-distance rmi transfers java to realize may realize a service end many client side conversation contact surface to be artistic
標(biāo)簽: realize Long-distance conversation transfers
上傳時(shí)間: 2017-01-21
上傳用戶:cuiyashuo
Mastering Dojo will teach you how to build an Internet application that will impress your end users and delight you while you’re writing it. The book also explains Dojo’s JavaScript underpinnings, both for newcomers and for refugees from other languages.
標(biāo)簽: will application Mastering Internet
上傳時(shí)間: 2017-07-02
上傳用戶:chenbhdt
Use of this source code is subject to the terms of the Microsoft end-user
標(biāo)簽: Microsoft the end-user subject
上傳時(shí)間: 2013-12-18
上傳用戶:rishian
How to desC1rs yea !# 4as end e
上傳時(shí)間: 2013-12-17
上傳用戶:yangbo69
how to search for the biggest end folder from your sistem (under Linux)
標(biāo)簽: biggest folder search sistem
上傳時(shí)間: 2013-12-19
上傳用戶:TF2015
//芯片資料請(qǐng)到www.elecfans.com查找 //DS1820 C51 子程序//這里以11.0592M晶體為例,不同的晶體速度可能需要調(diào)整延時(shí)的時(shí)間//sbit DQ =P2^1;//根據(jù)實(shí)際情況定義端口 typedef unsigned char byte;typedef unsigned int word; //延時(shí)void delay(word useconds){ for(;useconds>0;useconds--);} //復(fù)位byte ow_reset(void){ byte presence; DQ = 0; //pull DQ line low delay(29); // leave it low for 480us DQ = 1; // allow line to return high delay(3); // wait for presence presence = DQ; // get presence signal delay(25); // wait for end of timeslot return(presence); // presence signal returned} // 0=presence, 1 = no part //從 1-wire 總線上讀取一個(gè)字節(jié)byte read_byte(void){ byte i; byte value = 0; for (i=8;i>0;i--) { value>>=1; DQ = 0; // pull DQ low to start timeslot DQ = 1; // then return high delay(1); //for (i=0; i<3; i++); if(DQ)value|=0x80; delay(6); // wait for rest of timeslot } return(value);} //向 1-WIRE 總線上寫(xiě)一個(gè)字節(jié)void write_byte(char val){ byte i; for (i=8; i>0; i--) // writes byte, one bit at a time { DQ = 0; // pull DQ low to start timeslot DQ = val&0x01; delay(5); // hold value for remainder of timeslot DQ = 1; val=val/2; } delay(5);} //讀取溫度char Read_Temperature(void){ union{ byte c[2]; int x; }temp; ow_reset(); write_byte(0xCC); // Skip ROM write_byte(0xBE); // Read Scratch Pad temp.c[1]=read_byte(); temp.c[0]=read_byte(); ow_reset(); write_byte(0xCC); //Skip ROM write_byte(0x44); // Start Conversion return temp.x/2;}
上傳時(shí)間: 2013-11-03
上傳用戶:hongmo
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1