龍芯處理器主要包括三個(gè)系列。龍芯1號(hào)處理器及其IP系列主要面向嵌入式應(yīng)用,龍芯2號(hào)超標(biāo)量處理器及其IP系列主要面向桌面應(yīng)用,龍芯3號(hào)多核處理器系列主要面向服務(wù)器和高性能機(jī)應(yīng)用。根據(jù)應(yīng)用的需要,其中部分龍芯2號(hào)也可以面向部分高端嵌入式應(yīng)用,部分低端龍芯3號(hào)也可以面向部分桌面應(yīng)用。以后上述三個(gè)系列將并行地發(fā)展。 龍芯系列處理器通過充分開發(fā)指令級(jí)并行性、數(shù)據(jù)級(jí)并行性、以及線程級(jí)并行性來提高性能。其中龍芯1號(hào)系列微處理器實(shí)現(xiàn)了帶有靜態(tài)分支預(yù)測(cè)和阻塞Cache的單發(fā)射的亂序執(zhí)行流水線;龍芯2號(hào)系列微處理器實(shí)現(xiàn)了帶有動(dòng)態(tài)分支預(yù)測(cè)和非阻塞Cache的超標(biāo)量四發(fā)射亂序執(zhí)行流水線,龍芯2號(hào)系列微處理器還使用浮點(diǎn)數(shù)據(jù)通路復(fù)用技術(shù)實(shí)現(xiàn)了定點(diǎn)的單指令流多數(shù)據(jù)流指令;下一代的龍芯3號(hào)系列微處理器將實(shí)現(xiàn)片內(nèi)多核技術(shù)。
標(biāo)簽: 龍芯處理器 龍芯1號(hào) 處理器 嵌入式應(yīng)用
上傳時(shí)間: 2016-10-16
上傳用戶:xuanjie
51單片連tcs230的源程序,絕對(duì)原創(chuàng),可以記憶顏色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定義 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //頻率從TO口輸入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1:blue 2:green 3:red uchar T[4] //color timer uchar TH[4] uchar TL[4] uchar bizhi[4] void time1() interrupt 3 { TH[color]=TH0 TL[color]=TL0 T[color]=(TH[color]*0xff+TL[color]) TR0=0 //關(guān)定時(shí)器 TR1=0 TH1=0xB1 TL1=0xE0 //歸0 TH0=0x00 TL0=0x00 //歸0 }
上傳時(shí)間: 2016-11-26
上傳用戶:秦莞爾w
PRINCIPLE: The UVE algorithm detects and eliminates from a PLS model (including from 1 to A components) those variables that do not carry any relevant information to model Y. The criterion used to trace the un-informative variables is the reliability of the regression coefficients: c_j=mean(b_j)/std(b_j), obtained by jackknifing. The cutoff level, below which c_j is considered to be too small, indicating that the variable j should be removed, is estimated using a matrix of random variables.The predictive power of PLS models built on the retained variables only is evaluated over all 1-a dimensions =(yielding RMSECVnew).
標(biāo)簽: from eliminates PRINCIPLE algorithm
上傳時(shí)間: 2016-11-27
上傳用戶:凌云御清風(fēng)
function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The function fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0.
標(biāo)簽: fcm function Version Routine
上傳時(shí)間: 2014-11-30
上傳用戶:二驅(qū)蚊器
K. ATKINSON, THE NUMERICAL SOLUTION OF LAPLACE S EQUATION IN THREE DIMENSIONS , SIAM J. NUM. ANAL. 19(1982),263-274.
標(biāo)簽: K. J. DIMENSIONS NUMERICAL
上傳時(shí)間: 2016-12-15
上傳用戶:daoxiang126
一、 進(jìn)程控制 1、 定義PCB(可以采用靜態(tài)結(jié)構(gòu)或動(dòng)態(tài)結(jié)構(gòu)):包括理論P(yáng)CB中的基本內(nèi)容,如ID、進(jìn)程狀態(tài)、隊(duì)列指針。由于無法實(shí)現(xiàn)真正的進(jìn)程創(chuàng)建功能,在實(shí)驗(yàn)中只需建立PCB,用它代表完整的進(jìn)程。 2、 定義進(jìn)程狀態(tài)轉(zhuǎn)換方式:進(jìn)程的狀態(tài)轉(zhuǎn)換是由進(jìn)程內(nèi)部操作或操作系統(tǒng)的控制引起,由于無法實(shí)現(xiàn)這些功能,學(xué)生可以采用隨機(jī)數(shù)方法或鍵盤控制方法模擬,并實(shí)現(xiàn)對(duì)應(yīng)的控制程序。隨機(jī)方法指產(chǎn)生1-6的隨機(jī)數(shù),分別代表創(chuàng)建進(jìn)程(c)、結(jié)束進(jìn)程(e)、進(jìn)程阻塞(b)、激活進(jìn)程(w)、調(diào)度進(jìn)程(p)、時(shí)間片到(t)等事件;鍵盤模擬方法指定義6種按鍵代表以上6種事件。 3、 根據(jù)四種事件處理就緒隊(duì)列、阻塞隊(duì)列和當(dāng)前執(zhí)行中的進(jìn)程。 每次事件處理后應(yīng)形象地顯示出當(dāng)前系統(tǒng)中的執(zhí)行進(jìn)程是哪一個(gè),就緒隊(duì)列和阻塞隊(duì)列分別包含哪些進(jìn)程。
上傳時(shí)間: 2016-12-23
上傳用戶:wyc199288
Euler函數(shù): m = p1^r1 * p2^r2 * …… * pn^rn ai >= 1 , 1 <= i <= n Euler函數(shù): 定義:phi(m) 表示小于等于m并且與m互質(zhì)的正整數(shù)的個(gè)數(shù)。 phi(m) = p1^(r1-1)*(p1-1) * p2^(r2-1)*(p2-1) * …… * pn^(rn-1)*(pn-1) = m*(1 - 1/p1)*(1 - 1/p2)*……*(1 - 1/pn) = p1^(r1-1)*p2^(r2-1)* …… * pn^(rn-1)*phi(p1*p2*……*pn) 定理:若(a , m) = 1 則有 a^phi(m) = 1 (mod m) 即a^phi(m) - 1 整出m 在實(shí)際代碼中可以用類似素?cái)?shù)篩法求出 for (i = 1 i < MAXN i++) phi[i] = i for (i = 2 i < MAXN i++) if (phi[i] == i) { for (j = i j < MAXN j += i) { phi[j] /= i phi[j] *= i - 1 } } 容斥原理:定義phi(p) 為比p小的與p互素的數(shù)的個(gè)數(shù) 設(shè)n的素因子有p1, p2, p3, … pk 包含p1, p2…的個(gè)數(shù)為n/p1, n/p2… 包含p1*p2, p2*p3…的個(gè)數(shù)為n/(p1*p2)… phi(n) = n - sigm_[i = 1](n/pi) + sigm_[i!=j](n/(pi*pj)) - …… +- n/(p1*p2……pk) = n*(1 - 1/p1)*(1 - 1/p2)*……*(1 - 1/pk)
標(biāo)簽: Euler lt phi 函數(shù)
上傳時(shí)間: 2014-01-10
上傳用戶:wkchong
程式描述:使用Cypress的Cy7C68013A晶片進(jìn)行設(shè)計(jì),實(shí)現(xiàn)Slave FIFO模式的資料獲取。程式包括USB韌體程式以及主機(jī)程式。 安裝:把來源程式碼複製到硬碟特定目錄下,使用Keil C編譯器和Visual C++ 6.0運(yùn)行即可。 注意:可以首先使用Cypress的測(cè)試工具進(jìn)行韌體程式的測(cè)試,以確保韌體程式的正確性。
標(biāo)簽: Cypress 68013A C68013 68013
上傳時(shí)間: 2013-12-18
上傳用戶:1427796291
cpu設(shè)計(jì)實(shí)例mips。MIPSI指令集32位CPU(1)MiniCore設(shè)計(jì)實(shí)例全32位操作,32個(gè)32位通用寄存器,所有指令和地址全為32位 (2)靜態(tài)流水線(3~5級(jí)) (3)Forwarding技術(shù) (4)片內(nèi)L1 Cache,指令、數(shù)據(jù)各4KByte,硬件初始化 (5)沒有TLB,但系統(tǒng)控制協(xié)處理器(CP0)具有除頁面映射外的全部功能
標(biāo)簽: MiniCore MIPSI mips cpu
上傳時(shí)間: 2013-12-02
上傳用戶:xiaodu1124
Convolutional binary rate 1/3 nonsystematic code Dfree=16 K=7 (trellis length = 8) Connection vectors (from K. J. Larsen):
標(biāo)簽: Convolutional nonsystematic Connection trellis
上傳時(shí)間: 2014-01-22
上傳用戶:181992417
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1