亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

System-on-a-<b>CHip</b>

  • RSA算法 :首先, 找出三個數, p, q, r, 其中 p, q 是兩個相異的質數, r 是與 (p-1)(q-1) 互質的數...... p, q, r 這三個數便是 person_key

    RSA算法 :首先, 找出三個數, p, q, r, 其中 p, q 是兩個相異的質數, r 是與 (p-1)(q-1) 互質的數...... p, q, r 這三個數便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 這個 m 一定存在, 因為 r 與 (p-1)(q-1) 互質, 用輾轉相除法就可以得到了..... 再來, 計算 n = pq....... m, n 這兩個數便是 public_key ,編碼過程是, 若資料為 a, 將其看成是一個大整數, 假設 a < n.... 如果 a >= n 的話, 就將 a 表成 s 進位 (s

    標簽: person_key RSA 算法

    上傳時間: 2013-12-14

    上傳用戶:zhuyibin

  • 按遞歸下降方式設計其編譯程序

    按遞歸下降方式設計其編譯程序,生成PL/0棧式指令代碼,然后解釋執行。用(a=1)+2*(b=3+4*5)/2+2*a*b-(a=a+5)/ (c=2) 測試

    標簽: 遞歸 方式 編譯 程序

    上傳時間: 2014-01-02

    上傳用戶:firstbyte

  • 這個程序可以掃描出來本機IP地址的版本號和類別

    這個程序可以掃描出來本機IP地址的版本號和類別,是IPV6還是IPV4,是A類還是B類還是C類

    標簽: 程序 地址 版本

    上傳時間: 2015-03-27

    上傳用戶:星仔

  • IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides

    IEEE1394Diag is a GUI application that presents a graphical view of an IEEE1394 network and provides the ability to perform common 1394 operations such as async reads, writes, isoc listens and talks, as well as configuration rom browsing of all nodes present on a bus.

    標簽: IEEE 1394 application graphical

    上傳時間: 2015-04-02

    上傳用戶:familiarsmile

  • This article is a very simple introduction writing a Windows Form application for the Microsoft.NET

    This article is a very simple introduction writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click events. The application displays a form showing attributes of a file. This form is similar to the properties dialog box of a file (Right click on a file and Click on Properties menu item). Since attributes of a file will be shown, the sample will show how to use File IO operations in .NET framework.

    標簽: introduction application Microsoft article

    上傳時間: 2015-04-09

    上傳用戶:www240697738

  • PID calculations for the _pid structure *a. This function uses the positional form of the pid equati

    PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consistent time basis for accurate control.

    標簽: the calculations positional pid

    上傳時間: 2014-01-16

    上傳用戶:moerwang

  • prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example

    prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================

    標簽: Part connections example prolog

    上傳時間: 2015-04-24

    上傳用戶:ljt101007

  • 裝備盒問題。 大意是給出一個矩形地板

    裝備盒問題。 大意是給出一個矩形地板,你有一個底面為矩形的盒子必須放在上面而不超過地板邊界。 現在給出地板的長(X)和寬(Y),以及盒子的長(a)和寬(b),問是否可能達到要求(即放上去不超過邊界)

    標簽: 矩形

    上傳時間: 2015-04-28

    上傳用戶:gundamwzc

  • 5 ledblink -- 跑馬燈程序 該項目在SDT2.51下編譯調試。最簡單的demo程序

    5 ledblink -- 跑馬燈程序 該項目在SDT2.51下編譯調試。最簡單的demo程序,運行后3個發光二極管輪流點亮。 6 timerint -- 定時器中斷demo程序 該項目在SDT2.51下編譯調試。將子目錄timerint拷貝到c:\ 下。 該demo程序的主程序是while空循環,定時器中斷服務程序每500ms將3個LED反相。 在57600超級終端里也可以看到中斷發生時的信息。 7 uart -- 串口測試程序 該項目在SDT2.51下編譯調試。運行后在57600的超級終端里等待PC鍵盤的輸入,當按下 a 或 b 或 c 按鍵時,超級終端里將顯示 You Pressed a ,You Pressed b ,You Pressed c .

    標簽: ledblink 2.51 demo SDT

    上傳時間: 2015-05-05

    上傳用戶:aix008

  • 二分圖是一個無向圖

    二分圖是一個無向圖,它的n 個頂點可二分為集合A和集合B,且同一集合中的任意兩個頂點在圖中無邊相連(即任何一條邊都是一個頂點在集合A中,另一個在集合B中)。當且僅當B中的每個頂點至少與A中一個頂點相連時,A的一個子集A 覆蓋集合B(或簡單地說,A 是一個覆蓋)。覆蓋A 的大小即為A 中的頂點數目。當且僅當A 是覆蓋B的子集中最小的時,A 為最小覆蓋。

    標簽: 無向圖

    上傳時間: 2015-05-07

    上傳用戶:alan-ee

主站蜘蛛池模板: 拜泉县| 济宁市| 杭锦后旗| 正定县| 东乌珠穆沁旗| 马尔康县| 鄯善县| 安国市| 宿迁市| 东丰县| 乌兰浩特市| 邹平县| 庆安县| 江城| 霍州市| 贞丰县| 张家川| 东乌珠穆沁旗| 甘肃省| 喀喇| 介休市| 宁武县| 陆良县| 河池市| 东丽区| 临沭县| 应城市| 阿图什市| 沁水县| 乐平市| 元江| 聂拉木县| 新宁县| 宽城| 碌曲县| 新乡市| 庆元县| 黎川县| 广安市| 南宁市| 富裕县|