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

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

Ca

  • An introduction to CaN (Controll Area Network) by Peter Bagschik and linux device driver code for Ca

    An introduction to CaN (Controll Area Network) by Peter Bagschik and linux device driver code for CaN.

    標簽: introduction Bagschik Controll Network

    上傳時間: 2014-12-07

    上傳用戶:dreamboy36

  • This source demonstrates sending HTTP POST request to webserver from C++ This uses sockets hence Ca

    This source demonstrates sending HTTP POST request to webserver from C++ This uses sockets hence Can be compiled on Linux, UNIX, Windows

    標簽: This demonstrates webserver sending

    上傳時間: 2014-07-07

    上傳用戶:firstbyte

  • 跟蹤載波

    跟蹤載波,捕獲載波,求解Ca碼,ACQUITION.

    標簽: 載波

    上傳時間: 2017-06-03

    上傳用戶:rocwangdp

  • 3D shape reconstruction matlab code. It used shape from defocus technique with least squares. You Ca

    3D shape reconstruction matlab code. It used shape from defocus technique with least squares. You Can reconstruct 3D shape with only two different depth images.

    標簽: shape reconstruction technique defocus

    上傳時間: 2014-01-07

    上傳用戶:Zxcvbnm

  • RSA算法是第一個能同時用于加密和數字簽名的算法

    RSA算法是第一個能同時用于加密和數字簽名的算法,也易于理解和操作。 RSA是被研究得最廣泛的公鑰算法,從提出到現在已近二十年,經歷了各種攻擊的考驗,逐漸為人們接受,普遍認為是目前最優秀的公鑰方案之一。RSA的安全性依賴于大數的因子分解,但并沒有從理論上證明破譯RSA的難度與大數分解難度等價。即RSA的重大缺陷是無法從理論上把握它的保密性能如何,而且密碼學界多數人士傾向于因子分解不是NPC問題。RSA的缺點主要有:A)產生密鑰很麻煩,受到素數產生技術的限制,因而難以做到一次一密。B)分組長度太大,為保證安全性,n 至少也要 600 bits以上,使運算代價很高,尤其是速度較慢,較對稱密碼算法慢幾個數量級;且隨著大數分解技術的發展,這個長度還在增加,不利于數據格式的標準化。目前,SET(Secure Electronic Transaction)協議中要求Ca采用2048比特長的密鑰,其他實體使用1024比特的密鑰。   這種算法1978年就出現了,它是第一個既能用于數據加密也能用于數字簽名的算法。它易于理解和操作,也很流行。算法的名字以發明者的名字命名:Ron Rivest, AdiShamir 和Leonard Adleman。但RSA的安全性一直未能得到理論上的證明。

    標簽: RSA 算法 加密 數字簽名

    上傳時間: 2014-01-20

    上傳用戶:蠢蠢66

  • Ca電能質量分析儀軟件

    Ca8335中文軟件,后半部分,一次只能傳三個包 這個是后面兩個

    標簽: Ca電能質量分析儀上位軟件

    上傳時間: 2015-05-30

    上傳用戶:zlhdkbb

  • GRE數學寶典(英文原版GRE Math Bible)

    GRE 數學圣經,下面是詳細的英文介紹: Comprehensive Prep for GRE Math Every year, students pay $1,000 and more to test prep companies to prepare for the math section of the GRE. Now you Can get the same preparation in a book. Although the GRE math section is difficult, it is very learnable. GRE Math Bible presents a thorough analysis of GRE math and introduces numerous analytic techniques that will help you immensely, not only on the GRE but in graduate school as well.

    標簽: GRE Math 數學

    上傳時間: 2015-08-22

    上傳用戶:東大寺的

  • C語言程序

    http://tv.sogou.com/v?query=c%D3%EF%D1%D4%Ca%D3%C6%B5%BD%CC%B3%CC&p=40230600&tn=0&st=255

    標簽: 教程

    上傳時間: 2016-03-07

    上傳用戶:vggv

  • linux

    簡單命令使用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 ~]$ 

    標簽: 簡單命令使用

    上傳時間: 2016-05-24

    上傳用戶:12345678gan

  • BOC 產生 譜分析 ( matlab )

    適用于BOC 信號調制matlab仿真, 產生 譜分析 與Ca碼等

    標簽: matlab BOC

    上傳時間: 2016-05-30

    上傳用戶:songhuawang

主站蜘蛛池模板: 道孚县| 瑞安市| 青浦区| 西盟| 柳江县| 巧家县| 丹寨县| 元朗区| 平湖市| 渭南市| 中西区| 定兴县| 九台市| 卫辉市| 高邮市| 含山县| 元江| 泰宁县| 肃北| 嘉兴市| 宣武区| 星子县| 桂阳县| 额敏县| 油尖旺区| 乌兰县| 山西省| 浮山县| 南阳市| 婺源县| 仙桃市| 普定县| 普安县| 时尚| 叙永县| 廊坊市| 加查县| 长海县| 陇西县| 土默特右旗| 汝阳县|