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

block-by-block

  • Basic tutorial This tutorial provides a step by step walkthrough of the workbench.

    Basic tutorial This tutorial provides a step by step walkthrough of the workbench.

    标签: tutorial step walkthrough workbench

    上传时间: 2013-11-30

    上传用户:脚趾头

  • this book mainly shows us how to process digital inmages by Visual C

    this book mainly shows us how to process digital inmages by Visual C

    标签: digital inmages process Visual

    上传时间: 2014-01-02

    上传用户:cx111111

  • 使用PCI9054芯片

    使用PCI9054芯片,实现Block DMA传输方式

    标签: 9054 PCI 芯片

    上传时间: 2013-11-25

    上传用户:cmc_68289287

  • 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

  • Experiments with MATLAB (by Cleve Moler in 2008),一本关于MATLAB的教材

    Experiments with MATLAB (by Cleve Moler in 2008),一本关于MATLAB的教材,乃MATLAB首席科学家兼董事长Cleve Moler的著作。

    标签: MATLAB Experiments Cleve Moler

    上传时间: 2016-07-04

    上传用户:邶刖

  • exm for Experiments with MATLAB (by Cleve Moler in 2008), 这本书是关于MATLAB的教材

    exm for Experiments with MATLAB (by Cleve Moler in 2008), 这本书是关于MATLAB的教材,乃MATLAB首席科学家兼董事长Cleve Moler的著作。

    标签: MATLAB Experiments Cleve Moler

    上传时间: 2014-01-12

    上传用户:gaome

  • 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

  • 虚拟机实现 by C++ 2005,虚拟机实现 by C++ 2005

    虚拟机实现 by C++ 2005,虚拟机实现 by C++ 2005

    标签: 2005 by 虚拟机

    上传时间: 2013-12-21

    上传用户:wfeel

  • 在ext2文件系统中

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

    标签: ext2 文件系统

    上传时间: 2016-07-06

    上传用户:yoleeson