公交車語音報站及顯示全部代碼,是用C寫的
上傳時間: 2015-11-26
上傳用戶:xc216
電力系統通訊用iec-104,主站,子站,協調通訊,超時機制
上傳時間: 2013-12-30
上傳用戶:linlin
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
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
標簽: converts Toolbox complex logical
上傳時間: 2016-02-12
上傳用戶:a673761058
基于mc908GR60的LIN通信例程,采用volcano提供的gr60函數庫實現。具有主站和從站雙重功能,可在codewarrior3.1以及以上版本中的項目設置里切換。函數庫可以用于其它gr60的工程
上傳時間: 2016-02-14
上傳用戶:qq521
基于mc908gz60的LIN通信例程,采用volcano提供的gz60函數庫,包含主站通信函數以及從站通信函數。此函數庫可用于其他gz60系統。需用codewarrior3.1或以上版本編譯
上傳時間: 2016-02-14
上傳用戶:84425894
SP聯通短信平臺所有程序,包含主站程序,發送接收,群發,后臺處理,web
上傳時間: 2013-12-26
上傳用戶:jing911003
J2EE高校學籍管理信息系統的設計及實現 本文中的學籍信息管理系統將 Mvc 以ModelViewControl) 模式和J2EE相結合,使界面與業務邏輯徹底分離,在系統架構中各司其職、互不干涉,具有較強的伸縮性、 通用性和可操作性。 文中用統一建模語言UML對系統進行詳細分析,并給出了系統的具體設計, 包括系統結構設計、數據庫 設計、信息安全訪問設計等。 此外,本文還著重描述了系統實現過程中的一些關鍵技術, 包括在系統數據訪問,實 現的 相關技術( 如 數據庫連接池技術) 以 及加密技術等。 系統采用基于J ZE E 多層結構,各項應用均在We b上展開,通過We b方式完成用 戶與系統的交互。瀏覽器層為用戶提供可視化圖形界面 We b服務層響應客戶請求,為 客戶提供所請求的數據 應用服務層進行應用邏輯計算,完成瀏覽器請求的相應的商業 計算和業務數據操作 數據庫層存儲、管理數據信息。采用多層結構的方式使得系統具 有很強的伸縮性、通用性、兼容性和可操作性,每一層能夠專注于特定的角色和功能。 系統的實現中采用J a va 的加密技術完成用戶信息的加密、 認證功能 采用數據庫連接池 技術提高系統的數據庫訪問效率等。
標簽: J2EE ModelViewControl Mvc 管理信息系統
上傳時間: 2016-06-01
上傳用戶:離殤
自適應滑模控制程序,現在自適應控制在航空航天應用的比較多,將滑模控制和自適應控制結合起來,有其他控制方法無法比擬的優勢
上傳時間: 2013-12-01
上傳用戶:sunjet
此程序適用于電力系統中的網關程序,可在PC機上獨立運行,程序通過串口通信(CDT規約)連接設備或系統信息,上層通過TCP103或104與主站通信。程序中包含實時數據保存、轉發、CDT主站規約、TCP103規約(可與許繼通信)、104規約等。
上傳時間: 2016-06-22
上傳用戶:壞壞的華仔