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

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

Multiple-Output

  • This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose

    This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first address where the memtest fails.

    標簽: directory the contains firmware

    上傳時間: 2013-12-16

    上傳用戶:gdgzhym

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

  • EPS_Java Projec is JAVA program can display charts, and handle waypoints, track, and routes. It read

    EPS_Java Projec is JAVA program can display charts, and handle waypoints, track, and routes. It reads output from the gpstrans program. gpstrans can communicate with Garmin GPS navigators.

    標簽: and waypoints EPS_Java display

    上傳時間: 2016-01-22

    上傳用戶:2404

  • This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS

    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.

    標簽: code implementing directory algorithm

    上傳時間: 2014-01-15

    上傳用戶:woshini123456

  • ucos的WINDOWS版!通過官方的移植版制作

    ucos的WINDOWS版!通過官方的移植版制作,重新創建了VC工程,使用WIN32界面而不是原版的控制臺窗口,可以很方便的在上面移植UCGUI,只要修改底層繪圖函數即可!并且程序中可以輸出調試信息到OUTPUT窗口,可以很方便地進行模擬開發。

    標簽: WINDOWS ucos 移植

    上傳時間: 2014-01-16

    上傳用戶:czl10052678

  • 簡單C編譯器生成的目標代碼是8086的匯編代碼(16位)

    簡單C編譯器生成的目標代碼是8086的匯編代碼(16位),可以在一般的PC上被像MASM之類的匯編編譯程序編譯,生成可執行文件后,在DOS或Windows控制臺下運行。 實現的語言定義如下: 語言類似于tiny語言,不支持過程調用,也就是只有一個main函數,無其他函數和全局變量 基本語句:注釋語句(/*…*/),輸入語句(int input(void) ),輸出語句(void output(int) ),賦值語句。這里的輸入輸出語句實際上類似于函數調用,可以看作是本語言內部的函數 算術運算符:+、—、*、/ 數據類型:整數.

    標簽: 8086 C編譯器 代碼 匯編代碼

    上傳時間: 2016-02-06

    上傳用戶:bakdesec

  • Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, refer

    Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple inheritance. The entire effort is woven in a fabric that includes Eckel’s own philosophy of object and program design. A must for every C++ developer’s bookshelf, Thinking in C++ is the one C++ book you must have if you’re doing serious development with C++.

    標簽: methodically and patiently Thinking

    上傳時間: 2014-01-03

    上傳用戶:it男一枚

  • 詞典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Description 你旅游到了一個國

    詞典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Description 你旅游到了一個國外的城市。那里的人們說的外國語言你不能理解。不過幸運的是,你有一本詞典可以幫助你。 Input 首先輸入一個詞典,詞典中包含不超過100000個詞條,每個詞條占據一行。每一個詞條包括一個英文單詞和一個外語單詞,兩個單詞之間用一個空格隔開。而且在詞典中不會有某個外語單詞出現超過兩次。詞典之后是一個空行,然后給出一個由外語單詞組成的文檔,文檔不超過100000行,而且每行只包括一個外語單詞。輸入中出現單詞只包括小寫字母,而且長度不會超過10。 Output 在輸出中,你需要把輸入文檔翻譯成英文,每行輸出一個英文單詞。如果某個外語單詞不在詞典中,就把這個單詞翻譯成“eh”。 Sample Input dog ogday cat atcay pig igpay froot ootfray loops oopslay atcay ittenkay oopslay Sample Output cat eh loops Hint 輸入比較大,推薦使用C語言的I / O函數。

    標簽: Limit Description Accepted 65536K

    上傳時間: 2016-02-22

    上傳用戶:fandeshun

  • 這是VC的例子WriteAVI的代碼

    這是VC的例子WriteAVI的代碼,創建文件output.avi,說明如何生成avi文件的例子。

    標簽: WriteAVI 代碼

    上傳時間: 2016-02-23

    上傳用戶:時代電子小智

  • AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from

    AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from multiple types of media. AutoBoot provides a simple, fast, and functional means of loading an OS image while maintaining a small Flash memory footprint. This binary release contains a stand-alone version of AutoBoot for the DbAu1200 development board, designed to replace the YAMON boot loader.

    標簽: automatically AutoBoot executes generic

    上傳時間: 2014-01-14

    上傳用戶:海陸空653

主站蜘蛛池模板: 宣恩县| 丰县| 安平县| 禄丰县| 信丰县| 阳高县| 望城县| 同心县| 名山县| 大洼县| 伊宁县| 麦盖提县| 阳原县| 宜川县| 石台县| 大安市| 大邑县| 南丰县| 城固县| 榆树市| 竹溪县| 大化| 芮城县| 北京市| 康保县| 屏东县| 深州市| 巴林右旗| 修水县| 土默特左旗| 高雄市| 马关县| 平果县| 海盐县| 新源县| 福州市| 内黄县| 阜平县| 黄冈市| 波密县| 东平县|