UNIX.Shells.by.Example.4th.Edition.chm and A.Practical.Guide.to.Linux.Commands.Editors.and.Shell.Programming.chm
標(biāo)簽: Practical and Commands Example
上傳時(shí)間: 2016-12-16
上傳用戶:1079836864
H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the ITU-T Video Coding Experts Group, is the latest standard for video coding. The goals of this standardization effort were enhanced compression efficiency, network friendly video representation for interactive (video telephony) and non-interactive applications (broadcast, streaming, storage, video on demand). H.264/AVC provides gains in compression efficiency of up to 50% over a wide range of bit rates and video resolutions compared to previous standards. Compared to previous standards, the decoder complexity is about four times that of MPEG-2 and two times that of MPEG-4 Visual Simple Profile. This paper provides an overview of the new tools, features and complexity of H.264/AVC.
標(biāo)簽: the collaboration between Experts
上傳時(shí)間: 2013-12-30
上傳用戶:dongbaobao
J2ME Polish 游戲引擎為MIDP1.0的設(shè)備提供了完備的MIDP2.0游戲API。在這篇文章中,是從Robert Virkus的 Pro J2ME Polish 摘錄的。你將學(xué)會(huì)通過設(shè)置各種預(yù)處理變量從而優(yōu)化游戲引擎;在MIDP1.0平臺(tái)游戲引擎受限的條件下開發(fā)以及通過使用低級(jí)圖形操作、聲音重放和設(shè)備控制的廠家特殊庫(kù),把MIDP2.0的游戲移植到MIDP1.0的平臺(tái)上。
標(biāo)簽: MIDP Polish J2ME 1.0
上傳時(shí)間: 2013-12-18
上傳用戶:ve3344
"The GRAPHICS GEMS Series" was started in 1990 by Andrew Glassner. The vision and purpose of the Series was - and still is - to provide tips, techniques, and algorithms for graphics programmers. All of the gems are written by programmers who work in the field and are motivated by a common desire to share interesting ideas and tools with their colleagues. Each volume provides a new set of innovative solutions to a variety of programming problems.
標(biāo)簽: The GRAPHICS Glassner started
上傳時(shí)間: 2016-12-18
上傳用戶:firstbyte
gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz
標(biāo)簽: Installtion gcclib kernel Linux
上傳時(shí)間: 2014-03-12
上傳用戶:源碼3
程序代碼使用說明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.pro(Qt),或者更詳細(xì)的說明(第7章)。作為對(duì)比,也可以參考在書中的對(duì)應(yīng)章節(jié)采用直接gcc命令的編譯方法,來學(xué)習(xí)如何編寫Makefile。 (2)Makefile中默認(rèn)情況下采用“CC=gcc”或者“CPP=g++”的設(shè)置,交叉編譯時(shí)請(qǐng)使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設(shè)你使用的是光盤中提供的arm-linux-gcc交叉編譯工具鏈)或類似命令。當(dāng)然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請(qǐng)參考本書第2章:可以利用qmake自動(dòng)生成用于交叉編譯的Makefile。當(dāng)然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環(huán)境中編譯測(cè)試通過
上傳時(shí)間: 2016-12-24
上傳用戶:kikye
程序代碼使用說明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.pro(Qt),或者更詳細(xì)的說明(第7章)。作為對(duì)比,也可以參考在書中的對(duì)應(yīng)章節(jié)采用直接gcc命令的編譯方法,來學(xué)習(xí)如何編寫Makefile。 (2)Makefile中默認(rèn)情況下采用“CC=gcc”或者“CPP=g++”的設(shè)置,交叉編譯時(shí)請(qǐng)使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設(shè)你使用的是光盤中提供的arm-linux-gcc交叉編譯工具鏈)或類似命令。當(dāng)然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請(qǐng)參考本書第2章:可以利用qmake自動(dòng)生成用于交叉編譯的Makefile。當(dāng)然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環(huán)境中編譯測(cè)試通過。
上傳時(shí)間: 2013-12-29
上傳用戶:kristycreasy
程序代碼使用說明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.pro(Qt),或者更詳細(xì)的說明(第7章)。作為對(duì)比,也可以參考在書中的對(duì)應(yīng)章節(jié)采用直接gcc命令的編譯方法,來學(xué)習(xí)如何編寫Makefile。 (2)Makefile中默認(rèn)情況下采用“CC=gcc”或者“CPP=g++”的設(shè)置,交叉編譯時(shí)請(qǐng)使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設(shè)你使用的是光盤中提供的arm-linux-gcc交叉編譯工具鏈)或類似命令。當(dāng)然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請(qǐng)參考本書第2章:可以利用qmake自動(dòng)生成用于交叉編譯的Makefile。當(dāng)然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環(huán)境中編譯測(cè)試通過。
上傳時(shí)間: 2013-12-14
上傳用戶:從此走出陰霾
程序代碼使用說明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.pro(Qt),或者更詳細(xì)的說明(第7章)。作為對(duì)比,也可以參考在書中的對(duì)應(yīng)章節(jié)采用直接gcc命令的編譯方法,來學(xué)習(xí)如何編寫Makefile。 (2)Makefile中默認(rèn)情況下采用“CC=gcc”或者“CPP=g++”的設(shè)置,交叉編譯時(shí)請(qǐng)使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設(shè)你使用的是光盤中提供的arm-linux-gcc交叉編譯工具鏈)或類似命令。當(dāng)然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請(qǐng)參考本書第2章:可以利用qmake自動(dòng)生成用于交叉編譯的Makefile。當(dāng)然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環(huán)境中編譯測(cè)試通過。
上傳時(shí)間: 2016-12-24
上傳用戶:lgnf
程序代碼使用說明: (1)所有源代碼目錄下都提供了Makefile(非Qt),或者.pro(Qt),或者更詳細(xì)的說明(第7章)。作為對(duì)比,也可以參考在書中的對(duì)應(yīng)章節(jié)采用直接gcc命令的編譯方法,來學(xué)習(xí)如何編寫Makefile。 (2)Makefile中默認(rèn)情況下采用“CC=gcc”或者“CPP=g++”的設(shè)置,交叉編譯時(shí)請(qǐng)使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假設(shè)你使用的是光盤中提供的arm-linux-gcc交叉編譯工具鏈)或類似命令。當(dāng)然,也可以修改這些Makefile。 (3)Qt程序的交叉編譯請(qǐng)參考本書第2章:可以利用qmake自動(dòng)生成用于交叉編譯的Makefile。當(dāng)然,也可以采用(2)的方法,或者直接修改Makefile。 (4)所有代碼都在Redhat9和gcc3.4.1/arm-linux-gcc3.4.1/Qtopia-core-4.3.0的環(huán)境中編譯測(cè)試通過。
上傳時(shí)間: 2013-12-13
上傳用戶:skhlm
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1