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

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

make-ldpc

  • 該驅(qū)動的編譯

    該驅(qū)動的編譯,需要linux內(nèi)核源代碼的支持。驅(qū)動編譯默認(rèn)指向的源代碼路徑為/usr/src/linux,如果您的linux源代碼沒有安裝,請務(wù)必安裝。如果您的內(nèi)核源代碼的路徑不是/usr/src/linux,可以建立一個符號鏈接ln –s /usr/src/linux-x.xx.xx /usr/src/linux在驅(qū)動源代碼路徑下執(zhí)行 make 命令,生成驅(qū)動的目標(biāo)文件 can9880.o在/dev目錄下建立can相應(yīng)的設(shè)備文件,使用主設(shè)備號254mknod can98801 c 254 0

    標(biāo)簽: 驅(qū)動 編譯

    上傳時間: 2014-01-21

    上傳用戶:牛布牛

  • 基于matlab的mp3的讀寫函數(shù)Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of

    基于matlab的mp3的讀寫函數(shù)Mp3 toolbox for Matlab. Alfredo Fernandez Franco Aalborg University Departament of Acoustics M.Sc. Student aberserk@yahoo.com Includes 2 functions to write and read MP3 files. It works like the commands WAVWRITE and WAVREAD. 1.- Just unpack in the toolbox folder under the MATLAB directory. 2.- Set the MATLAB search path to include that folder. This version was made in MATLAB for WINDOWS only. I ll probably will make the UNIX version later. 01-11-2004.

    標(biāo)簽: Departament University Fernandez Alfredo

    上傳時間: 2014-12-02

    上傳用戶:開懷常笑

  • 將.rar去掉后用bin方式傳到sco unix上解包。 需要在sco unix 5.0.5以上

    將.rar去掉后用bin方式傳到sco unix上解包。 需要在sco unix 5.0.5以上,informix7.0以上環(huán)境運(yùn)行。在其它環(huán)境運(yùn)行需要重新make.

    標(biāo)簽: unix sco bin

    上傳時間: 2013-12-20

    上傳用戶:z754970244

  • small rtos for avr small rtos 使用了動態(tài)堆棧 想無需任何改動就可以編譯這個程序

    small rtos for avr small rtos 使用了動態(tài)堆棧 想無需任何改動就可以編譯這個程序,就必須安裝winavr20050214和uv2,先點(diǎn)擊uv2的工程文件打開這個工程然后在Tools---->Customize Tools Menu...嵌入gcc編譯命令make all和make clean即可立即編譯。編譯后可以使用avr studio進(jìn)行代碼級仿真

    標(biāo)簽: small rtos for avr

    上傳時間: 2013-12-10

    上傳用戶:moerwang

  • The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field

    The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.

    標(biāo)簽: two-dimensional computational polarization non-zero

    上傳時間: 2013-12-13

    上傳用戶:cylnpy

  • VC技術(shù)內(nèi)幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet techno

    VC技術(shù)內(nèi)幕第五版_English.The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    標(biāo)簽: Microsoft continued Internet English

    上傳時間: 2013-12-08

    上傳用戶:lepoke

  • gcj java applet的web browser 插件

    gcj java applet的web browser 插件,可替代jre 安裝步驟: ./configure make make install

    標(biāo)簽: browser applet java gcj

    上傳時間: 2014-12-02

    上傳用戶:redmoons

  • 嵌入式LINUX下的中斷程序例子

    嵌入式LINUX下的中斷程序例子,包含MAKEFILE,可MAKE使用參考

    標(biāo)簽: LINUX 嵌入式 中斷程序

    上傳時間: 2015-04-11

    上傳用戶:陽光少年2016

  • 數(shù)據(jù)結(jié)構(gòu)中關(guān)于十字鏈表的實(shí)現(xiàn)

    數(shù)據(jù)結(jié)構(gòu)中關(guān)于十字鏈表的實(shí)現(xiàn),十字鏈表可以很好的對稀疏矩陣進(jìn)行效率很高的存儲和計(jì)算。比如在通信糾錯編碼的ldpc編譯碼中就要用到這種數(shù)據(jù)結(jié)構(gòu)

    標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu)

    上傳時間: 2014-01-12

    上傳用戶:Pzj

  • CBC下寫的串口編程

    CBC下寫的串口編程,API函數(shù)實(shí)例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.

    標(biāo)簽: CBC 串口編程

    上傳時間: 2014-06-20

    上傳用戶:cccole0605

主站蜘蛛池模板: 旬阳县| 龙州县| 扶余县| 麦盖提县| 龙泉市| 永泰县| 铜梁县| 绍兴市| 大埔区| 碌曲县| 泸西县| 巍山| 互助| 阿巴嘎旗| 东山县| 合作市| 泸州市| 会昌县| 泾川县| 嘉定区| 汉阴县| 岗巴县| 庐江县| 峨眉山市| 黔南| 福泉市| 普定县| 青海省| 大同县| 泸西县| 苏尼特左旗| 沁阳市| 垫江县| 临沂市| 洪泽县| 隆尧县| 郎溪县| 富川| 鄂托克旗| 涿鹿县| 阳山县|