長(zhǎng)高44b0xi BIOS源碼 FS44B0II BIOS具有啟動(dòng)、引導(dǎo),下載、燒寫(xiě),設(shè)置日期、時(shí)間,設(shè)置工作頻率等多種功能,並且支持各種參數(shù)的存儲(chǔ)和自動(dòng)調(diào)用。 可以用flashpgm等軟件將BIOS燒寫(xiě)到Flash中去,BIOS的自身駐留地址位于NOR FLASH的0x1f0000處,系統(tǒng)參數(shù)保存在0x1ff000以上區(qū)域中。所以在燒寫(xiě)完BIOS,上電復(fù)位后先要執(zhí)一定要執(zhí)行backup命令把BIOS本身拷貝到NOR FLASH的高端1f0000去。
上傳時(shí)間: 2013-12-25
上傳用戶:ainimao
定時(shí)器程序 采用89c2051 2001.10 ****************** ****************** 偽定義 ****************** SL EQU 30H SL存放秒的個(gè)位數(shù) SH EQU 31H SH存放秒的十位數(shù) ML EQU 32H ML存放分的個(gè)位數(shù) MH EQU 33H MH存放分的十位數(shù) HL EQU 34H HL存放時(shí)的個(gè)位數(shù) HH EQU 35H HH存放時(shí)的十位數(shù)
標(biāo)簽: 89c2051 2001.10 定時(shí)器 定義
上傳時(shí)間: 2014-01-04
上傳用戶:qq1604324866
YAFFS2文件系統(tǒng),LINUX2.6內(nèi)核支持YAFF2文件系統(tǒng),命令:sh patch-ker.sh c /<kernel path>
標(biāo)簽: YAFFS2 文件系統(tǒng)
上傳時(shí)間: 2016-09-30
上傳用戶:JIUSHICHEN
演算法評(píng)估 用空間和時(shí)間評(píng)估演算法效能 時(shí)間複雜度(Time Complexity) 空間複雜度(Space Complexity) 效能評(píng)估 效能分析(Performance Analysis):事前評(píng)估 效能評(píng)估(Performance Measurement):效能量測(cè) 評(píng)估時(shí)均假設(shè)處理的資料量為n到無(wú)窮大
標(biāo)簽: 演算
上傳時(shí)間: 2015-06-13
上傳用戶:18007270712
簡(jiǎn)單命令使用grep等的使用 [zorro@isch ~]$ history 1 ifconfig 2 su 3 exit 4 ls 5 cd Desktop/ 6 ls 7 tar zxcf VMwareTools-8.4.5-324285.tar.gz 8 tar zxvf VMwareTools-8.4.5-324285.tar.gz 9 cd vmware-tools-distrib/ 10 ls 11 ./vmware-install.pl 12 su 13 ls 14 cd .. 15 ls 16 rm VMwareTools-8.4.5-324285.tar.gz 17 rm -r vmware-tools-distrib 18 ls 19 make 20 ls 21 cd redis/ 22 quit 23 ls 24 ca redis/ 25 cd redis/ 26 cd redis-2.8.17 27 make 28 cd redis-2.8.17 29 ls 30 cd redis-2.8.17 31 cd str 32 cd src 33 ls 34 ./redis-cli 35 ls 36 cd redis-2.8.17 tar.gz 37 make 38 cd src 39 ./redis-server .. /redis.conf 40 ./redis-cli 41 ./redis-server ../redis.conf 42 vi test1.sh 43 ./test1.sh 44 vi test.sh 45 ./test.sh 46 ls 47 chmod 777 test.sh 48 ./test.sh 49 vi express 50 $ grep –n ‘the’ express 51 clear 52 grep -n 'the' express 53 vi express 54 grep -n 'the' express 55 grep -vn 'the'express 56 grep -vn 'the' express 57 grep -in 'the' express 58 vi test2.c 59 grep -l 'the' *.c 60 grep -n 't[ae]st' express 61 grep -n 'oo' express 62 grep -n '[^g]oo' express 63 grep -n '[a^z]oo' express 64 grep -n '[0^9]' express 65 grep -n '^the' express 66 vi express 67 sed -e 'd' express 68 sed -e '1d' express 69 sed -e '1~7d' express 70 sed -e '$d' express 71 sed -e '1,/^$/d' express 72 ls 73 cd 74 pwd 75 history [zorro@isch ~]$
標(biāo)簽: 簡(jiǎn)單命令使用
上傳時(shí)間: 2016-05-24
上傳用戶:12345678gan
LED燈封裝Altium Designer AD PCB封裝庫(kù)2D3D元件庫(kù)文件PCB Library : LED.PcbLibDate : 2020/12/29Time : 16:50:29Component Count : 49Component Name-----------------------------------------------LED 1W/3WLED 1W/3W-WLED 3mm-2PLED 3MM-BLED 3MM-GLED 3MM-RLED 3MM-WLED 3MM-YLED 3MM-YCLED 5MM-BLED 5MM-GLED 5MM-RLED 5MM-WLED 5MM-YLED 5MM-YCLED 0603-RGLED 0603BLED 0603GLED 0603RLED 0603WLED 0603YLED 0805BLED 0805GLED 0805RLED 0805WLED 0805YLED 1206BLED 1206GLED 1206RLED 1206WLED 1206YLED 3528-2PinLED 3528-4PinLED 5050LED 5630LED 5730-VLED F234-BLED F234-GLED F234-RLED F234-WLED F234-YLED F257-BLED F257-GLED F257-RLED F257-WLED F257-YLED SH-5MM-WLED SH-8MMLED SH-8MM-W
標(biāo)簽: led 封裝 altium designer pcb
上傳時(shí)間: 2022-03-11
上傳用戶:
設(shè)計(jì)VHDL24小時(shí)的時(shí)鐘,去除了按鍵彈跳現(xiàn)象
上傳時(shí)間: 2013-12-23
上傳用戶:hzy5825468
我做的畢業(yè)設(shè)計(jì),用AT89S51 控制LCD1602作為顯示. DS1302時(shí)鐘芯片顯示時(shí)間,DS18B20測(cè)量溫度,還有4X4的鍵盤(pán)驅(qū)動(dòng).實(shí)現(xiàn)了一個(gè)計(jì)算功能.可以用PROTUES 仿真軟件仿真,當(dāng)時(shí)我還做出實(shí)物來(lái)了.
標(biāo)簽: PROTUES 1602 1302 DS
上傳時(shí)間: 2013-11-29
上傳用戶:拔絲土豆
一個(gè)很好用的 lcd 時(shí)鐘程序 C語(yǔ)言 #include<reg51.h> #include<stdio.h> //定義計(jì)時(shí)器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時(shí)間 #define DB_VAL //定義設(shè)置模式的最大時(shí)間間隔 #define TIMEOUT 200 //定義游標(biāo)位置常數(shù) #define HOME 0 #define HOUR 1 #define MIN 2 #define SEC 3
標(biāo)簽: include define RELOAD stdio
上傳時(shí)間: 2014-12-19
上傳用戶:zukfu
FPGA可促進(jìn)嵌入式系統(tǒng)設(shè)計(jì)改善即時(shí)應(yīng)用性能,臺(tái)灣人寫(xiě)的,關(guān)于FPGA應(yīng)用的技術(shù)文章
標(biāo)簽: FPGA 嵌入式 系統(tǒng) 性能
上傳時(shí)間: 2013-08-20
上傳用戶:liuwei6419
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1