虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

include

include是一个计算机专业术语,一指C/C++中包含头文件命令,用于将指定头文件嵌入源文件中。二指include指令,在JSP中包含一个静态的文件,同时解析这个文件中的JSP语句。三指PHP语句。
  • The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

    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

    上传用户:风之骄子

  • This document describes the MPI and MPI standards They are both extensions to the MPI st

    This document describes the MPI and MPI standards They are both extensions to the MPI standard The MPI part of the document contains clarications and corrections to the MPI standard and denes MPI The MPI part of the document describes additions to the MPI standard and denes MPI These include miscellaneous topics process creation and management onesided communications extended collective operations external interfaces IO and additional language bindings

    标签: MPI extensions describes the

    上传时间: 2015-05-15

    上传用户:CHENKAI

  • MAX7221的单片机接口程序

    MAX7221的单片机接口程序,可以直接include到你的工程使用

    标签: 7221 MAX 单片机 接口程序

    上传时间: 2015-05-21

    上传用户:偷心的海盗

  • Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is

    Details for How to develop an OAL .Step-by-step to develop an OAL. An OEM adaptation layer (OAL) is a layer of code between the Windows CE kernel and the hardware of your target device. You develop an OAL to communicate data between your operating system (OS) and your target device and include code to handle interrupts, timers, and so on.

    标签: develop OAL Step-by-step adaptation

    上传时间: 2014-01-07

    上传用户:songnanhua

  • 这是一个简单的编辑器雏形

    这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses

    标签: 编辑器

    上传时间: 2014-01-13

    上传用户:yyyyyyyyyy

  • 用于TM1300/PNX1300系列DSP(主要用于视频处理)的所用到的头文件

    用于TM1300/PNX1300系列DSP(主要用于视频处理)的所用到的头文件,include文件夹。

    标签: 1300 PNX DSP TM

    上传时间: 2015-06-04

    上传用户:helmos

  • 请将 basedzfb.asp和mdb5复制到同一目录, 记事本打开basedzfb.asp修改商户支付宝账户t2和安全校验码t3即可

    请将 basedzfb.asp和mdb5复制到同一目录, 记事本打开basedzfb.asp修改商户支付宝账户t2和安全校验码t3即可, 安全校验码,登陆支付宝后在商家工具中获得校验码。 调用支付宝接口URL:<%=itemURL%>。请在调用接口URL文件中加入<!--#include file="basedzfb.asp"-->即可。

    标签: basedzfb asp mdb5 目录

    上传时间: 2014-01-01

    上传用户:362279997

  • 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

    上传用户:小儒尼尼奥

  • 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

  • Windows下读写硬件的工具. RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driv

    Windows下读写硬件的工具. RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually.

    标签: engineers firmware hardware Windows

    上传时间: 2015-07-01

    上传用户:xc216