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

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

測(cè)距系統(tǒng)

  • 用C++編寫的攝影測量后方交匯的程序

    用C++編寫的攝影測量后方交匯的程序,其中的數據是.txt的最上側是精度,之后是像主距,之后是坐標,先是像點坐標,之后是地面點坐標

    標簽: 編寫 攝影測量 程序

    上傳時間: 2014-01-03

    上傳用戶:VRMMO

  • The market for miniature computer programming is exploding. C++ Footprint and Performance Optimizati

    The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training. In the world of C++ programming, all other things being equal, programs that are smaller and faster are better. C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions.

    標簽: Performance programming Optimizati Footprint

    上傳時間: 2013-12-09

    上傳用戶:wfl_yy

  • 簡單的floyd運用 第一行輸入一個整數C。C是測試的情況(0< C <=30).第二行一個正整數N( 0< N <=100),表示道路的總數.緊接N行

    簡單的floyd運用 第一行輸入一個整數C。C是測試的情況(0< C <=30).第二行一個正整數N( 0< N <=100),表示道路的總數.緊接N行,每一行包含兩個字符串, Si,,Ti,和一個整數Di,代表從Si到Ti的距離(0<= Di <=150)。最后一行有兩個字符串,S 和 T,你得找出從S 到 T的最短的距離。地名是不超過120個小寫字符的串(從‘a’到‘z’)。假設這里最多有100條直接連通兩個地方的路。 Output 輸出包含C行,每一行對一種測試情況。對每一種測試情況,輸出包含一個整數,假如S 到 T存在一條最短的路,輸出從S到T的最短距離,否則輸出“-1”. Sample Input 2 2 jiuzhouriver liuchi 89 liuchi liyuan 100 liuchi jiuzhouriver 3 youyongchi fengyuan 100 qinshi meiyuan 100 chaochang supermarkt 100 meiyuan youyongchi Sample Output 89 -1

    標簽: lt floyd 100 整數

    上傳時間: 2016-03-10

    上傳用戶:wyc199288

  • C++讀取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or custom

    C++讀取Excel AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don t do this, some of the UI elements of your application will remain in the language of the operating system.

    標簽: AppWizard indicate custom source

    上傳時間: 2016-03-12

    上傳用戶:cazjing

  • 對c++的介紹

    對c++的介紹,適合初學者。系外文資料。

    標簽:

    上傳時間: 2013-12-26

    上傳用戶:jjj0202

  • 軟件介紹: 編程環境: windows2003 +visual stdio c++ .net Ado + SQL2000 /##################################

    軟件介紹: 編程環境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL設置: 將在SQL2000下建立schooldata數據庫 導入數據文件 導入數據: data目錄下有school_back數據庫備分文件 操作:用SQL企業管理器還原數據庫來導入數據 訪問本地數據庫服務器,密碼是自己設置的那個,操作schooldata數據庫的用戶名和密碼相同 主要用ADO訪問數據庫,和幾個顯示數據的控件Treectrl,listctrl,datagrid等 程序中有幾個BUG還沒解決, 實現功能: 操作:在選擇查詢條件:選擇一個,tree控件里顯示相關信息 可以在tree控件里單擊來顯示每個ITEM,每個ITEM相關信息顯示在LIST控件內 雙擊LIST控件顯示具體信息 也可以在窗口里單擊右鍵或操作菜單具體操作 主要功能: 查詢,添加,刪除,顯示“學院,各系,班級,學生,教師,社團,課程”等信息 //====================================================================== 程序還用了Active Skin 對程序進行了換膚

    標簽: windows visual stdio 2003

    上傳時間: 2013-12-18

    上傳用戶:er1219

  • SAS是功能強大的統計軟體

    SAS是功能強大的統計軟體,其程式碼有8成是用C所開發。此檔案提供豐富的SAS SQL程式碼,可幫助你解決相關的資料問題問題。

    標簽: SAS

    上傳時間: 2014-11-24

    上傳用戶:sevenbestfei

  • Expert C Programming: Deep C Secrets By Peter van der Linden. Have you ever noticed that there are

    Expert C Programming: Deep C Secrets By Peter van der Linden. Have you ever noticed that there are plenty of C books with suggestive names like C Traps and Pitfalls, or The C Puzzle Book, or Obfuscated C and Other Mysteries, but other programming languages don t have books like that? There s a very good reason for this!

    標簽: Programming Secrets noticed Expert

    上傳時間: 2013-12-12

    上傳用戶:wqxstar

  • 實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22

    實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統應具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數據信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對明文文件進行編碼,并存入目標文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對目標文件(哈夫曼碼文件)進行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個字符的哈夫曼編碼。

    標簽: 186 字符 13 64

    上傳時間: 2014-11-23

    上傳用戶:shanml

  • C 語言是1972年由美國的Dennis Ritchie設計發明的, 并首次在UNIX操作系統 的 DEC PDP-11 計算機上使用。 它由早期的編程語言 BCPL( Basic Combind

    C 語言是1972年由美國的Dennis Ritchie設計發明的, 并首次在UNIX操作系統 的 DEC PDP-11 計算機上使用。 它由早期的編程語言 BCPL( Basic Combind Programming Language) 發展演變而來。在1970年, AT&T 貝爾實驗室的 Ken Thompson根據BCPL語言設計出較先進的并取名為 B的語言, 最后導了C 語言的問世。 隨著微型計算機的日益普及, 出現了許多C 語言版本。由于沒有統一的標準, 使得這些C 語言之間出現了一些不一致的地方。為了改變這種情況, 美國國家標準 研究所(ANSI)為C 語言制定了一套ANSI標準, 成為現行的C語言標準。

    標簽: Combind Ritchie Dennis Basic

    上傳時間: 2016-05-20

    上傳用戶:003030

主站蜘蛛池模板: 临桂县| 惠安县| 靖远县| 思南县| 仙居县| 慈利县| 东光县| 东海县| 云南省| 凤阳县| 西丰县| 四子王旗| 容城县| 垦利县| 和顺县| 洪湖市| 尤溪县| 呼玛县| 平武县| 沙坪坝区| 连平县| 绥棱县| 洪泽县| 长垣县| SHOW| 信阳市| 郎溪县| 边坝县| 扎赉特旗| 峡江县| 宝兴县| 大同市| 门头沟区| 宣化县| 那坡县| 巨野县| 加查县| 晋宁县| 通化市| 昭觉县| 泸水县|