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

any

  • this a Navier-Stokes equations solver. It support grids contains of multiple connected rectangles. S

    this a Navier-Stokes equations solver. It support grids contains of multiple connected rectangles. So you can simulate viscous flows in any complicated tubes

    标签: Navier-Stokes rectangles equations connected

    上传时间: 2013-12-09

    上传用户:yuanyuan123

  • Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work

    Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee s Library Technical Report (TR1) as a step toward becoming part of a future C++ Standard. More Boost libraries are proposed for the upcoming TR2. Boost works on almost any modern operating system, including UNIX and Windows variants. Follow the Getting Started Guide to download and install Boost. Popular Linux and Unix distributions such as Fedora, Debian, and NetBSD include pre-built Boost packages. Boost may also already be available on your organization s internal web server.

    标签: libraries peer-reviewed emphasize provides

    上传时间: 2016-12-05

    上传用户:semi1981

  • Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l

    Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).

    标签: Subsequence sequence Problem Longest

    上传时间: 2016-12-08

    上传用户:busterman

  • ST uPSD32XX I2C This example demo code is provided as is and has no warranty, implied or otherwise.

    ST uPSD32XX I2C This example demo code is provided as is and has no warranty, implied or otherwise. You are free to use/modify any of the provided code at your own risk in your applications with the expressed limitation of liability (see below) so long as your product using the code contains at least one uPSD products (device)

    标签: otherwise provided warranty example

    上传时间: 2013-12-07

    上传用户:标点符号

  • /* * linux/arch/m68knommu/platform/520x/spi-mcf520x.c * * Sub-architcture dependant initializa

    /* * linux/arch/m68knommu/platform/520x/spi-mcf520x.c * * Sub-architcture dependant initialization code for the Freescale * 520x SPI module * * Yaroslav Vinogradov yaroslav.vinogradov@freescale.com * Copyright Freescale Semiconductor, Inc 2006 * * This program is free software you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation either version 2 of the License, or * (at your option) any later version.

    标签: Sub-architcture initializa 520 dependant

    上传时间: 2016-12-15

    上传用户:xiaohuanhuan

  • This program is free software you can redistribute it and/or modify // it under the terms of the GN

    This program is free software you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation either version 2 of the License, or // (at your option) any later version.

    标签: redistribute the software program

    上传时间: 2016-12-20

    上传用户:wfeel

  • Java is the first language to provide a cross-platform I/O library that is powerful enough to handle

    Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-world tasks than any other major language used today. Java I/O is the first and still the only book to fully expose the power and sophistication of this library.

    标签: cross-platform language powerful provide

    上传时间: 2014-01-07

    上传用户:pompey

  • int main(int argc,char *argv[]) { char ch while(true) { printf("*************************

    int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*************************************\n") printf("Enter your choice(1,2,3): ") do{ ch=(char)_getch() }while(ch!= 1 &&ch!= 2 &&ch!= 3 ) system("cls") if(ch== 3 ) return 0 else if(ch== 1 ) ReaderPriority("thread.dat") else WriterPriority("thread.dat") printf("\nPress any Key to Coutinue:") _getch() system("cls") } return 0

    标签: char int printf while

    上传时间: 2017-01-06

    上传用户:gonuiln

  • GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dyn

    GPS 接收程序 DEMO。 HsGpsDll Library 1.1 A GPS Control/Component for C/C++ HsGpsDll is a Windows Dynamic Link Library which provides access to any NMEA-183 compliant GPS receiver via a serial communications port. HsGpsDll is designed for use from Visual C, Visual Basic or other languages, capable of calling DLL functions. HsGpsDll allows a user application to read from a GPS device the current GPS position fix, velocity over ground (speed in kilometers per hour), plus number of of sattelites in view, current altitude (against mean sea level) and UTC date and time

    标签: HsGpsDll GPS Component Control

    上传时间: 2014-07-17

    上传用户:thuyenvinh

  • Many of the designations used by manufacturers and sellers to distinguish their products are claime

    Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book and Addison Wesley Longman Inc., was aware of a trademark claim, the designations have been printed in initial caps or all caps. The authors and publisher have taken care in the preparation of this book, but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein. The publisher offers discounts on this book when ordered in quantity for special sales. For more information, please contact:

    标签: manufacturers designations distinguish products

    上传时间: 2017-01-23

    上传用户:woshiayin