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 can be compiled on Linux, UNIX, Windows
標簽: This demonstrates webserver sending
上傳時間: 2014-07-07
上傳用戶:firstbyte
ex9_1 脈沖信號調制 ex9_2 載波10MHz,帶寬2MHz的線性調頻信號及其頻譜圖 ex9_3 產生7位巴克碼編碼的二相碼 ex9_4 產生7位巴克碼和線性調頻的混合調制信號 ex9_5 瑞利分布實現程序 ex9_6 瑞利分布+雜波 ex9_7 相關對數正態分布雜波 ex9_8 相關weibull分布雜波 ex9_9 相干相關K分布雜波 ex9_10 線性調頻信號的數字化正交解調 ex9_11 雷達脈沖壓縮處理 ex9_12 二相編碼信號的脈壓處理 ex9_13 用FFT和FIR方法實現MTD處理 ex9_14 雷達的恒虛警處理(CFAR) ex9_15 比較相參積累和非相參積累
上傳時間: 2014-01-20
上傳用戶:waizhang
跟蹤載波,捕獲載波,求解CA碼,ACQUITION.
標簽: 載波
上傳時間: 2017-06-03
上傳用戶:rocwangdp
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的重大缺陷是無法從理論上把握它的保密性能如何,而且密碼學界多數人士傾向于因子分解不是NPC問題。RSA的缺點主要有:A)產生密鑰很麻煩,受到素數產生技術的限制,因而難以做到一次一密。B)分組長度太大,為保證安全性,n 至少也要 600 bits以上,使運算代價很高,尤其是速度較慢,較對稱密碼算法慢幾個數量級;且隨著大數分解技術的發展,這個長度還在增加,不利于數據格式的標準化。目前,SET(Secure Electronic Transaction)協議中要求CA采用2048比特長的密鑰,其他實體使用1024比特的密鑰。 這種算法1978年就出現了,它是第一個既能用于數據加密也能用于數字簽名的算法。它易于理解和操作,也很流行。算法的名字以發明者的名字命名:Ron Rivest, AdiShamir 和Leonard Adleman。但RSA的安全性一直未能得到理論上的證明。
上傳時間: 2014-01-20
上傳用戶:蠢蠢66
CA8335中文軟件,后半部分,一次只能傳三個包 這個是后面兩個
標簽: ca電能質量分析儀上位軟件
上傳時間: 2015-05-30
上傳用戶:zlhdkbb
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
簡單命令使用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仿真, 產生 譜分析 與CA碼等
上傳時間: 2016-05-30
上傳用戶:songhuawang