該驅動的編譯,需要linux內核源代碼的支持。驅動編譯默認指向的源代碼路徑為/usr/src/linux,如果您的linux源代碼沒有安裝,請務必安裝。如果您的內核源代碼的路徑不是/usr/src/linux,可以建立一個符號鏈接ln –s /usr/src/linux-x.xx.xx /usr/src/linux在驅動源代碼路徑下執行 make 命令,生成驅動的目標文件 can9880.o在/dev目錄下建立can相應的設備文件,使用主設備號254mknod can98801 c 254 0
上傳時間: 2014-01-21
上傳用戶:牛布牛
基于matlab的mp3的讀寫函數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.
標簽: Departament University Fernandez Alfredo
上傳時間: 2014-12-02
上傳用戶:開懷常笑
將.rar去掉后用bin方式傳到sco unix上解包。 需要在sco unix 5.0.5以上,informix7.0以上環境運行。在其它環境運行需要重新make.
上傳時間: 2013-12-20
上傳用戶:z754970244
small rtos for avr small rtos 使用了動態堆棧 想無需任何改動就可以編譯這個程序,就必須安裝winavr20050214和uv2,先點擊uv2的工程文件打開這個工程然后在Tools---->Customize Tools Menu...嵌入gcc編譯命令make all和make clean即可立即編譯。編譯后可以使用avr studio進行代碼級仿真
上傳時間: 2013-12-10
上傳用戶:moerwang
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.
標簽: two-dimensional computational polarization non-zero
上傳時間: 2013-12-13
上傳用戶:cylnpy
VC技術內幕第五版_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++.
標簽: Microsoft continued Internet English
上傳時間: 2013-12-08
上傳用戶:lepoke
gcj java applet的web browser 插件,可替代jre 安裝步驟: ./configure make make install
上傳時間: 2014-12-02
上傳用戶:redmoons
嵌入式LINUX下的中斷程序例子,包含MAKEFILE,可MAKE使用參考
上傳時間: 2015-04-11
上傳用戶:陽光少年2016
數據結構中關于十字鏈表的實現,十字鏈表可以很好的對稀疏矩陣進行效率很高的存儲和計算。比如在通信糾錯編碼的ldpc編譯碼中就要用到這種數據結構
標簽: 數據結構
上傳時間: 2014-01-12
上傳用戶:Pzj
CBC下寫的串口編程,API函數實例 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.
上傳時間: 2014-06-20
上傳用戶:cccole0605