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

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

make-ldpc

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

    標(biāo)簽: Installation Programmer In-System directory

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

    上傳用戶:小儒尼尼奧

  • GNUmake中文PDF手冊(cè)

    GNUmake中文PDF手冊(cè),一本學(xué)習(xí)make很好的資料

    標(biāo)簽: GNUmake

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

    上傳用戶:koulian

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

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

    標(biāo)簽: gtk 目錄

    上傳時(shí)間: 2014-11-22

    上傳用戶:wang0123456789

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

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

    標(biāo)簽: S3C4510 ADS 1.2 模擬

    上傳時(shí)間: 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.

    標(biāo)簽: connection pool applications program

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

    上傳用戶:playboys0

  • 采用ark 3116芯片組的usb轉(zhuǎn)rs232接口線的linux下驅(qū)動(dòng)程序

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

    標(biāo)簽: linux 3116 ark 232

    上傳時(shí)間: 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

    標(biāo)簽: implementation cleanest simplest produce

    上傳時(shí)間: 2015-07-03

    上傳用戶:dengzb84

  • 改寫的U-boot for s3c4510 (注意此源碼是在windows下壓縮了)。 1、支持串口下載

    改寫的U-boot for s3c4510 (注意此源碼是在windows下壓縮了)。 1、支持串口下載,ftp下載。 2、flash操作。 3、總之,u-boot是一個(gè)可移植在多種單片機(jī)上的bootloader。其功能特別強(qiáng)大。 4、本移植針對(duì)s3C4510,flash 1片2M 16位寬度,SDRAM 1片16M 16寬度。網(wǎng)絡(luò)物理層RTL8019。 5、你可以直接windows解壓后,把u-boot.bin燒寫到FLASH的0x0,或放到redhat 9下重新make.

    標(biāo)簽: s3c4510 windows U-boot for

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

    上傳用戶:sqq

  • This a set of notes I put together for my Computer Architecture class in 1990. Students had a proje

    This a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the VHDL-87 version of the language. Not all of the language is covered (about 95%). You may use this booklet for your own personal learning purposes. You may not use it for profit (eg, selling copies of it, using it in a course for which people pay, etc). If you want to make use of it beyond these conditions, contact me and we can come to some arrangement.

    標(biāo)簽: Architecture Computer Students together

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

    上傳用戶:wxhwjf

  • Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d

    Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the command "wmatch".

    標(biāo)簽: hafnian nonnegative the Computes

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

    上傳用戶:lmeeworm

主站蜘蛛池模板: 晋城| 荣成市| 锦屏县| 维西| 西畴县| 绿春县| 门源| 乌审旗| 阿鲁科尔沁旗| 海南省| 大厂| 康乐县| 仁布县| 溧阳市| 客服| 福安市| 枞阳县| 泰和县| 黔东| 姚安县| 深水埗区| 通江县| 慈利县| 怀远县| 杂多县| 海宁市| 玉山县| 迁安市| 台南市| 镇安县| 牟定县| 光山县| 凤凰县| 陕西省| 河曲县| 阳高县| 榆社县| 屯昌县| 湾仔区| 南平市| 寿宁县|