| |
|
|
|
|
|
|
|
|
1. |
Record Nr. |
UNINA9910451852903321 |
|
|
Titolo |
A Guide to Direction of trade statistics / / International Monetary Fund |
|
|
|
|
|
Pubbl/distr/stampa |
|
|
Washington, District of Columbia : , : International Monetary Fund, , 1993 |
|
©1993 |
|
|
|
|
|
|
|
|
|
ISBN |
|
1-4639-1855-0 |
1-4639-7037-4 |
1-283-53502-5 |
9786613847478 |
1-4639-5004-7 |
|
|
|
|
|
|
|
|
Descrizione fisica |
|
1 online resource (34 p.) |
|
|
|
|
|
|
Collana |
|
|
|
|
|
|
Disciplina |
|
|
|
|
|
|
Soggetti |
|
Commercial statistics |
Electronic books. |
|
|
|
|
|
|
|
|
Lingua di pubblicazione |
|
|
|
|
|
|
Formato |
Materiale a stampa |
|
|
|
|
|
Livello bibliografico |
Monografia |
|
|
|
|
|
Note generali |
|
Description based upon print version of record. |
|
|
|
|
|
|
Nota di contenuto |
|
""Cover""; ""Table of Contents""; ""Preface""; ""1. Introduction""; ""1.1 Purpose""; ""1.2 Background""; ""1.3 Uses of the Data""; ""1.4 Current Methodology and Practice""; ""1.4.1 Coverage""; ""1.4.2 Territory""; ""1.4.3 Valuation""; ""1.4.4 Timing""; ""1.4.5 Trade systems""; ""1.4.6 Partner country""; ""1.4.7 Discrepancies and asymmetries in trade statistics""; ""2. Data Collection""; ""2.1 Basic Data""; ""2.2 Procedures for Data Collection""; ""2.3 Format of Reported Data""; ""3. Data Base Processing""; ""3.1 Reformatting of Reported Data""; ""3.1.1 Conversion"" |
""3.1.2 C.i.f. and f.o.b. valuation""""3.1.3 Partner country codification""; ""3.1.4 Summation and area totals""; ""3.2 Estimation""; ""3.2.1 Estimation procedure""; ""3.2.2 Limitations in DOTS estimates""; ""3.3 Compilation of Aggregates for DOTS World and Area Tables""; ""4. Data Dissemination in DOTS, Magnetic Computer Tapes, and CD-ROM""; ""4.1 DOTS Quarterly Issues""; ""4.1.1 World, industrial, and developing countries tables""; ""4.1.2 Country pages""; ""4.2 DOTS Yearbook""; ""4.2.1 World and area summary tables""; ""4.2.2 Country pages""; ""4.3 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Tape Subscription and CD-ROM"" |
""5. Fund Internal Access to the Data Base for Direction of Trade Statistics""""5.1 Structure of the Time Series Key""; ""5.2 Retrieving the Data from EIS Terminals""; ""5.2.1 Displaying the data on screen""; ""5.2.2 Printouts of DOTS data""; ""5.3 Downloading DOTS data to AREMOS and LOTUS on Microcomputers""; ""5.4 Special Requests""; ""Appendices""; ""I. Country and Area Codes""; ""II. Breaksigns Used in the DTTS Master File for Direction of Trade Statistics""; ""III. The Compilation of Estimates for DOTS""; ""IV. Procedure for Printing Partner Country Data"" |
|
|
|
|
|
|
2. |
Record Nr. |
UNINA9910511471303321 |
|
|
Autore |
Mukherjee Arindam |
|
|
Titolo |
Learning Boost C++ libraries : solve practical programming problems using powerful, portable, and expressive libraries from Boost / / Arindam Mukherjee |
|
|
|
|
|
|
|
Pubbl/distr/stampa |
|
|
Birmingham, [England] ; ; Mumbai, [India] : , : Packt Publishing, , 2015 |
|
©2015 |
|
|
|
|
|
|
|
|
|
ISBN |
|
|
|
|
|
|
Edizione |
[1st edition] |
|
|
|
|
|
Descrizione fisica |
|
1 online resource (558 p.) |
|
|
|
|
|
|
Collana |
|
Community Experience Distilled |
|
|
|
|
|
|
Disciplina |
|
|
|
|
|
|
|
|
Soggetti |
|
C++ (Computer program language) |
Computer software - Development |
Electronic books. |
|
|
|
|
|
|
|
|
Lingua di pubblicazione |
|
|
|
|
|
|
Formato |
Materiale a stampa |
|
|
|
|
|
Livello bibliografico |
Monografia |
|
|
|
|
|
Note generali |
|
Description based upon print version of record. |
|
|
|
|
|
|
Nota di bibliografia |
|
Includes bibliographical references at the end of each chapters and index. |
|
|
|
|
|
|
|
|
Nota di contenuto |
|
Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing Boost; How it all started; What is Boost?; Getting started with Boost libraries; Necessary software; Linux toolchain; Windows toolchain; Obtaining and building Boost libraries; Planning your Boost sandbox; Library naming conventions; Library name components; Library name |
|
|
|
|
|
|
|
|
|
|
|
layouts; Installing a Boost binary distribution; Building and installing the Boost libraries from source; Using Boost libraries in your projects; Linking against Boost libraries on Linux |
Linking against Boost libraries on WindowsBuilding the code listings in this book; CMake; Code examples; Self-test questions; Summary; Chapter 2: The First Brush with Boost's Utilities; Simple data structures; Boost.Optional; Accessing values stored in boost::optional; get_value_or; Boost.Optional versus pointers; Boost.Tuple; Creating tuples; Accessing tuple elements; Comparing tuples; Writing generic code using tuples; Working with heterogeneous values; Boost.Variant; Accessing values in a variant; Defining recursive variants; Boost.Any; Boost.Conversion; lexical_cast |
Handling command-line argumentsDesigning command-line options; The diff command - a case study; Using Boost.Program_Options; Parsing positional parameters; Multiple option values; Other utilities and compile-time checks; BOOST_CURRENT_FUNCTION; Boost.Swap; Compile-time asserts; Diagnostics using preprocessor macros; Self-test questions; Summary; References; Chapter 3: Memory Management and Exception Safety; Dynamic memory allocation and exception safety; Exception safety and RAII; Smart pointers; Unique ownership semantics; boost::scoped_ptr; boost::scoped_array; std::unique_ptr |
Shared ownership semanticsboost::shared_ptr and std::shared_ptr; Intrusive smart pointers - boost::intrusive_ptr; shared_array; Managing non-memory resources using smart pointers; Self-test questions; Summary; References; Chapter 4: Working with Strings; Text processing with Boost String Algorithms library; Using Boost String Algorithms; Find algorithms; Case-conversion and trimming algorithms; The replace and erase algorithms; The split and join algorithms; Splitting text using the Boost Tokenizer library; Tokenizing based on separators |
Tokenizing records with fields containing metacharactersTokenizing records with fixed-length fields; Writing your own tokenizer functions; Regular expressions using Boost.Regex; Regular expression syntax; Atoms; Quantifiers; Character classes; Anchors; Sub-expressions; Disjunctions; Using Boost.Regex to parse regular expressions; Matching text; Searching text; Tokenizing text using regex; Replacing text; Self-test questions; Summary; Chapter 5: Effective Data Structures beyond STL; Boost Container library; Move-awareness and in-place construction; Nonstandard containers |
Flat associative containers |
|
|
|
|
|
|
Sommario/riassunto |
|
If you are a C++ programmer who has never used Boost libraries before, this book will get you up-to-speed with using them. Whether you are developing new C++ software or maintaining existing code written using Boost libraries, this hands-on introduction will help you decide on the right library and techniques to solve your practical programming problems. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3. |
Record Nr. |
UNINA9910520087803321 |
|
|
Titolo |
Biochar and its application in bioremediation / / edited by Riti Thapar Kapoor, Helen Treichel, Maulin P. Shah |
|
|
|
|
|
|
|
Pubbl/distr/stampa |
|
|
Singapore : , : Springer, , [2022] |
|
©2022 |
|
|
|
|
|
|
|
|
|
ISBN |
|
|
|
|
|
|
Descrizione fisica |
|
1 online resource (477 pages) |
|
|
|
|
|
|
Disciplina |
|
|
|
|
|
|
Soggetti |
|
|
|
|
|
|
Lingua di pubblicazione |
|
|
|
|
|
|
Formato |
Materiale a stampa |
|
|
|
|
|
Livello bibliografico |
Monografia |
|
|
|
|
|
Nota di bibliografia |
|
Includes bibliographical references. |
|
|
|
|
|
| |