The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code makeFile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. 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.)
標簽: ptfsf following the contains
上傳時間: 2013-11-28
上傳用戶:風之驕子
本次實驗使用 Redhat linux 9.0 操作系統環境安裝 uCLinux 的開發庫及編譯器。新建一 個目錄,編寫 hello.c 和 makeFile 文件。學習在 linux 下的編程和編譯過程,以及 ARM 開發板的使用和開發環境的設置。下載已經編譯好的文件到嵌入式控制器中運行。
上傳時間: 2013-12-13
上傳用戶:qiaoyue
gameboy游戲模擬器,COMMON.H CONV.C DASM.C DEBUG.C FILE_ID.DIZ FMFREQS.C FMFREQS.H GB.C GB.H GBLIST.C HELP.H IBMADLIB.C IBMASM.S IBMGIF.C IBMMSDOS.C IBMMSDOS.H IBMSB.C IBMSTACK.C KEYS.C LISTALL.C makeFile TABLES.H TESTALL.C VGB-DOS.GIF VGB-DOS.TXT VGB.C Z80.C Z80.H
標簽: FMFREQS gameboy FILE_ID COMMON
上傳時間: 2015-05-27
上傳用戶:GavinNeko
c語言編譯器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c makeFile README stab.def stab.h stdarg.h stdbool.h stddef.h tcc-doc.html tcc-doc.texi tcc.1 tcc.c tccasm.c tcccoff.c tccelf.c tcclib.h tccpe.c tcctest.c tcctok.h texi2pod.pl tiny_impdef.c TODO varargs.h VERSION
標簽: Changelog boundtest configure arm-gen
上傳時間: 2014-01-16
上傳用戶:拔絲土豆
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
上傳用戶:小儒尼尼奧
linux得一些常用命令,以及linux環境下的c編程,makeFile得編寫,系統內核分析
上傳時間: 2015-06-15
上傳用戶:wangzhen1990
Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開) "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用makeFile) 其它工具與原始碼下載 驅動程式模組
標簽: Jollen-Kit 2006
上傳時間: 2015-06-16
上傳用戶:xz85592677
在AVR單片機的控制下,通過WinAVR編譯器和makeFile的編寫,在一個數碼管上實時輸出鍵盤輸入的字符,當在鍵盤上按下某一個鍵時,在數碼管上顯示該鍵的值。如按下1時數碼管顯示1,按下F時數碼管顯示F。
上傳時間: 2013-12-24
上傳用戶:1109003457
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。
上傳時間: 2013-12-03
上傳用戶:lanwei
uClinux環境下MinuGUI的應用實例及簡單介紹,列外還有makeFile文件,可在linux環境下編譯運行。
上傳時間: 2015-06-29
上傳用戶:wangdean1101