目錄 第一章 傳輸線理論 一 傳輸線原理 二 微帶傳輸線 三 微帶傳輸線之不連續(xù)分析 第二章 被動(dòng)組件之電感設(shè)計(jì)與分析 一 電感原理 二 電感結(jié)構(gòu)與分析 三 電感設(shè)計(jì)與模擬 電感分析與量測(cè)
標(biāo)簽: 傳輸線
上傳時(shí)間: 2013-11-21
上傳用戶:qb1993225
題目:利用條件運(yùn)算符的嵌套來完成此題:學(xué)習(xí)成績(jī)>=90分的同學(xué)用A表示,60-89分之間的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b這是條件運(yùn)算符的基本例子。
上傳時(shí)間: 2015-01-08
上傳用戶:lifangyuan12
RSA算法 :首先, 找出三個(gè)數(shù), p, q, r, 其中 p, q 是兩個(gè)相異的質(zhì)數(shù), r 是與 (p-1)(q-1) 互質(zhì)的數(shù)...... p, q, r 這三個(gè)數(shù)便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 這個(gè) m 一定存在, 因?yàn)?r 與 (p-1)(q-1) 互質(zhì), 用輾轉(zhuǎn)相除法就可以得到了..... 再來, 計(jì)算 n = pq....... m, n 這兩個(gè)數(shù)便是 public_key ,編碼過程是, 若資料為 a, 將其看成是一個(gè)大整數(shù), 假設(shè) a < n.... 如果 a >= n 的話, 就將 a 表成 s 進(jìn)位 (s
標(biāo)簽: person_key RSA 算法
上傳時(shí)間: 2013-12-14
上傳用戶:zhuyibin
這是用verilog寫的一個(gè)簡(jiǎn)單的處理器,雖然只具有5個(gè)指令,但是可以透過這個(gè)範(fàn)例,來了解到cpu的架構(gòu),與如何開發(fā)處理器,相信會(huì)有很大的啟發(fā)。
標(biāo)簽: verilog
上傳時(shí)間: 2014-12-08
上傳用戶:ikemada
Realtek RTD2523方案的全部源代碼,有興趣做LCD及LCD TV方案開發(fā)的可以看看。
上傳時(shí)間: 2015-05-13
上傳用戶:D&L37
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
標(biāo)簽: government streamline important alphabet
上傳時(shí)間: 2015-06-09
上傳用戶:weixiao99
Novatek NT68521A方案的全部源代碼,有興趣做LCD及LCD TV方案開發(fā)的可以看看。
標(biāo)簽: Novatek 68521A 68521 NT
上傳時(shí)間: 2014-01-05
上傳用戶:凌云御清風(fēng)
電力系統(tǒng)在臺(tái)穩(wěn)定計(jì)算式電力系統(tǒng)不正常運(yùn)行方式的一種計(jì)算。它的任務(wù)是已知電力系統(tǒng)某一正常運(yùn)行狀態(tài)和受到某種擾動(dòng),計(jì)算電力系統(tǒng)所有發(fā)電機(jī)能否同步運(yùn)行 1運(yùn)行說明: 請(qǐng)輸入初始功率S0,形如a+bi 請(qǐng)輸入無限大系統(tǒng)母線電壓V0 請(qǐng)輸入系統(tǒng)等值電抗矩陣B 矩陣B有以下元素組成的行矩陣 1正常運(yùn)行時(shí)的系統(tǒng)直軸等值電抗Xd 2故障運(yùn)行時(shí)的系統(tǒng)直軸等值電抗X d 3故障切除后的系統(tǒng)直軸等值電抗 請(qǐng)輸入慣性時(shí)間常數(shù)Tj 請(qǐng)輸入時(shí)段數(shù)N 請(qǐng)輸入哪個(gè)時(shí)段發(fā)生故障Ni 請(qǐng)輸入每時(shí)段間隔的時(shí)間dt
標(biāo)簽: 電力系統(tǒng) 正 計(jì)算 運(yùn)行
上傳時(shí)間: 2015-06-13
上傳用戶:it男一枚
一般認(rèn)為Windows CE是一個(gè)適合嵌入式應(yīng)用的通用作業(yè)系統(tǒng),然而,從系統(tǒng)的角度來看,Windows CE並不只是一個(gè)作業(yè)系統(tǒng),它還包括對(duì)多種目標(biāo)處理器以及週邊設(shè)備的支援,並提供了系統(tǒng)開發(fā)工具、應(yīng)用開發(fā)工具、整合的應(yīng)用程式
標(biāo)簽: Windows 嵌入式 系統(tǒng)
上傳時(shí)間: 2015-07-01
上傳用戶:asasasas
本章將介紹Windows CE 的儲(chǔ)存管理。我們將本章內(nèi)容分為兩大部分,前半部會(huì)依序介紹 Windows CE的檔案系統(tǒng)類型、 Windows CE儲(chǔ)存管理結(jié)構(gòu)和每一個(gè)層次、以及如何自行開發(fā)檔案系統(tǒng)並載入之,後半部則以Ramdisk上的檔案系統(tǒng)為例,實(shí)際分析儲(chǔ)存管理相關(guān)的原始程式碼與資料型態(tài)。
上傳時(shí)間: 2015-07-01
上傳用戶:685
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1