HAMMING CODE在偵錯(cuò)及更正的原理實(shí)現(xiàn),達(dá)到較快速的結(jié)果,浪費(fèi)資源較少
上傳時(shí)間: 2015-12-05
上傳用戶:teddysha
圖的廣度優(yōu)先遍歷算法,c 語 言實(shí)現(xiàn)
標(biāo)簽: 算法
上傳時(shí)間: 2016-03-20
上傳用戶:jjj0202
俄羅斯方塊,畫面比較好看 哦 運(yùn)行時(shí)必需按轉(zhuǎn)了 ANT 如果已安裝,就直接雙擊Build.bat 然後雙擊Run.bat 關(guān)於代碼中的注釋如果出現(xiàn)亂碼,你就把原始檔案用word打開 然後 工具->語言->中文簡繁轉(zhuǎn)換
標(biāo)簽: 俄羅斯方塊
上傳時(shí)間: 2016-08-28
上傳用戶:xjz632
㆒ 般㆟ 對 C++ templates 的粗淺印象,大約停留在「容器(containers)」的製作㆖ 。稍有研究 則會(huì)發(fā)現(xiàn),templates衍生出來的 C++ Generic Programming(泛型編程)技術(shù),在 C++ 標(biāo)準(zhǔn)程 式庫㆗ 已經(jīng)遍㆞ 開花結(jié)果。以 STL為重要骨幹的 C++ 標(biāo)準(zhǔn)程式庫,將 templates 廣泛運(yùn)用於容 器 (containers) 、演算法 (algorithms) 、仿函式 (functors) 、配接器 (adapters) 、配置器 (allocators) 、 迭代器(iterators)㆖ 頭,無處不在,無役不與,乃至於原有的 class-based iostream都被改寫為 template-based iostream。
標(biāo)簽: templates 12690 12703
上傳時(shí)間: 2016-10-28
上傳用戶:rocwangdp
對于初級(jí)C++學(xué)習(xí)者有些幫助的,H.M.Deitel,P.J.Deitel著。周靖等譯。效果可能有些不好
標(biāo)簽:
上傳時(shí)間: 2014-01-07
上傳用戶:xlcky
FFT和IFFT的轉(zhuǎn)換,用VC語言編寫 FFT和IFFT的轉(zhuǎn)換,用VC語言編寫
上傳時(shí)間: 2013-12-19
上傳用戶:yiwen213
c++ Ngô n ngữ C cho vi đ iề u khiể n Các tài liệ u tham khả o, ebook. Programming Microcontrollers in C (Ted Van Sickle) C Programming for Microcontrollers (Joe Pardue SmileyMicros.com ) Programming 16-Bit PIC Microcontrollers in C (Jucio di jasio ) C Programming for AVR Programming embedded system I,II (Michael J . Pont ) ( các tài liệ u này đ ã down load về )
上傳時(shí)間: 2017-07-29
上傳用戶:壞壞的華仔
說明JSP平臺(tái)、開發(fā)環(huán)境,以及相關(guān)組成元件,讓讀者完整了解它的來龍去脈、發(fā)展工具與該平臺(tái)/程式語言/執(zhí)行環(huán)境的特性
標(biāo)簽: JSP
上傳時(shí)間: 2014-06-15
上傳用戶:集美慧
習(xí)題答案習(xí)題答案習(xí)題答案習(xí)題答案習(xí)題答案習(xí)題答案習(xí)題答案習(xí)題答案習(xí)題答案
標(biāo)簽: 習(xí)題答案
上傳時(shí)間: 2015-04-22
上傳用戶:wxwxwxc11
簡單命令使用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 ~]$
標(biāo)簽: 簡單命令使用
上傳時(shí)間: 2016-05-24
上傳用戶:12345678gan
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1