Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.
資源簡介:Reads/writes text as a character stream, buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The buffer size may be specified, or the default size may be used. The default is large en...
上傳時間: 2017-02-20
上傳用戶:cjl42111
資源簡介:This book reflects the efforts of a number of experienced Linux professionals to prepare for the LPIC-2 beta-exam. It is -- and always will be -- a work in progress.
上傳時間: 2014-01-10
上傳用戶:拔絲土豆
資源簡介:The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This source code library includes C-callable functions (ANSI-C language compatible) for general signal processing math and vector functions.
上傳時間: 2016-10-16
上傳用戶:趙云興
資源簡介:The DSPLIB is a collection of 39 high-level optimized DSP functions for the TMS320C64x device. This source code library includes C-callable functions (ANSI-C language compatible) for general signal processing math and vector functions.
上傳時間: 2016-10-16
上傳用戶:gengxiaochao
資源簡介:it is a elemental book for MFC,so it is suitable for the people who just start to study MFC.
上傳時間: 2017-01-02
上傳用戶:zhangyi99104144
資源簡介:In c++ risks is a reference to a variable which exists i.e. one 2nd name for the same variable. This program is broken up into functions.露the function hand constitutes the entrance point of the program, firstly there is the function messa...
上傳時間: 2013-12-17
上傳用戶:netwolf
資源簡介:The book uses a task-oriented structure that allows you to work through the steps necessary to install MySQL 4.1 on Linux and Windows platforms, create and manage MySQL databases, query and manipulate data stored in those databases, admin...
上傳時間: 2017-09-06
上傳用戶:a673761058
資源簡介:face detection Face detection can be regarded as a more general case of face localization In face localization, the task is to find the locations and sizes of a known number of faces (usually one). In face detection, one does not have thi...
上傳時間: 2014-01-10
上傳用戶:wfeel
資源簡介:A major goal of this book is to show to make devices that are inherently reliable by design. While a lot of attention has been given to “quality improvement,” the majority of the emphasis has been placed on the processes that occur after ...
上傳時間: 2016-07-30
上傳用戶:xiaodu1124
資源簡介:General packet radio service (GPRS) is a packet oriented mobile data service available to users of the 2G cellular communication systems global system for mobile communications (GSM), as well as in the 3G systems. In the 2G systems, GPRS pr...
上傳時間: 2014-01-11
上傳用戶:宋桃子
資源簡介:General packet radio service (GPRS) is a packet oriented mobile data service available to users of the 2G cellular communication systems global system for mobile communications (GSM), as well as in the 3G systems. In the 2G systems, GPRS pr...
上傳時間: 2013-12-20
上傳用戶:evil
資源簡介:General packet radio service (GPRS) is a packet oriented mobile data service available to users of the 2G cellular communication systems global system for mobile communications (GSM), as well as in the 3G systems. In the 2G systems, GPRS pr...
上傳時間: 2013-12-04
上傳用戶:894898248
資源簡介:This libusb version 0.1.12. libusb is a library which allows userspace application access to USB devices. The official ftp site is: ftp://ftp.libusb.sourceforge.net/pub/libusb/ The official web site is: http://libusb.sourceforge....
上傳時間: 2013-12-21
上傳用戶:zhengzg
資源簡介:Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- m...
上傳時間: 2014-01-19
上傳用戶:愛死愛死
資源簡介:This resource is designed as a text for educational programs in advanced programming and as a reference for professionals implementing Web- and Internet-based applications.
上傳時間: 2014-01-13
上傳用戶:181992417
資源簡介:In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, s...
上傳時間: 2014-01-27
上傳用戶:wang0123456789
資源簡介:a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras. The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association. ...
上傳時間: 2014-01-13
上傳用戶:yph853211
資源簡介:WAISS TW3DCanvas Component V1.5 Freeware This is a component that acts as a 3D canvas. It supports most of the methods of the Delphi TCanvas Component. All drawing methods sent to the component will be rendered in a 3D manor (extruded or...
上傳時間: 2017-08-23
上傳用戶:Avoid98
資源簡介:Many CAD users dismiss schematic capture as a necessary evil in the process of creating\r\nPCB layout but we have always disputed this point of view. With PCB layout now offering\r\nautomation of both component placement and track routing, ...
上傳時間: 2013-09-25
上傳用戶:baiom
資源簡介:Learning Standard C++ as a New Language
上傳時間: 2015-02-25
上傳用戶:libenshu01
資源簡介:This program encodes and decodes a character using the Vigenere Square method
上傳時間: 2015-03-28
上傳用戶:wang5829
資源簡介:In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.
上傳時間: 2014-01-06
上傳用戶:2404
資源簡介:This document can be considered as a supplement to the already existing Application note AN10302 “Using the Philips LPC2000 Flash Utility”, which is provided in the same zip file. The Application note covers the following topics:
上傳時間: 2015-04-18
上傳用戶:waizhang
資源簡介:A model of the local file system, implemented as a concrete subclass of AbstractTreeTableModel. This class implements the TreeTableModel interface.
上傳時間: 2015-05-04
上傳用戶:彭玖華
資源簡介:In this book, we aim to give you an introduction to a wide variety of topics important to you as a developer using UNIX. The word Beginning in the title refers more to the content than to your skill level. We ve structured the book to help ...
上傳時間: 2013-12-22
上傳用戶:youmo81
資源簡介:perfect gcc book for using system and tutorial , youcan using it as a good book to learing
上傳時間: 2013-11-25
上傳用戶:ecooo
資源簡介:Learning Cpp as a new language.rar
上傳時間: 2015-06-22
上傳用戶:playboys0
資源簡介:This design is a universal register which can be used as a straightforward storage register, a bi-directional shift register, an up counter and a down counter.
上傳時間: 2013-12-28
上傳用戶:努力努力再努力
資源簡介:IDCT-M is a medium speed 1D IDCT core -- it can accept a continous stream of 12-bit input words at a rate of -- 1 bit/ck cycle, operating at 50MHz speed, it can process MP@ML MPEG video -- the core is 100% synthesizable
上傳時間: 2015-07-07
上傳用戶:1583060504
資源簡介:Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the...
上傳時間: 2013-12-26
上傳用戶:com1com2