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

Write-flow

  • Microsoft VHD规格说明书

    Microsoft VHD规格说明书,是由微软公司制定,Microsoft 及 Critrix 两大公司在虚拟机合作领域主推的虚拟磁盘文件格式描述,其功能强大而且实现COPY OF WRITE 特性,体现简单易用高效实现虚拟磁盘管理,现已在两在公司产品中实现并实现通用

    标签: Microsoft VHD 规格 说明书

    上传时间: 2014-11-29

    上传用户:asddsd

  • Linux系统中

    Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动程序的设计。

    标签: Linux

    上传时间: 2013-12-25

    上传用户:牛布牛

  • Learn how to: * Tokenize a null-terminated string * Create a search and re

    Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more

    标签: null-terminated Tokenize Create string

    上传时间: 2014-01-18

    上传用户:yph853211

  • This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian

    This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method is used for pressure calculation. UDS and CDS are implemented for the discretization of convective terms, CDS is used for the diffusive terms. The boundary conditions are set for the lid-driven cavity flow. Only steady flows are considered.

    标签: Navier-Stokes incorporates Cartesian equations

    上传时间: 2017-05-14

    上传用户:ryb

  • C is a general-purpose programming language. It has been closely associated with the UNIX operating

    C is a general-purpose programming language. It has been closely associated with the UNIX operating system where it was developed, since both the system and most of the programs that run on it are written in C. The language, however, is not tied to any one operating system or machine and although it has been called a ``system programming language because it is useful for writing compilers and operating systems, it has been used equally well to write major programs in many different domains.

    标签: general-purpose programming associated operating

    上传时间: 2014-01-14

    上传用户:我干你啊

  • As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Pro

    As a programming language, C is rather like Pascal or Fortran.. Values are stored in variables. Programs are structured by defining and calling functions. Program flow is controlled using loops, if statements and function calls. Input and output can be directed to the terminal or to files. Related data can be stored together in arrays or structures.

    标签: programming variables language Fortran

    上传时间: 2017-05-18

    上传用户:hongmo

  • 使用 creat

    使用 creat,read,write等系统调用实现在linux下文件复制命令

    标签: creat

    上传时间: 2017-06-06

    上传用户:龙飞艇

  • C in A Nutshell Learning a language--any language--involves a process wherein you learn to rely les

    C in A Nutshell Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to converse on your own. It s not necessary to know every subtle facet of French in order to speak it well, especially if there s a good dictionary available. Likewise, C programmers don t need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.

    标签: language Nutshell Learning involves

    上传时间: 2013-12-25

    上传用户:王者A

  • SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiate

    SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiated and can be somewhat off-putting when you first encounter it. But, in fact, design patterns are just convenient ways of reusing object-oriented code between projects and between programmers. The idea behind design patterns is simple-- write down and catalog common interactions between objects that programmers have frequently found useful.

    标签: BACKGROUND uninitiate PATTERNS patterns

    上传时间: 2013-12-22

    上传用户:shizhanincc

  • This paper will discuss the design of an asynchronous FIFO,Asynchronous FIFOs are widely used in the

    This paper will discuss the design of an asynchronous FIFO,Asynchronous FIFOs are widely used in the computer networking industry to receive data at a particular frequency and transmit them at another frequency. An asynchronous FIFO has two different clocks: one for read and one for write.

    标签: Asynchronous asynchronous the discuss

    上传时间: 2013-12-09

    上传用户:Thuan