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

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

可移植<b>性</b>

  • 步進(jìn)電機(jī)的驅(qū)動(dòng)程序

    步進(jìn)電機(jī)的驅(qū)動(dòng)程序,可應(yīng)用到MCS51系列單片機(jī),也可移植到其他單片機(jī)

    標(biāo)簽: 步進(jìn)電機(jī) 驅(qū)動(dòng)程序

    上傳時(shí)間: 2015-10-21

    上傳用戶:362279997

  • APR(Apache portable Run-time libraries

    APR(Apache portable Run-time libraries,Apache可移植運(yùn)行庫)的目的如其名稱一樣,主要為上層的應(yīng)用程序提供一個(gè)可以跨越多操作系統(tǒng)平臺(tái)使用的底層支持接口庫。在早期的Apache版本中,應(yīng)用程序本身必須能夠處理各種具體操作系統(tǒng)平臺(tái)的細(xì)節(jié),并針對(duì)不同的平臺(tái)調(diào)用不同的處理函數(shù)。隨著Apache的進(jìn)一步開發(fā), Apache組織決定將這些通用的函數(shù)獨(dú)立出來并發(fā)展成為一個(gè)新的項(xiàng)目。這樣,APR的開發(fā)就從Apache中獨(dú)立出來,Apache僅僅是使用APR而已。

    標(biāo)簽: libraries portable Run-time Apache

    上傳時(shí)間: 2015-10-29

    上傳用戶:qq21508895

  • 本書由知名的C++專家Matthew H.Austern執(zhí)筆

    本書由知名的C++專家Matthew H.Austern執(zhí)筆,引導(dǎo)你進(jìn)入泛型編程思維模型,并將你帶往此一模型的最重要成品:C++ Standard Template Library(STL)。本書揭示STL的奧秘,告訴你STL不僅僅是一組方便運(yùn)用的容器類(container classes)。對(duì)于泛型組件和可交互作用的組件而言,STL是一個(gè)具備擴(kuò)充能力的框架(framework)、 《泛型編程與STL》闡述了泛型編程的中心思想:concepts、modeling、refinement,并為你展示這些思想如何導(dǎo)出STL的基礎(chǔ)概念:iterators、containers、function objects。循此路線,你可以把STL想像為一個(gè)由concepts(而非明確之functions或classes)組成的程序庫:、你將學(xué)習(xí)其正式結(jié)構(gòu)并因此獲得其潛在威力所帶來的完整優(yōu)勢。本書使你能夠: ●以你自己的“可移植組件”及“可交互作用之泛型組件”擴(kuò)充STL; ●產(chǎn)生一些算法,讓它們和它們所處理之型別(types)及數(shù)據(jù)結(jié)構(gòu)徹底劃清界線; ●撰寫更精致、更高效、更有效力的代碼,可跨平臺(tái)重復(fù)使用。

    標(biāo)簽: Matthew Austern

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

    上傳用戶:Avoid98

  • 用于計(jì)算當(dāng)前的CPU負(fù)載

    用于計(jì)算當(dāng)前的CPU負(fù)載,在Vxworks嵌入式系統(tǒng)環(huán)境下寫的,可移植到其他嵌入式系統(tǒng)

    標(biāo)簽: CPU 計(jì)算 負(fù)載

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

    上傳用戶:playboys0

  • 24c01的讀寫程序

    24c01的讀寫程序,稍加改動(dòng)就可移植到自己的程序中,

    標(biāo)簽: 24c01 讀寫程序

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

    上傳用戶:a673761058

  • 快速計(jì)算積分的龍格方法

    快速計(jì)算積分的龍格方法,基于c語言實(shí)現(xiàn) ,可移植

    標(biāo)簽: 計(jì)算 積分

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

    上傳用戶:集美慧

  • posix標(biāo)準(zhǔn)英文,html格式

    posix標(biāo)準(zhǔn)英文,html格式,可移植Unix操作系統(tǒng)接口(Portable Operating System Interface for uniX)

    標(biāo)簽: posix html 標(biāo)準(zhǔn) 英文

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

    上傳用戶:cc1015285075

  • 此軟件是CRC的軟件實(shí)現(xiàn)方法

    此軟件是CRC的軟件實(shí)現(xiàn)方法,包括了CRC8,CRC16,CRC32的全部算法,每一種算法又分速度優(yōu)先與資源優(yōu)先型以及適中型三種算法。全部通過調(diào)試驗(yàn)證,與硬件無關(guān),可移植于任何MCU

    標(biāo)簽: CRC 軟件 實(shí)現(xiàn)方法

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

    上傳用戶:zhliu007

  • 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.

    標(biāo)簽: represented integers group items

    上傳時(shí)間: 2016-01-17

    上傳用戶:jeffery

  • GNU libtool 是一個(gè)通用庫支持腳本

    GNU libtool 是一個(gè)通用庫支持腳本,將使用動(dòng)態(tài)庫的復(fù)雜性隱藏在統(tǒng)一、可移植的接口中。redhat9中系統(tǒng)自帶,但版本太低,該版本是1.5.24

    標(biāo)簽: libtool GNU 腳本

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

    上傳用戶:問題問題

主站蜘蛛池模板: 岢岚县| 扎鲁特旗| 句容市| 台江县| 麦盖提县| 凉城县| 定西市| 广灵县| 金川县| 五原县| 湘西| 盐亭县| 苍南县| 马龙县| 铅山县| 广宗县| 新龙县| 泰和县| 乐昌市| 密云县| 南靖县| 宿州市| 山东| 美姑县| 醴陵市| 麻阳| 修武县| 龙陵县| 乌苏市| 班玛县| 黄梅县| 大荔县| 汤原县| 阆中市| 苗栗市| 敦化市| 垫江县| 平顶山市| 吉水县| 乐昌市| 方山县|