計算機圖論基礎,求解關聯矩陣A B Q 是《網絡理論》課程作業
上傳時間: 2014-10-13
上傳用戶:bcjtao
中越自衛反擊戰回憶錄 鐵與火的南疆 一. 第一輛被擊毀的越軍戰車 二。最能打的是五九 三。退出戰場的坦克 四。老山張友俠 五。中國大炮 六。打169越南步兵打紅了眼 七。趕集的中國炮彈 八。“周瑜部隊”和越南旗手 [后記]
標簽: 169
上傳時間: 2014-01-04
上傳用戶:懶龍1988
Ajax技術是目前在瀏覽器中通過JavaScript腳本可以使用的所有技術的集合。Ajax并沒有創造出某種具體的新技術,它所使用的大多數技術都是在很多年以前就已經存在了,然而Ajax以一種嶄新的方式來使用所有的這些技術,使得古老的B/S方式的Web開發煥發了新的活力,迎來了第二個春天。
標簽: Ajax JavaScript 瀏覽器 創造
上傳時間: 2014-11-26
上傳用戶:731140412
發票套打功能,免去手工開票麻煩,根據不同地區調整不同的發票格式!
標簽:
上傳時間: 2014-08-07
上傳用戶:372825274
原創一個簡單打小票POS機源代碼,對于初學者會有幫助的。
上傳時間: 2014-01-18
上傳用戶:kristycreasy
橫板打飛機游戲,j2me1.0編寫,不過功能實現上,還未完成。只可以看作是個游戲的框架。
標簽: 飛機
上傳時間: 2014-11-22
上傳用戶:kernaling
這是一個圖書館管理程序,是我們數據結構課程的項目。 采用B-tree實現。
上傳時間: 2014-03-01
上傳用戶:chens000
摘 要: 本文件是C8051單片機DA測試實驗程序;使用外部22.1184MHz晶振. 功能:定義 A ~ F 為功能鍵。 按"A" 鍵,輸出250HZ的方波,按"B" 鍵,輸出250HZ的正弦波形,按"C" 鍵,輸出250HZ的三角波, 按"D" 鍵,輸出250HZ的鋸齒波。用示波器在J6(DAC0)觀測結果,使用串口觀測按鍵信息。
上傳時間: 2014-01-17
上傳用戶:zxc23456789
by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) the text of Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon
標簽: L. published Schwartz Edition
上傳時間: 2014-11-29
上傳用戶:kr770906
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標簽: Implemented following compile command
上傳時間: 2014-01-01
上傳用戶:lhc9102