NorFlash bootloader(SPANSION_S71WS256ND0) for I.MX27(freescale).
資源簡介:NorFlash bootloader(SPANSION_S71WS256ND0) for I.MX27(freescale).
上傳時間: 2013-12-20
上傳用戶:zyt
資源簡介:Nand Flash (SAMSUNG_K9K1G08U0B) boot loader for i.Mx31 (freescale).
上傳時間: 2013-12-24
上傳用戶:源弋弋
資源簡介:QNX ADS BSP code for i.MX27 chips
上傳時間: 2017-01-26
上傳用戶:wangchong
資源簡介:freescale i.MX27 wince 6.0 board support package
上傳時間: 2016-08-23
上傳用戶:zhuoying119
資源簡介:i.mx27 soc for wince 6.0
上傳時間: 2016-09-05
上傳用戶:xjz632
資源簡介:i.mx27 oal for wince6.0
上傳時間: 2016-09-05
上傳用戶:xiaoyunyun
資源簡介:i.mx27 driver for nand flash
上傳時間: 2013-12-03
上傳用戶:wanqunsheng
資源簡介:i.mx27 sdhc driver for wince6.0
上傳時間: 2013-12-17
上傳用戶:huangld
資源簡介:freescale i.mx27重要手冊,經典!
上傳時間: 2014-01-14
上傳用戶:星仔
資源簡介:分析for i=E step E until E do i=E
上傳時間: 2013-12-03
上傳用戶:GHF
資源簡介:A example for I/O of USB interface in AVR single chip.
上傳時間: 2014-01-26
上傳用戶:h886166
資源簡介:Linux bootloader ,Vivi for sc2410 cpu.
上傳時間: 2014-01-04
上傳用戶:zukfu
資源簡介:最新的i.mx27和i.mx31 的wince6.0 bsp開發包,完整版,i.mx27是目前最強大的arm926處理器。
上傳時間: 2016-04-09
上傳用戶:獨孤求源
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2014-01-15
上傳用戶:hongmo
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2013-12-26
上傳用戶:dreamboy36
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2016-06-28
上傳用戶:change0329
資源簡介:求標準偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=t+x(i,j)*x(i,j) end ...
上傳時間: 2014-09-03
上傳用戶:jjj0202
資源簡介:printf(" 請輸入%d個課程的代表值(<%d個字符):\n" ,(*G).vexnum,MAX_NAME) for(i=0 i<(*G).vexnum ++i) /* 構造頂點向量 */ { scanf(" %s" ,(*G).vertices[i].data) (*G).vertices[i].firstarc=NULL } printf(" 請輸入...
上傳時間: 2016-08-15
上傳用戶:Avoid98
資源簡介:i.mx27 nand flash driver
上傳時間: 2016-09-05
上傳用戶:ainimao
資源簡介:i.MX27_ADS_BSP_15_Windows_Embedded_CE_6_Reference_Manual I.MX27 最新的WINCE6.0 BSP使用說明文檔
上傳時間: 2014-07-02
上傳用戶:星仔
資源簡介:i.mx27開發板的整套詳細原理圖,包括:DDR SDRAM, NAND FLASH, NOR FLASH, USB OTG, USB HOST,FEC PHY, UART,JTAG等等接口
上傳時間: 2013-12-15
上傳用戶:yuanyuan123
資源簡介:i.mx27 wince 6.0 sdk
上傳時間: 2014-01-02
上傳用戶:風之驕子
資源簡介:for[i=0 i<XtNumber[items] i++]{ label = XmCreateLabel[rowcolumn, items[i], NULL, 0] XtManageChild[label] textf = XmCreateTextField[rowcolumn, "textf", NULL, 0] XtManageChild[textf] }
上傳時間: 2017-03-25
上傳用戶:123啊
資源簡介:procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) ...
上傳時間: 2014-01-26
上傳用戶:懶龍1988
資源簡介:bootloader utlity for itgate tgs 1xx 2xx
上傳時間: 2013-12-20
上傳用戶:小草123
資源簡介://初始化 initscr() //獲得屏幕尺寸 getmaxyx(stdscr, h, w) //畫背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 ...
上傳時間: 2014-08-30
上傳用戶:龍飛艇
資源簡介:source code for I square c (I2c) AVR mega16
上傳時間: 2017-07-12
上傳用戶:youth25
資源簡介:This is the bootloader file for the ICD2 Clone 16F876
上傳時間: 2013-12-16
上傳用戶:zhuoying119
資源簡介:oid led8_test(void) { int i, j, k iic_init() for( ) { for(j=0 j<10 j++) { for(i=0 i<8 i++) { k = 9-(i+j)%10 iic_write(0x70, 0x10+i, f_szDigital[k]) } delay(1000) } } }
上傳時間: 2013-12-19
上傳用戶:BOBOniu
資源簡介:The CAT9555 is a CMOS device that provides 16-bitparallel input/output port expansion for I2C and SMBuscompatible applications. These I/O expanders providea simple solution in applications where additional I/Osare needed: sensors, power sw...
上傳時間: 2014-01-09
上傳用戶:1101055045