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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

MiniGui-STR

  • Linux 2.6內(nèi)核下

    Linux 2.6內(nèi)核下,3.5 TFT液晶屏顯示驅(qū)動(dòng),F(xiàn)rameBuffer模式,支持Framebuffer Console,支持MicroWidows,MiniGui

    標(biāo)簽: Linux 2.6 內(nèi)核

    上傳時(shí)間: 2016-02-21

    上傳用戶:qq521

  • smartarm2200開(kāi)發(fā)板上做的一個(gè)程序

    smartarm2200開(kāi)發(fā)板上做的一個(gè)程序,對(duì)初學(xué)者會(huì)有幫助的,MINIGUI

    標(biāo)簽: smartarm 2200 開(kāi)發(fā)板 程序

    上傳時(shí)間: 2014-01-06

    上傳用戶:qweqweqwe

  • (1)myfind <pathname> 的功能: 除了具有與程序4-7相同的功能外

    (1)myfind <pathname> 的功能: 除了具有與程序4-7相同的功能外,還要輸出在<pathname>目錄子樹(shù)之下,文件長(zhǎng)度不大于4096字節(jié)的常規(guī)文件,在所有允許訪問(wèn)的普通文件中所占的百分比。程序不允許打印出任何路徑名。 (2)myfind <pathname> -comp <filename>的功能: <filename>是常規(guī)文件的路徑名(非目錄名,但是其路徑可以包含目錄)。命令僅僅輸出在<pathname>目錄子樹(shù)之下,所有與<filename>文件內(nèi)容一致的文件的絕對(duì)路徑名。不允許輸出任何其它的路徑名,包括不可訪問(wèn)的路徑名。 (3)myfind <pathname> -name <str>…的功能: <str>…是一個(gè)以空格分隔的文件名序列(不帶路徑)。命令輸出在<pathname>目錄子樹(shù)之下,所有與<str>…序列中文件名相同的文件的絕對(duì)路徑名。不允許輸出不可訪問(wèn)的或無(wú)關(guān)的路徑名。 <pathname>和<filename>均既可以是絕對(duì)路徑名,也可以是相對(duì)路徑名。<pathname>既可以是目錄,也可以是文件,此時(shí),目錄為當(dāng)前工作目錄。

    標(biāo)簽: pathname myfind lt gt

    上傳時(shí)間: 2014-01-26

    上傳用戶:aappkkee

  • This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es

    This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized, see especially strtok,strstr,str[c]spn. They should work, but are not very easy to understand. Everything is done entirely within the register set, making the functions fast and clean.

    標(biāo)簽: functions string-include defines assumes

    上傳時(shí)間: 2014-01-09

    上傳用戶:tedo811

  • 這是一本關(guān)于初學(xué)者如何使用linux平臺(tái)下開(kāi)發(fā)GUI的教程

    這是一本關(guān)于初學(xué)者如何使用linux平臺(tái)下開(kāi)發(fā)GUI的教程,國(guó)產(chǎn)的minigui開(kāi)發(fā)手冊(cè)

    標(biāo)簽: linux GUI 初學(xué)者 如何使用

    上傳時(shí)間: 2014-01-08

    上傳用戶:wanqunsheng

  • 嵌入式拼音輸入法(T9拼音)

    嵌入式拼音輸入法(T9拼音),基于周立功smartARM2200開(kāi)發(fā)板,操作系統(tǒng)用的是uc/os,圖形界面是MiniGUI,是我的一個(gè)課程設(shè)計(jì)

    標(biāo)簽: 嵌入式 拼音輸入法

    上傳時(shí)間: 2013-12-10

    上傳用戶:ddddddos

  • 在linux開(kāi)發(fā)環(huán)境下

    在linux開(kāi)發(fā)環(huán)境下,采用minigui編寫的帶有bmp圖形背景的控制界面!

    標(biāo)簽: linux 開(kāi)發(fā)環(huán)境

    上傳時(shí)間: 2013-12-29

    上傳用戶:nairui21

  • This demonstration illustrates the application of adaptive filters to signal separation using a str

    This demonstration illustrates the application of adaptive filters to signal separation using a structure called an adaptive line enhancer (ALE). In adaptive line enhancement, a measured signal x(n) contains two signals, an unknown signal of interest v(n), and a nearly-periodic noise signal eta(n). The goal is to remove the noise signal from the measured signal to obtain the signal of interest.

    標(biāo)簽: demonstration application illustrates separation

    上傳時(shí)間: 2014-09-08

    上傳用戶:2525775

  • Linux 這樣的類 UNIX 操作系統(tǒng)相比

    Linux 這樣的類 UNIX 操作系統(tǒng)相比,一般意義上的傳統(tǒng)嵌入式操作系統(tǒng)具有一些 特殊性。舉例而言,諸如 uClinux、uC/OS-II、eCos 等操作系統(tǒng),通常運(yùn)行在沒(méi)有 MMU(內(nèi)存管理 單元,用于提供虛擬內(nèi)存支持)的 CPU 上;這時(shí),往往就沒(méi)有進(jìn)程的概念,而只有線程或者任務(wù)的 概念,這樣,MiniGUI 的運(yùn)行環(huán)境也就大相徑庭。因此,為了適合不同的操作系統(tǒng)環(huán)境,我們可將 MiniGUI 配置成三種不同的運(yùn)行模式:

    標(biāo)簽: Linux UNIX 操作系統(tǒng)

    上傳時(shí)間: 2013-12-20

    上傳用戶:ecooo

  • 是一本很好的書

    是一本很好的書,是關(guān)于MINIGUI的,很適合初學(xué)者@

    標(biāo)簽:

    上傳時(shí)間: 2016-07-30

    上傳用戶:woshiayin

主站蜘蛛池模板: 二连浩特市| 永福县| 肃宁县| 峨眉山市| 化隆| 临江市| 宁远县| 开阳县| 深州市| 巴塘县| 镇康县| 老河口市| 桐庐县| 文登市| 红桥区| 乡城县| 朝阳市| 松阳县| 通山县| 化德县| 石泉县| 延庆县| 龙门县| 仁化县| 澄迈县| 淮安市| 泾川县| 巴楚县| 五指山市| 柘荣县| 于都县| 茂名市| 衡阳县| 宜良县| 托克逊县| 拜城县| 桂东县| 中超| 德安县| 张北县| 四川省|