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

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

Arm-<b>GCC</b>

  • 在linux環境下

    在linux環境下,對mapinfo格式地圖操作(包括讀、寫等)的庫文件以及源代碼,用arm-linux-gcc編譯過的。我就是用它完成了我們學校地圖的顯示及一些操作功能,平臺是三星的s3c2410.

    標簽: linux 環境

    上傳時間: 2013-12-17

    上傳用戶:hn891122

  • 一:需求分析 1. 問題描述 魔王總是使用自己的一種非常精練而抽象的語言講話,沒人能聽懂,但他的語言是可逐步解釋成人能聽懂的語言,因為他的語言是由以下兩種形式的規則由人的語言逐步抽象上去的: -

    一:需求分析 1. 問題描述 魔王總是使用自己的一種非常精練而抽象的語言講話,沒人能聽懂,但他的語言是可逐步解釋成人能聽懂的語言,因為他的語言是由以下兩種形式的規則由人的語言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在這兩種形式中,從左到右均表示解釋.試寫一個魔王語言的解釋系統,把 他的話解釋成人能聽得懂的話. 2. 基本要求: 用下述兩條具體規則和上述規則形式(2)實現.設大寫字母表示魔王語言的詞匯 小寫字母表示人的語言的詞匯 希臘字母表示可以用大寫字母或小寫字母代換的變量.魔王語言可含人的詞匯. (1) B --> tAdA (2) A --> sae 3. 測試數據: B(ehnxgz)B 解釋成 tsaedsaeezegexenehetsaedsae若將小寫字母與漢字建立下表所示的對應關系,則魔王說的話是:"天上一只鵝地上一只鵝鵝追鵝趕鵝下鵝蛋鵝恨鵝天上一只鵝地上一只鵝". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鵝 | 追 | 趕 | 下 | 蛋 | 恨 |

    標簽: 語言 抽象

    上傳時間: 2014-12-02

    上傳用戶:jkhjkh1982

  • 這是一個MINITGUI2。0的應用程序

    這是一個MINITGUI2。0的應用程序,包內有MAKEFILE,可以用ARM-LINUX-GCC直接編譯并且運行在LINUX嵌入式系統中,

    標簽: MINITGUI2 應用程序

    上傳時間: 2015-11-16

    上傳用戶:Ants

  • moto e2的實時系統概況的源碼

    moto e2的實時系統概況的源碼,使用了qt界面,可以顯示當前cpu、內存、和數據狀態,使用arm-linux-gcc編譯,并且要搭建相應的qt環境

    標簽: moto 實時系統 源碼

    上傳時間: 2014-01-11

    上傳用戶:xjz632

  • 該壓縮包里面含兩個源碼

    該壓縮包里面含兩個源碼,一個是LED流水燈實驗,一個是按鍵控制源碼。里面都包括驅動程序和相應的應用程序,開發平臺為arm-linux-gcc,所用ARM板為ST2410.

    標簽: 源碼

    上傳時間: 2013-12-19

    上傳用戶:牧羊人8920

  • 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

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    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

  • moto e2鍵盤軟鎖第三版

    moto e2鍵盤軟鎖第三版,使用moto e2 sdk 和 arm-linux-gcc編譯

    標簽: moto 鍵盤

    上傳時間: 2016-04-03

    上傳用戶:gdgzhym

  • Linux下的tree命令

    Linux下的tree命令,同window,功能更強大! 1、下載tree-1.5.1.1源程序 2、解壓源碼到工作目錄tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目錄交叉編譯:make CC=arm-linux-gcc 4、安裝:make prefix=/home/xxxx/rootfs install Ubuntu下 直接 apt-get install tree 即可安裝最新的tr

    標簽: Linux tree 命令

    上傳時間: 2016-09-27

    上傳用戶:wangzhen1990

  • 從busybox提取的ftp客戶端程序

    從busybox提取的ftp客戶端程序,main函數是測試函數。用arm-linux-gcc ftpClient.c -o main編譯后即可運行。

    標簽: busybox ftp 程序

    上傳時間: 2016-11-13

    上傳用戶:plsee

主站蜘蛛池模板: 民县| 勃利县| 东乡族自治县| 额尔古纳市| 墨玉县| 佛教| 黎城县| 社旗县| 鄂托克旗| 遵义县| 禹城市| 宽城| 衡南县| 东丽区| 青川县| 从化市| 湖南省| 鄂尔多斯市| 文昌市| 龙州县| 什邡市| 茌平县| 大丰市| 旅游| 浏阳市| 包头市| 平乐县| 陈巴尔虎旗| 滕州市| 毕节市| 佛学| 且末县| 建始县| 贵州省| 林周县| 剑川县| 当雄县| 化德县| 玛纳斯县| 牟定县| 积石山|