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

include

include是一个计算机专业术语,一指C/C++中包含头文件命令,用于将指定头文件嵌入源文件中。二指include指令,在JSP中包含一个静态的文件,同时解析这个文件中的JSP语句。三指PHP语句。
  • Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numeri

    Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe- matical functions in Matlab that you will be able to use them correctly, appreciate their limitations, and modify them when necessary to suit your own needs. The topics include * introduction to Matlab, * linear equations, * interpolation, * zero and roots, * least squares, * quadrature, * ordinary di?erential equations, * random numbers, * Fourier analysis, * eigenvalues and singular values, * partial di?erential equations.

    标签: introductory Numerical Computing textbook

    上传时间: 2016-07-04

    上传用户:思琦琦

  • Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (

    Toolbox for Numerical Computing with MATLAB (by Cleve Moler). Numerical Computing with MATLAB (by Cleve Moler) is a textbook for an introductory course in numerical methods, Matlab, and technical computing. The emphasis is on in- formed use of mathematical software. We want you learn enough about the mathe- matical functions in Matlab that you will be able to use them correctly, appreciate their limitations, and modify them when necessary to suit your own needs. The topics include * introduction to Matlab, * linear equations, * interpolation, * zero and roots, * least squares, * quadrature, * ordinary di?erential equations, * random numbers, * Fourier analysis, * eigenvalues and singular values, * partial differential equations.

    标签: Numerical Computing MATLAB with

    上传时间: 2014-01-01

    上传用户:guanliya

  • This ZIP archive includes the sources (and executable) for the FileTest utility, written by Ladisla

    This ZIP archive includes the sources (and executable) for the FileTest utility, written by Ladislav Zezula. The archive also includes the source of a general purpose "Utils" lib which contains some generally useful functions and is also necessary to build the executable. The project and library are made for MS Visual C 6.0 and Visual Studio 7.0. All necessary headers should be included (you will not need to include NT DDK or IFS headers).

    标签: executable the FileTest includes

    上传时间: 2014-01-25

    上传用户:ccclll

  • IDE开发环境

    IDE开发环境,可以挂载SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables

    标签: IDE 开发环境

    上传时间: 2016-07-05

    上传用户:dapangxie

  • 在ext2文件系统中

    在ext2文件系统中,文件由inode(包含有文件的所有信息)进行唯一标识。一个文件可能对应多个文件名,只有在所有文件名都被删除后,该文件才会被删除。此外,同一文件在磁盘中存放和被打开时所对应的inode是不同的,并由内核负责同步。 ext2 文件卷中的数据结构主要包括:superblock 块、组描述符、inode等。 ext2文件系统采用三级间接块来存储数据块指针,并以块(block,默认为1KB)为单位分配空间。其磁盘分配策略是尽可能将逻辑相邻的文件分配到磁盘上物理相邻的块中,并尽可能将碎片分配给尽量少的文件,以从全局上提高性能。ext2文件系统将同一目录下的文件(包括目录)尽可能的放在同一个块组中,但目录则分布在各个块组中以实现负载均衡。在扩展文件时,会尽量一次性扩展8个连续块给文件。 ext2系统中对各个结构的定义都包含在源代码的include/linux/ext2_fs.h文件中。

    标签: ext2 文件系统

    上传时间: 2016-07-06

    上传用户:yoleeson

  • The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails,

    The Rails Cookbook is is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services. Topics include: . Modeling data with the ActiveRecord library . Setting up views with ActionView and RHTML templates . Building your application s logic into ActionController . Testing and debugging your Rails application . Building responsive web applications using JavaScript and Ajax . Ensuring that your application is security and performs well . Deploying your application with Mongrel and Apache . Using Capistrano to automate deployment . Using the many Rails plugins Working with graphics

    标签: Rails with proficient developer

    上传时间: 2013-12-23

    上传用户:pkkkkp

  • 多年来

    多年来,通常的做法是直接从内核源代码中复制出“原始”的内核头文件,放在 /usr/include 中使用。但是最近几年,内核开发人员强烈要求停止这种做法。因此诞生了 Linux-Libc-Headers 项目,其目的就是维护一个API版本稳定的内核头文件。

    标签:

    上传时间: 2013-12-22

    上传用户:qlpqlq

  • 在TC下使用鼠标的例子

    在TC下使用鼠标的例子,调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下,或把源程序拷贝到tc目录下运行。

    标签: 鼠标

    上传时间: 2014-01-14

    上传用户:ayfeixiao

  • APPCCFG.H vc++的头文件

    APPCCFG.H vc++的头文件,要放到vc98/include里面去

    标签: APPCCFG vc 头文件

    上传时间: 2014-01-07

    上传用户:mhp0114

  • 89c51平台实现4*4小键盘的扫描

    89c51平台实现4*4小键盘的扫描,需要的时候可以用#include包含进去就可以用了

    标签: 89c51 键盘

    上传时间: 2016-08-23

    上传用户:wangdean1101