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

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

make

  • 自己編寫的ARM處理器的指令集仿真

    自己編寫的ARM處理器的指令集仿真,其中包含測試程序。執行其中的make就可以了

    標簽: ARM 編寫 處理器 仿真

    上傳時間: 2015-06-04

    上傳用戶:sy_jiadeyi

  • linux gc編寫的蟻群算法程序 首先tar xzfv 解壓縮 進入目錄后

    linux gc編寫的蟻群算法程序 首先tar xzfv 解壓縮 進入目錄后,./confiure 然后make

    標簽: linux xzfv tar 編寫

    上傳時間: 2015-06-09

    上傳用戶:shizhanincc

  • Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the r

    Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pl>

    標簽: converter the playable SunPlus

    上傳時間: 2013-12-30

    上傳用戶:1079836864

  • Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not

    Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the makefile to remove support for direct I/O port access (that may be necessary on non-PC architectures). Parallel port access should still work if you have the Linux ppdev driver (patch for 2.2.17 is in the kernel directory, ppdev is standard in 2.4 kernels). Please lobby Alan Cox to include this tiny little driver in 2.2.x too :). To make it type: make and to install it: make install If you have any further doubts, please consult UISP s homepage: http://www.nongnu.org/uisp/

    標簽: Installation Programmer In-System directory

    上傳時間: 2013-12-23

    上傳用戶:小儒尼尼奧

  • GNUmake中文PDF手冊

    GNUmake中文PDF手冊,一本學習make很好的資料

    標簽: GNUmake

    上傳時間: 2014-01-16

    上傳用戶:koulian

  • 華容道gtk版 將壓縮包在任一目錄下解開

    華容道gtk版 將壓縮包在任一目錄下解開,直接運行./hrd或先運行make生成與你的系統相適應的可執行文件,然后再執行./hrd。 本軟件暫時只精選了四種布陣法,并且只演示前兩關的最優解法。只提供一套默認皮膚,沒有加入人物肖像。

    標簽: gtk 目錄

    上傳時間: 2014-11-22

    上傳用戶:wang0123456789

  • S3C4510模擬器及實例源碼 安裝ADS1.2之后

    S3C4510模擬器及實例源碼 安裝ADS1.2之后,再安裝模擬器。模擬器安裝路徑必須選擇到ADS的bin目錄,所以必須先安裝ADS。安裝模擬器時請仔細閱讀提示文字。 模擬器安裝完成后,會在桌面建立快捷圖標S3C4510B_Board,運行這個快捷圖標可以看到開發板的圖形,在AXD啟動后將可以在S3C4510B_Board上面看到效果。 模擬器安裝完成后,還會建立文件夾 C:\ArmEmulate,桌面快捷圖標S3C4510B_Board 就是指向這里。這個文件夾下有5個子文件夾,分別是: 1. C:\ArmEmulate\GPIO\ , 這個文件夾里是GPIO的程序例子。 2. C:\ArmEmulate\Include, 這個文件夾里只有一個頭文件S3C4510B.h,包含S3C4510B寄存器的定義。 3. C:\ArmEmulate\make, 這個文件夾里是gnu 的make工具包,所有的程序都是用makefile管理的,沒有工程文件。 4. C:\ArmEmulate\TIMER,這個文件夾里是TIMER的程序例子。 5. C:\ArmEmulate\UCOSIITest,這個文件夾里是UCOSII的程序例子,如果想了解UCOS的運行過程,可以使用這個例子單步運行,查看程序流程和內存,變量。 在程序例子文件夾中還有一個ads12.bat批處理文件,用于使用makefile時設置臨時環境變量。 具體使用過程,請看C:\ArmEmulate\Readme.txt。

    標簽: S3C4510 ADS 1.2 模擬

    上傳時間: 2013-12-03

    上傳用戶:lanwei

  • Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP

    Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.

    標簽: connection pool applications program

    上傳時間: 2013-12-25

    上傳用戶:playboys0

  • 采用ark 3116芯片組的usb轉rs232接口線的linux下驅動程序

    采用ark 3116芯片組的usb轉rs232接口線的linux下驅動程序,要求linux內核是2.6版本,用壓縮包中的makefile直接make make install即生成.o后綴的elf驅動程序,用insmod按裝

    標簽: linux 3116 ark 232

    上傳時間: 2014-01-02

    上傳用戶:wangzhen1990

  • The J2000 codec was written in an effort to produce the cleanest and simplest implementation possibl

    The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible. The source code for the codec is freely available for anyone to study or even for use in commercial programs. We hope that our open development process and our focus on clean, straightforward code will help make the J2000 codec become a reference implementation of the JPEG-2000 standard

    標簽: implementation cleanest simplest produce

    上傳時間: 2015-07-03

    上傳用戶:dengzb84

主站蜘蛛池模板: 健康| 旺苍县| 裕民县| 丽江市| 澎湖县| 搜索| 历史| 蓝田县| 墨竹工卡县| 汕头市| 射阳县| 瓦房店市| 治多县| 天峻县| 湘潭市| 龙泉市| 孙吴县| 哈巴河县| 罗田县| 新竹市| 宝清县| 特克斯县| 三河市| 承德市| 桦南县| 丹东市| 阜南县| 杂多县| 古浪县| 灌阳县| 望奎县| 玛沁县| 南雄市| 关岭| 磴口县| 都匀市| 仙游县| 株洲县| 金坛市| 樟树市| 渝中区|