Downloads & Free Reading Options - Results

Design And Analysis Of Algorithms by Jeffrey Dean Smith

Read "Design And Analysis Of Algorithms" by Jeffrey Dean Smith through these free online access and download options.

Search for Downloads

Search by Title or Author

Books Results

Source: The Internet Archive

The internet Archive Search Results

Available books for downloads and borrow from The internet Archive

1Design And Analysis Of Algorithms

edition: 2021-22 Aktu B.tech semester 5 Branch :IT 

“Design And Analysis Of Algorithms” Metadata:

  • Title: ➤  Design And Analysis Of Algorithms
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 100.16 Mbs, the file-s for this book were downloaded 1381 times, the file-s went public at Sat Apr 23 2022.

Available formats:
Archive BitTorrent - DjVuTXT - Djvu XML - EPUB - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Design And Analysis Of Algorithms at online marketplaces:


2Linear-programming Design And Analysis Of Fast Algorithms For Max 2-Sat And Max 2-CSP

By

The class $(r,2)$-CSP, or simply Max 2-CSP, consists of constraint satisfaction problems with at most two $r$-valued variables per clause. For instances with $n$ variables and $m$ binary clauses, we present an $O(n r^{5+19m/100})$-time algorithm which is the fastest polynomial-space algorithm for many problems in the class, including Max Cut. The method also proves a treewidth bound $\tw(G) \leq (13/75+o(1))m$, which gives a faster Max 2-CSP algorithm that uses exponential space: running in time $\Ostar{2^{(13/75+o(1))m}}$, this is fastest for most problems in Max 2-CSP. Parametrizing in terms of $n$ rather than $m$, for graphs of average degree $d$ we show a simple algorithm running time $\Ostar{2^{(1-\frac{2}{d+1})n}}$, the fastest polynomial-space algorithm known. In combination with ``Polynomial CSPs'' introduced in a companion paper, these algorithms also allow (with an additional polynomial-factor overhead in space and time) counting and sampling, and the solution of problems like Max Bisection that escape the usual CSP framework. Linear programming is key to the design as well as the analysis of the algorithms.

“Linear-programming Design And Analysis Of Fast Algorithms For Max 2-Sat And Max 2-CSP” Metadata:

  • Title: ➤  Linear-programming Design And Analysis Of Fast Algorithms For Max 2-Sat And Max 2-CSP
  • Authors:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 26.14 Mbs, the file-s for this book were downloaded 74 times, the file-s went public at Sat Jul 20 2013.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - JPEG Thumb - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find Linear-programming Design And Analysis Of Fast Algorithms For Max 2-Sat And Max 2-CSP at online marketplaces:


3The Design And Experimental Analysis Of Algorithms For Temporal Reasoning

By

Many applications -- from planning and scheduling to problems in molecular biology -- rely heavily on a temporal reasoning component. In this paper, we discuss the design and empirical analysis of algorithms for a temporal reasoning system based on Allen's influential interval-based framework for representing temporal information. At the core of the system are algorithms for determining whether the temporal information is consistent, and, if so, finding one or more scenarios that are consistent with the temporal information. Two important algorithms for these tasks are a path consistency algorithm and a backtracking algorithm. For the path consistency algorithm, we develop techniques that can result in up to a ten-fold speedup over an already highly optimized implementation. For the backtracking algorithm, we develop variable and value ordering heuristics that are shown empirically to dramatically improve the performance of the algorithm. As well, we show that a previously suggested reformulation of the backtracking search problem can reduce the time and space requirements of the backtracking search. Taken together, the techniques we develop allow a temporal reasoning component to solve problems that are of practical size.

“The Design And Experimental Analysis Of Algorithms For Temporal Reasoning” Metadata:

  • Title: ➤  The Design And Experimental Analysis Of Algorithms For Temporal Reasoning
  • Authors:
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 4.72 Mbs, the file-s for this book were downloaded 100 times, the file-s went public at Wed Sep 18 2013.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find The Design And Experimental Analysis Of Algorithms For Temporal Reasoning at online marketplaces:


4Design And Analysis Of Algorithms Laboratory 1 ( 1) 1( 0)

ADALAB

“Design And Analysis Of Algorithms Laboratory 1 ( 1) 1( 0)” Metadata:

  • Title: ➤  Design And Analysis Of Algorithms Laboratory 1 ( 1) 1( 0)

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 0.01 Mbs, the file-s went public at Mon Jun 02 2025.

Available formats:
Archive BitTorrent - Metadata -

Related Links:

Online Marketplaces

Find Design And Analysis Of Algorithms Laboratory 1 ( 1) 1( 0) at online marketplaces:


5Analysis And Design Of Algorithms For Combinatorial Problems

ADALAB

“Analysis And Design Of Algorithms For Combinatorial Problems” Metadata:

  • Title: ➤  Analysis And Design Of Algorithms For Combinatorial Problems
  • Language: English

“Analysis And Design Of Algorithms For Combinatorial Problems” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 437.69 Mbs, the file-s for this book were downloaded 45 times, the file-s went public at Mon Jan 06 2020.

Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Analysis And Design Of Algorithms For Combinatorial Problems at online marketplaces:


6DTIC ADA276255: Design And Analysis Of Scalable Parallel Algorithms

By

The objective of this research is to develop efficient parallel algorithms for a variety of problems and to analyze the scalability of new and existing parallel algorithms. Scalability analysis is an important tool used for predicting the performance of an algorithm-architecture combination when one or more of the hardware related parameters (interconnection network, speed of processors, speed of communication channels, number of processors) are changed. The problems studied as a part of this project come from diverse domains such as solution of differential equations, discrete optimization, neural network based learning, sorting and graph algorithms. In particular, we have studied parallel algorithms for solving linear systems using the preconditioned conjugate gradient method, partitioning of finite element meshes, balancing load in unstructured tree search arising in discrete optimization, the backpropagation neural network learning algorithm, dynamic programming, fast fourier transform, sorting, shortest-path computation for graphs, robot motion planning, and matrix multiplication. Parallel algorithms, Scalability analysis, Isoefficiency.

“DTIC ADA276255: Design And Analysis Of Scalable Parallel Algorithms” Metadata:

  • Title: ➤  DTIC ADA276255: Design And Analysis Of Scalable Parallel Algorithms
  • Author: ➤  
  • Language: English

“DTIC ADA276255: Design And Analysis Of Scalable Parallel Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 9.88 Mbs, the file-s for this book were downloaded 64 times, the file-s went public at Wed Mar 14 2018.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC ADA276255: Design And Analysis Of Scalable Parallel Algorithms at online marketplaces:


7DTIC ADA576577: Design Of A Maximum Power Point Tracker With Simulation, Analysis, And Comparison Of Algorithms

By

In this thesis, the advantages of three different maximum power point tracking (MPPT) algorithm are investigated. By simulation, the performance and efficiency of these algorithms was analyzed. By using MATLAB's SimPowerSystems block set, we created the model comprised of a Kyocera KD135GX-LP solar panel powering a buck converter controlled by the MPPT algorithms driving a resistive load. The main objective was to track the maximum power point (MPP) of the solar array by modulating the buck converter's duty cycle, thereby, optimizing the power output of the panel. The three algorithms observed performance was on par with other real world tests of these algorithms as seen in other published work. The Perturb and Observe (P&O) algorithm performed with a higher overall efficiency and was able to track the MPP quickly, while the Incremental Conductance (InC) algorithm had similar performance but requires more intensive calculations. The analysis of these algorithms led to a greater understanding of where the inefficiencies of this type of system are located, allowing improvement in future work on this subject.

“DTIC ADA576577: Design Of A Maximum Power Point Tracker With Simulation, Analysis, And Comparison Of Algorithms” Metadata:

  • Title: ➤  DTIC ADA576577: Design Of A Maximum Power Point Tracker With Simulation, Analysis, And Comparison Of Algorithms
  • Author: ➤  
  • Language: English

“DTIC ADA576577: Design Of A Maximum Power Point Tracker With Simulation, Analysis, And Comparison Of Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 38.03 Mbs, the file-s for this book were downloaded 41 times, the file-s went public at Mon Sep 10 2018.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC ADA576577: Design Of A Maximum Power Point Tracker With Simulation, Analysis, And Comparison Of Algorithms at online marketplaces:


8NPTEL Lectures: Computer Science And Engineering - Design And Analysis Of Algorithms

By

Lectures from the National Programme on Technology Enhanced Learning - Computer Science and Engineering - Design and Analysis of Algorithms

“NPTEL Lectures: Computer Science And Engineering - Design And Analysis Of Algorithms” Metadata:

  • Title: ➤  NPTEL Lectures: Computer Science And Engineering - Design And Analysis Of Algorithms
  • Author: ➤  
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "movies" format, the size of the file-s is: 15999.55 Mbs, the file-s for this book were downloaded 629 times, the file-s went public at Sun Jun 02 2019.

Available formats:
Archive BitTorrent - Item Tile - MPEG4 - Metadata - Ogg Video - Text - Thumbnail -

Related Links:

Online Marketplaces

Find NPTEL Lectures: Computer Science And Engineering - Design And Analysis Of Algorithms at online marketplaces:


9Analysis And Design Of Irregular Graphs For Node-Based Verification-Based Recovery Algorithms In Compressed Sensing

By

In this paper, we present a probabilistic analysis of iterative node-based verification-based (NB-VB) recovery algorithms over irregular graphs in the context of compressed sensing. Verification-based algorithms are particularly interesting due to their low complexity (linear in the signal dimension $n$). The analysis predicts the average fraction of unverified signal elements at each iteration $\ell$ where the average is taken over the ensembles of input signals and sensing matrices. The analysis is asymptotic ($n \rightarrow \infty$) and is similar in nature to the well-known density evolution technique commonly used to analyze iterative decoding algorithms. Compared to the existing technique for the analysis of NB-VB algorithms, which is based on numerically solving a large system of coupled differential equations, the proposed method is much simpler and more accurate. This allows us to design irregular sensing graphs for such recovery algorithms. The designed irregular graphs outperform the corresponding regular graphs substantially. For example, for the same recovery complexity per iteration, we design irregular graphs that can recover up to about 40% more non-zero signal elements compared to the regular graphs. Simulation results are also provided which demonstrate that the proposed asymptotic analysis matches the performance of recovery algorithms for large but finite values of $n$.

“Analysis And Design Of Irregular Graphs For Node-Based Verification-Based Recovery Algorithms In Compressed Sensing” Metadata:

  • Title: ➤  Analysis And Design Of Irregular Graphs For Node-Based Verification-Based Recovery Algorithms In Compressed Sensing
  • Authors:
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 5.38 Mbs, the file-s for this book were downloaded 64 times, the file-s went public at Sat Sep 21 2013.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - JPEG Thumb - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find Analysis And Design Of Irregular Graphs For Node-Based Verification-Based Recovery Algorithms In Compressed Sensing at online marketplaces:


10Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms

By

In this paper, we present a probabilistic analysis of iterative node-based verification-based (NB-VB) recovery algorithms over irregular graphs in the context of compressed sensing. Verification-based algorithms are particularly interesting due to their low complexity (linear in the signal dimension $n$). The analysis predicts the average fraction of unverified signal elements at each iteration $\ell$ where the average is taken over the ensembles of input signals and sensing matrices. The analysis is asymptotic ($n \rightarrow \infty$) and is similar in nature to the well-known density evolution technique commonly used to analyze iterative decoding algorithms. Compared to the existing technique for the analysis of NB-VB algorithms, which is based on numerically solving a large system of coupled differential equations, the proposed method is much simpler and more accurate. This allows us to design irregular sensing graphs for such recovery algorithms. The designed irregular graphs outperform the corresponding regular graphs substantially. For example, for the same recovery complexity per iteration, we design irregular graphs that can recover up to about 40% more non-zero signal elements compared to the regular graphs. Simulation results are also provided which demonstrate that the proposed asymptotic analysis matches the performance of recovery algorithms for large but finite values of $n$.

“Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms” Metadata:

  • Title: ➤  Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms
  • Author:
  • Language: English

“Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 138.36 Mbs, the file-s for this book were downloaded 6 times, the file-s went public at Mon Dec 11 2023.

Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms at online marketplaces:


11DTIC ADA231888: The Design And Analysis Of Efficient Learning Algorithms

By

This thesis explores various theoretical aspects of machine learning with particular emphasis on techniques for designing and analyzing computationally efficient learning algorithms. Many of the results in this thesis are concerned with a model of concept learning proposed by Valiant. The thesis begins in Chapter 2 with a proof that any 'weak' learning algorithm in this model that performs slightly better than random guessing can be converted into one whose error can be made arbitrarily small. Several interesting consequences of this result are also described. Chapter 3 next explores in detail a simple but powerful technique for discovering the structure of an unknown read-once formula from random examples. An especially nice feature of this technique is its powerful resistance to noise. Chapter 4 considers a realistic extension of the PAC model to concepts that may exhibit uncertain or probabilistic behavior. A range of techniques are explored for designing efficient algorithms for learning such probabilistic concepts. In the last chapter, we present new algorithms for inferring an unknown finite-state automation from its input-output behavior. This problem is motivated by that faced by a robot in unfamiliar surroundings who must, through experimentation, discover the structure of its environment.

“DTIC ADA231888: The Design And Analysis Of Efficient Learning Algorithms” Metadata:

  • Title: ➤  DTIC ADA231888: The Design And Analysis Of Efficient Learning Algorithms
  • Author: ➤  
  • Language: English

“DTIC ADA231888: The Design And Analysis Of Efficient Learning Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 148.85 Mbs, the file-s for this book were downloaded 68 times, the file-s went public at Wed Feb 28 2018.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC ADA231888: The Design And Analysis Of Efficient Learning Algorithms at online marketplaces:


12DTIC ADA400121: Design, Analysis And Simulation Of Memory-Based Control Algorithms For Dual Range Missiles

By

The primary objective of this project is to design, analyze, and test new autopilot algorithms for trajectory tracking control of dual range missiles. The main contributions of this project can be summarized as follows. First, a low-order memory-based control method was developed. This method is based on observing and generalizing past system responses and control experience. It does not demand detailed information about the system dynamics. Second, the memory-based method is integrated with a partial inverse dynamics control and applied to achieve missile orientation tracking in the presence of actuator dynamics and aerodynamics. It is shown that this method is effective in dealing with system nonlinearities and uncertainties due to varying flight conditions. The method is also extended to position/orientation tracking. Finally, the developed autopilot algorithms were tested via computer simulation.

“DTIC ADA400121: Design, Analysis And Simulation Of Memory-Based Control Algorithms For Dual Range Missiles” Metadata:

  • Title: ➤  DTIC ADA400121: Design, Analysis And Simulation Of Memory-Based Control Algorithms For Dual Range Missiles
  • Author: ➤  
  • Language: English

“DTIC ADA400121: Design, Analysis And Simulation Of Memory-Based Control Algorithms For Dual Range Missiles” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 35.33 Mbs, the file-s for this book were downloaded 73 times, the file-s went public at Sun May 06 2018.

Available formats:
Abbyy GZ - Additional Text PDF - Archive BitTorrent - DjVuTXT - Djvu XML - Image Container PDF - JPEG Thumb - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC ADA400121: Design, Analysis And Simulation Of Memory-Based Control Algorithms For Dual Range Missiles at online marketplaces:


13Introduction To The Design And Analysis Of Algorithms

By

The primary objective of this project is to design, analyze, and test new autopilot algorithms for trajectory tracking control of dual range missiles. The main contributions of this project can be summarized as follows. First, a low-order memory-based control method was developed. This method is based on observing and generalizing past system responses and control experience. It does not demand detailed information about the system dynamics. Second, the memory-based method is integrated with a partial inverse dynamics control and applied to achieve missile orientation tracking in the presence of actuator dynamics and aerodynamics. It is shown that this method is effective in dealing with system nonlinearities and uncertainties due to varying flight conditions. The method is also extended to position/orientation tracking. Finally, the developed autopilot algorithms were tested via computer simulation.

“Introduction To The Design And Analysis Of Algorithms” Metadata:

  • Title: ➤  Introduction To The Design And Analysis Of Algorithms
  • Author:
  • Language: English

“Introduction To The Design And Analysis Of Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 614.89 Mbs, the file-s for this book were downloaded 203 times, the file-s went public at Wed Apr 12 2023.

Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Extra Metadata JSON - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - Metadata Log - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Introduction To The Design And Analysis Of Algorithms at online marketplaces:


14Design And Analysis Of Algorithms Laboratory 1 ( 1) 1

ADALAB

“Design And Analysis Of Algorithms Laboratory 1 ( 1) 1” Metadata:

  • Title: ➤  Design And Analysis Of Algorithms Laboratory 1 ( 1) 1

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 0.01 Mbs, the file-s went public at Mon Jun 02 2025.

Available formats:
Archive BitTorrent - Metadata -

Related Links:

Online Marketplaces

Find Design And Analysis Of Algorithms Laboratory 1 ( 1) 1 at online marketplaces:


15DTIC AD1036014: Design And Demonstration Of Automated Data Analysis Algorithms For Ultrasonic Inspection Of Complex Composite Panels With Bonds

By

To address the data review burden and improve the reliability of the ultrasonic inspection of large composite structures, automated data analysis (ADA) algorithms have been developed to make calls on indications that satisfy the detection criteria and minimize false calls. The original design followed standard procedures for analyzing signals for time-of-flight indications and backwall amplitude dropout. However, certain complex panels with varying shape, ply drops and the presence of bonds can complicate this interpretation process. In this paper, enhancements to the automated data analysis algorithms are introduced to address these challenges. To estimate the thickness of the part and presence of bonds without prior information, an algorithm tracks potential backwall or bond-line signals, and evaluates a combination of spatial, amplitude, and time-of-flight metrics to identify bonded sections. Once part boundaries, thickness transitions and bonded regions are identified, feature extraction algorithms are applied to multiple sets of through-thickness and backwall C-scan images.

“DTIC AD1036014: Design And Demonstration Of Automated Data Analysis Algorithms For Ultrasonic Inspection Of Complex Composite Panels With Bonds” Metadata:

  • Title: ➤  DTIC AD1036014: Design And Demonstration Of Automated Data Analysis Algorithms For Ultrasonic Inspection Of Complex Composite Panels With Bonds
  • Author: ➤  
  • Language: English

“DTIC AD1036014: Design And Demonstration Of Automated Data Analysis Algorithms For Ultrasonic Inspection Of Complex Composite Panels With Bonds” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 24.87 Mbs, the file-s for this book were downloaded 58 times, the file-s went public at Sat Mar 28 2020.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC AD1036014: Design And Demonstration Of Automated Data Analysis Algorithms For Ultrasonic Inspection Of Complex Composite Panels With Bonds at online marketplaces:


16Design And Analysis Of Algorithms

By

Design and Analysis of Algorithms. Computer Science course material

“Design And Analysis Of Algorithms” Metadata:

  • Title: ➤  Design And Analysis Of Algorithms
  • Author:
  • Language: English

“Design And Analysis Of Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 18.80 Mbs, the file-s for this book were downloaded 100 times, the file-s went public at Mon Nov 13 2023.

Available formats:
Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Design And Analysis Of Algorithms at online marketplaces:


17Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms

By

Design and Analysis of Algorithms. Computer Science course material

“Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms” Metadata:

  • Title: ➤  Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms
  • Author:
  • Language: English

“Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 102.48 Mbs, the file-s for this book were downloaded 147 times, the file-s went public at Wed May 16 2018.

Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - Contents - DjVuTXT - Djvu XML - Dublin Core - EPUB - Grayscale PDF - Item Tile - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - MARC Source - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Remediated EPUB - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Analytic Methods In The Analysis And Design Of Number-theoretic Algorithms at online marketplaces:


18Design, Analysis And Evaluation Of Control Algorithms For Applications In Smart Grids

By

In many countries, the currently observable transformation of the power supply system from a centrally controlled system towards a complex "system of systems", comprising lots of autonomously interacting components, leads to a significant amount of research regarding novel control concepts. To facilitate the structured development of such approaches regarding the criticality of the targeted system, the research and development of a distributed control concept is demonstrated by employing an integrated methodology comprising both the Smart Grids Architecture Model framework (SGAM) and the Smart Grid Algorithm Engineering process model (SGAE). Along the way, a taxonomy of evaluation criteria and evaluation methods for such approaches is presented. For the whole paper, the Dynamic Virtual Power Plants business case (DVPP) serves as motivating example.

“Design, Analysis And Evaluation Of Control Algorithms For Applications In Smart Grids” Metadata:

  • Title: ➤  Design, Analysis And Evaluation Of Control Algorithms For Applications In Smart Grids
  • Authors:
  • Language: English

“Design, Analysis And Evaluation Of Control Algorithms For Applications In Smart Grids” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 25.35 Mbs, the file-s for this book were downloaded 42 times, the file-s went public at Wed Jun 27 2018.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - JPEG Thumb - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find Design, Analysis And Evaluation Of Control Algorithms For Applications In Smart Grids at online marketplaces:


19Adaptive Reduced-Rank LCMV Beamforming Algorithms Based On Joint Iterative Optimization Of Filters: Design And Analysis

By

This paper presents reduced-rank linearly constrained minimum variance (LCMV) beamforming algorithms based on joint iterative optimization of filters. The proposed reduced-rank scheme is based on a constrained joint iterative optimization of filters according to the minimum variance criterion. The proposed optimization procedure adjusts the parameters of a projection matrix and an adaptive reducedrank filter that operates at the output of the bank of filters. We describe LCMV expressions for the design of the projection matrix and the reduced-rank filter. We then describe stochastic gradient and develop recursive least-squares adaptive algorithms for their efficient implementation along with automatic rank selection techniques. An analysis of the stability and the convergence properties of the proposed algorithms is presented and semi-analytical expressions are derived for predicting their mean squared error (MSE) performance. Simulations for a beamforming application show that the proposed scheme and algorithms outperform in convergence and tracking the existing full-rank and reduced-rank algorithms while requiring comparable complexity

“Adaptive Reduced-Rank LCMV Beamforming Algorithms Based On Joint Iterative Optimization Of Filters: Design And Analysis” Metadata:

  • Title: ➤  Adaptive Reduced-Rank LCMV Beamforming Algorithms Based On Joint Iterative Optimization Of Filters: Design And Analysis
  • Authors:
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 9.86 Mbs, the file-s for this book were downloaded 56 times, the file-s went public at Fri Sep 20 2013.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find Adaptive Reduced-Rank LCMV Beamforming Algorithms Based On Joint Iterative Optimization Of Filters: Design And Analysis at online marketplaces:


20The Design And Analysis Of Algorithms

By

This paper presents reduced-rank linearly constrained minimum variance (LCMV) beamforming algorithms based on joint iterative optimization of filters. The proposed reduced-rank scheme is based on a constrained joint iterative optimization of filters according to the minimum variance criterion. The proposed optimization procedure adjusts the parameters of a projection matrix and an adaptive reducedrank filter that operates at the output of the bank of filters. We describe LCMV expressions for the design of the projection matrix and the reduced-rank filter. We then describe stochastic gradient and develop recursive least-squares adaptive algorithms for their efficient implementation along with automatic rank selection techniques. An analysis of the stability and the convergence properties of the proposed algorithms is presented and semi-analytical expressions are derived for predicting their mean squared error (MSE) performance. Simulations for a beamforming application show that the proposed scheme and algorithms outperform in convergence and tracking the existing full-rank and reduced-rank algorithms while requiring comparable complexity

“The Design And Analysis Of Algorithms” Metadata:

  • Title: ➤  The Design And Analysis Of Algorithms
  • Author:
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 1007.13 Mbs, the file-s for this book were downloaded 124 times, the file-s went public at Thu Jun 02 2022.

Available formats:
ACS Encrypted PDF - AVIF Thumbnails ZIP - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -

Related Links:

Online Marketplaces

Find The Design And Analysis Of Algorithms at online marketplaces:


21New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures

By

Subspace and Lanczos iterations have been developed, well documented, and widely accepted as efficient methods for obtaining p-lowest eigen-pair solutions of large-scale, practical engineering problems. The focus of this paper is to incorporate recent developments in vectorized sparse technologies in conjunction with Subspace and Lanczos iterative algorithms for computational enhancements. Numerical performance, in terms of accuracy and efficiency of the proposed sparse strategies for Subspace and Lanczos algorithm, is demonstrated by solving for the lowest frequencies and mode shapes of structural problems on the IBM-R6000/590 and SunSparc 20 workstations.

“New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures” Metadata:

  • Title: ➤  New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures
  • Author:
  • Language: English

“New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 15.33 Mbs, the file-s for this book were downloaded 336 times, the file-s went public at Fri May 27 2011.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures at online marketplaces:


22MIT 3 Divide & Conquer: FFT - Design And Analysis Of Algorithms - Introduction To Alogorithms

MIT Design and Analysis of Algorithms Prof. Erik Demaine Prof. Srini Devadas Prof. Nancy Lynch MIT Course Number 6.046J / 18.410J As Taught In Spring 2015 Level Undergraduate

“MIT 3 Divide & Conquer: FFT - Design And Analysis Of Algorithms - Introduction To Alogorithms” Metadata:

  • Title: ➤  MIT 3 Divide & Conquer: FFT - Design And Analysis Of Algorithms - Introduction To Alogorithms

Edition Identifiers:

Downloads Information:

The book is available for download in "movies" format, the size of the file-s is: 494.99 Mbs, the file-s for this book were downloaded 12 times, the file-s went public at Sun Nov 29 2020.

Available formats:
Archive BitTorrent - Metadata - h.264 720P -

Related Links:

Online Marketplaces

Find MIT 3 Divide & Conquer: FFT - Design And Analysis Of Algorithms - Introduction To Alogorithms at online marketplaces:


23Application And Analysis Of Machine Learning Algorithms For Design Of Concrete Mix With Plasticizer And Without Plasticizer

By

The objective of this paper is to find an alternative to conventional method of concrete mix design. For finding the alternative, 4 machine learning algorithms viz. multi-variable linear regression, Support Vector Regression, Decision Tree Regression and Artificial Neural Network for designing concrete mix of desired properties. The multi-variable linear regression model is just a simplistic baseline model, support vector regression Artificial Neural Network model were made because past researchers worked heavily on them, Decision tree model was made by authors own intuition. Their results have been compared to find the best algorithm. Finally, we check if the best performing algorithm is accurate enough to replace the convention method. For this, we utilize the concrete mix designs done in lab for various on site designs. The models have been designed for both mixes types – with plasticizer and without plasticizer The paper presents detailed comparison of four models Based on the results obtained from the four models, the best one has been selected based on high accuracy and least computational cost. Each sample had 24 features initially, out of which, most significant features were chosen which were contributing towards prediction of a variable using f regression and p values and models were trained on those selected features. Based on the R squared value, best fitting models were selected among the four algorithms used. From the paper, the author(s) conclude that decision tree regression is best for calculating the amount of ingredients required with R squared values close to 0.8 for most of the models. DTR model is also computationally cheaper than ANN and future works with DTR in mix design is highly recommended in this paper.

“Application And Analysis Of Machine Learning Algorithms For Design Of Concrete Mix With Plasticizer And Without Plasticizer” Metadata:

  • Title: ➤  Application And Analysis Of Machine Learning Algorithms For Design Of Concrete Mix With Plasticizer And Without Plasticizer
  • Author:
  • Language: English

“Application And Analysis Of Machine Learning Algorithms For Design Of Concrete Mix With Plasticizer And Without Plasticizer” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 12.44 Mbs, the file-s for this book were downloaded 48 times, the file-s went public at Tue Mar 14 2023.

Available formats:
Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Application And Analysis Of Machine Learning Algorithms For Design Of Concrete Mix With Plasticizer And Without Plasticizer at online marketplaces:


24Design And Analysis Of Algorithms

By

The objective of this paper is to find an alternative to conventional method of concrete mix design. For finding the alternative, 4 machine learning algorithms viz. multi-variable linear regression, Support Vector Regression, Decision Tree Regression and Artificial Neural Network for designing concrete mix of desired properties. The multi-variable linear regression model is just a simplistic baseline model, support vector regression Artificial Neural Network model were made because past researchers worked heavily on them, Decision tree model was made by authors own intuition. Their results have been compared to find the best algorithm. Finally, we check if the best performing algorithm is accurate enough to replace the convention method. For this, we utilize the concrete mix designs done in lab for various on site designs. The models have been designed for both mixes types – with plasticizer and without plasticizer The paper presents detailed comparison of four models Based on the results obtained from the four models, the best one has been selected based on high accuracy and least computational cost. Each sample had 24 features initially, out of which, most significant features were chosen which were contributing towards prediction of a variable using f regression and p values and models were trained on those selected features. Based on the R squared value, best fitting models were selected among the four algorithms used. From the paper, the author(s) conclude that decision tree regression is best for calculating the amount of ingredients required with R squared values close to 0.8 for most of the models. DTR model is also computationally cheaper than ANN and future works with DTR in mix design is highly recommended in this paper.

“Design And Analysis Of Algorithms” Metadata:

  • Title: ➤  Design And Analysis Of Algorithms
  • Author:
  • Language: English

“Design And Analysis Of Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 920.20 Mbs, the file-s for this book were downloaded 217 times, the file-s went public at Fri Dec 27 2019.

Available formats:
ACS Encrypted EPUB - ACS Encrypted PDF - Abbyy GZ - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Design And Analysis Of Algorithms at online marketplaces:


25DTIC ADA617569: Award #1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award #2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication. Award #3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems

By

A high performance, versatile, and reliable underwater communications capability is of strategic importance to the U.S. Navy. Operational scenarios involving the use, monitoring, and coordination of multiple undersea assets, both manned and unmanned and mobile and fixed, are significantly enhanced by the ability to communicate quickly, reliably, in a wide range of environmental conditions, and with minimal constraints on the actions of the platforms involved. The long-term goal of the effort in underwater acoustic communications is to integrate research in the areas of physical oceanography, ocean acoustics, signal processing, and communications theory to 1. develop a underwater communications capability that can be deployed on and used by a wide range of platforms with minimal required external infrastructure and which achieves reliable and high performance under a wide range of environmental and operational conditions, and 2. develop an communications performance prediction capability that enables commanders to reliably predict the performance of deployed communications systems as a function of environmental conditions and the location, velocity, and capabilities of the deployed assets.

“DTIC ADA617569: Award #1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award #2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication. Award #3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems” Metadata:

  • Title: ➤  DTIC ADA617569: Award #1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award #2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication. Award #3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems
  • Author: ➤  
  • Language: English

“DTIC ADA617569: Award #1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award #2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication. Award #3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 4.56 Mbs, the file-s for this book were downloaded 49 times, the file-s went public at Tue Oct 30 2018.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC ADA617569: Award #1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award #2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication. Award #3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems at online marketplaces:


26DESIGN AND ANALYSIS OF ALGORITHMS

By

DESIGN AND ANALYSIS OF ALGORITHMS 

“DESIGN AND ANALYSIS OF ALGORITHMS” Metadata:

  • Title: ➤  DESIGN AND ANALYSIS OF ALGORITHMS
  • Author:
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 51.55 Mbs, the file-s for this book were downloaded 93 times, the file-s went public at Thu Nov 02 2023.

Available formats:
Archive BitTorrent - DjVuTXT - Djvu XML - EPUB - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DESIGN AND ANALYSIS OF ALGORITHMS at online marketplaces:


27Design And Analysis Of Randomized Algorithms : Introduction To Design Paradigms

By

DESIGN AND ANALYSIS OF ALGORITHMS 

“Design And Analysis Of Randomized Algorithms : Introduction To Design Paradigms” Metadata:

  • Title: ➤  Design And Analysis Of Randomized Algorithms : Introduction To Design Paradigms
  • Author:
  • Language: English

“Design And Analysis Of Randomized Algorithms : Introduction To Design Paradigms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 433.22 Mbs, the file-s for this book were downloaded 13 times, the file-s went public at Sat Nov 11 2023.

Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - Item Tile - JPEG Thumb - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Design And Analysis Of Randomized Algorithms : Introduction To Design Paradigms at online marketplaces:


28Analysis And Design Of Optimization Algorithms Via Integral Quadratic Constraints

By

This manuscript develops a new framework to analyze and design iterative optimization algorithms built on the notion of Integral Quadratic Constraints (IQC) from robust control theory. IQCs provide sufficient conditions for the stability of complicated interconnected systems, and these conditions can be checked by semidefinite programming. We discuss how to adapt IQC theory to study optimization algorithms, proving new inequalities about convex functions and providing a version of IQC theory adapted for use by optimization researchers. Using these inequalities, we derive numerical upper bounds on convergence rates for the gradient method, the heavy-ball method, Nesterov's accelerated method, and related variants by solving small, simple semidefinite programming problems. We also briefly show how these techniques can be used to search for optimization algorithms with desired performance characteristics, establishing a new methodology for algorithm design.

“Analysis And Design Of Optimization Algorithms Via Integral Quadratic Constraints” Metadata:

  • Title: ➤  Analysis And Design Of Optimization Algorithms Via Integral Quadratic Constraints
  • Authors:

“Analysis And Design Of Optimization Algorithms Via Integral Quadratic Constraints” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 0.80 Mbs, the file-s for this book were downloaded 25 times, the file-s went public at Sat Jun 30 2018.

Available formats:
Archive BitTorrent - Metadata - Text PDF -

Related Links:

Online Marketplaces

Find Analysis And Design Of Optimization Algorithms Via Integral Quadratic Constraints at online marketplaces:


29Design, Evaluation And Analysis Of Combinatorial Optimization Heuristic Algorithms

By

Combinatorial optimization is widely applied in a number of areas nowadays. Unfortunately, many combinatorial optimization problems are NP-hard which usually means that they are unsolvable in practice. However, it is often unnecessary to have an exact solution. In this case one may use heuristic approach to obtain a near-optimal solution in some reasonable time. We focus on two combinatorial optimization problems, namely the Generalized Traveling Salesman Problem and the Multidimensional Assignment Problem. The first problem is an important generalization of the Traveling Salesman Problem; the second one is a generalization of the Assignment Problem for an arbitrary number of dimensions. Both problems are NP-hard and have hosts of applications. In this work, we discuss different aspects of heuristics design and evaluation. A broad spectrum of related subjects, covered in this research, includes test bed generation and analysis, implementation and performance issues, local search neighborhoods and efficient exploration algorithms, metaheuristics design and population sizing in memetic algorithm. The most important results are obtained in the areas of local search and memetic algorithms for the considered problems. In both cases we have significantly advanced the existing knowledge on the local search neighborhoods and algorithms by systematizing and improving the previous results. We have proposed a number of efficient heuristics which dominate the existing algorithms in a wide range of time/quality requirements. Several new approaches, introduced in our memetic algorithms, make them the state-of-the-art metaheuristics for the corresponding problems. Population sizing is one of the most promising among these approaches; it is expected to be applicable to virtually any memetic algorithm.

“Design, Evaluation And Analysis Of Combinatorial Optimization Heuristic Algorithms” Metadata:

  • Title: ➤  Design, Evaluation And Analysis Of Combinatorial Optimization Heuristic Algorithms
  • Author:
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 88.41 Mbs, the file-s for this book were downloaded 207 times, the file-s went public at Fri Sep 20 2013.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find Design, Evaluation And Analysis Of Combinatorial Optimization Heuristic Algorithms at online marketplaces:


30MIT 6.046J Design And Analysis Of Algorithms, Spring 2015

By

View the complete course: http://ocw.mit.edu/6-046JS15 Instructors: Erik Demaine, Srinivas Devadas, Nancy Ann Lynch 6.046 introduces students to the design of computer algorithms, as well as analysis of sophisticated algorithms. License: Creative Commons BY-NC-SA More information at http://ocw.mit.edu/terms More courses at http://ocw.mit.edu

“MIT 6.046J Design And Analysis Of Algorithms, Spring 2015” Metadata:

  • Title: ➤  MIT 6.046J Design And Analysis Of Algorithms, Spring 2015
  • Author:
  • Language: English

“MIT 6.046J Design And Analysis Of Algorithms, Spring 2015” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "movies" format, the size of the file-s is: 6816.19 Mbs, the file-s for this book were downloaded 44041 times, the file-s went public at Wed Feb 03 2016.

Available formats:
Animated GIF - Archive BitTorrent - Item Tile - MPEG4 - Metadata - Ogg Video - SubRip - Thumbnail -

Related Links:

Online Marketplaces

Find MIT 6.046J Design And Analysis Of Algorithms, Spring 2015 at online marketplaces:


31NASA Technical Reports Server (NTRS) 19990004187: New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures

By

Subspace and Lanczos iterations have been developed, well documented, and widely accepted as efficient methods for obtaining p-lowest eigen-pair solutions of large-scale, practical engineering problems. The focus of this paper is to incorporate recent developments in vectorized sparse technologies in conjunction with Subspace and Lanczos iterative algorithms for computational enhancements. Numerical performance, in terms of accuracy and efficiency of the proposed sparse strategies for Subspace and Lanczos algorithm, is demonstrated by solving for the lowest frequencies and mode shapes of structural problems on the IBM-R6000/590 and SunSparc 20 workstations.

“NASA Technical Reports Server (NTRS) 19990004187: New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures” Metadata:

  • Title: ➤  NASA Technical Reports Server (NTRS) 19990004187: New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures
  • Author: ➤  
  • Language: English

“NASA Technical Reports Server (NTRS) 19990004187: New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 68.36 Mbs, the file-s for this book were downloaded 61 times, the file-s went public at Sat Oct 15 2016.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find NASA Technical Reports Server (NTRS) 19990004187: New Parallel Algorithms For Structural Analysis And Design Of Aerospace Structures at online marketplaces:


32An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis

By

The article begins by examining the fundamentals of traditional deterministic design philosophy. The initial section outlines the concepts of failure criteria and limit state functions two traditional notions that are embedded in deterministic design philosophy. This is followed by a discussion regarding safety factors (a possible limit state function) and the common utilization of statistical concepts in deterministic engineering design approaches. Next the fundamental aspects of a probabilistic failure analysis are explored and it is shown that deterministic design concepts mentioned in the initial portion of the article are embedded in probabilistic design methods. For components fabricated from ceramic materials (and other similarly brittle materials) the probabilistic design approach yields the widely used Weibull analysis after suitable assumptions are incorporated. The authors point out that Weibull analysis provides the rare instance where closed form solutions are available for a probabilistic failure analysis. Since numerical methods are usually required to evaluate component reliabilities, a section on Monte Carlo methods is included to introduce the concept. The article concludes with a presentation of the technical aspects that support the numerical method known as fast probability integration (FPI). This includes a discussion of the Hasofer-Lind and Rackwitz-Fiessler approximations.

“An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis” Metadata:

  • Title: ➤  An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis
  • Authors:
  • Language: English

“An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 6.93 Mbs, the file-s for this book were downloaded 275 times, the file-s went public at Sun May 22 2011.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVu - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis at online marketplaces:


33Design And Analysis Of Parallel Algorithms For Distributed In-situ Array Beamforming

By

Click here to view the University of Florida catalog record

“Design And Analysis Of Parallel Algorithms For Distributed In-situ Array Beamforming” Metadata:

  • Title: ➤  Design And Analysis Of Parallel Algorithms For Distributed In-situ Array Beamforming
  • Author:
  • Language: English

“Design And Analysis Of Parallel Algorithms For Distributed In-situ Array Beamforming” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 111.41 Mbs, the file-s for this book were downloaded 184 times, the file-s went public at Tue Feb 16 2016.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - Cloth Cover Detection Log - DjVu - DjVuTXT - Djvu XML - Dublin Core - Generic Raw Book Zip - Item Tile - MARC - MARC Binary - MARC Source - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Design And Analysis Of Parallel Algorithms For Distributed In-situ Array Beamforming at online marketplaces:


34NASA Technical Reports Server (NTRS) 19960007299: An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis

By

The article begins by examining the fundamentals of traditional deterministic design philosophy. The initial section outlines the concepts of failure criteria and limit state functions two traditional notions that are embedded in deterministic design philosophy. This is followed by a discussion regarding safety factors (a possible limit state function) and the common utilization of statistical concepts in deterministic engineering design approaches. Next the fundamental aspects of a probabilistic failure analysis are explored and it is shown that deterministic design concepts mentioned in the initial portion of the article are embedded in probabilistic design methods. For components fabricated from ceramic materials (and other similarly brittle materials) the probabilistic design approach yields the widely used Weibull analysis after suitable assumptions are incorporated. The authors point out that Weibull analysis provides the rare instance where closed form solutions are available for a probabilistic failure analysis. Since numerical methods are usually required to evaluate component reliabilities, a section on Monte Carlo methods is included to introduce the concept. The article concludes with a presentation of the technical aspects that support the numerical method known as fast probability integration (FPI). This includes a discussion of the Hasofer-Lind and Rackwitz-Fiessler approximations.

“NASA Technical Reports Server (NTRS) 19960007299: An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis” Metadata:

  • Title: ➤  NASA Technical Reports Server (NTRS) 19960007299: An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis
  • Author: ➤  
  • Language: English

“NASA Technical Reports Server (NTRS) 19960007299: An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 22.44 Mbs, the file-s for this book were downloaded 74 times, the file-s went public at Sun Oct 09 2016.

Available formats:
Abbyy GZ - Animated GIF - Archive BitTorrent - DjVuTXT - Djvu XML - JPEG Thumb - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find NASA Technical Reports Server (NTRS) 19960007299: An Overview Of Engineering Concepts And Current Design Algorithms For Probabilistic Structural Analysis at online marketplaces:


35Design And Analysis Of Algorithms CS 502 Handouts

By

CS Books

“Design And Analysis Of Algorithms CS 502 Handouts” Metadata:

  • Title: ➤  Design And Analysis Of Algorithms CS 502 Handouts
  • Author:
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 63.71 Mbs, the file-s for this book were downloaded 926 times, the file-s went public at Thu May 25 2017.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - Scandata - Single Page Processed JP2 ZIP - Text PDF -

Related Links:

Online Marketplaces

Find Design And Analysis Of Algorithms CS 502 Handouts at online marketplaces:


36Design And Analysis Of Algorithms Laboratory 1 ( 1) 1( 0)

By

ADALABPDF

“Design And Analysis Of Algorithms Laboratory 1 ( 1) 1( 0)” Metadata:

  • Title: ➤  Design And Analysis Of Algorithms Laboratory 1 ( 1) 1( 0)
  • Author:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 0.01 Mbs, the file-s went public at Mon Jun 02 2025.

Available formats:
Archive BitTorrent - Metadata -

Related Links:

Online Marketplaces

Find Design And Analysis Of Algorithms Laboratory 1 ( 1) 1( 0) at online marketplaces:


37Analysis And Design Of Parallel Algorithms: Arithmetic And Matrix Problems.

By

ADALABPDF

“Analysis And Design Of Parallel Algorithms: Arithmetic And Matrix Problems.” Metadata:

  • Title: ➤  Analysis And Design Of Parallel Algorithms: Arithmetic And Matrix Problems.
  • Author:
  • Language: und

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 1182.53 Mbs, the file-s for this book were downloaded 15 times, the file-s went public at Thu Jan 25 2024.

Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - EPUB - Item Tile - JPEG Thumb - LCP Encrypted EPUB - LCP Encrypted PDF - Log - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Analysis And Design Of Parallel Algorithms: Arithmetic And Matrix Problems. at online marketplaces:


38The Design And Analysis Of Parallel Algorithms

By

ADALABPDF

“The Design And Analysis Of Parallel Algorithms” Metadata:

  • Title: ➤  The Design And Analysis Of Parallel Algorithms
  • Author:
  • Language: English

“The Design And Analysis Of Parallel Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 1053.17 Mbs, the file-s for this book were downloaded 92 times, the file-s went public at Sat May 28 2022.

Available formats:
ACS Encrypted PDF - AVIF Thumbnails ZIP - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - RePublisher Final Processing Log - RePublisher Initial Processing Log - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -

Related Links:

Online Marketplaces

Find The Design And Analysis Of Parallel Algorithms at online marketplaces:


39DTIC ADA139600: Modular Computing Networks: A New Methodology For Analysis And Design Of Parallel Algorithms/Architectures,

By

Several methods for modeling and analysis of parallel algorithms and architecture have been proposed in the recent years. These include recursion-type methods, like recursion equations, z-transform descriptions and 'do-loops' in high-level programming languages, and precedence-graph-type methods like data-flow graphs (marked graphs) and related Petri-net derived models. This paper presents a new methodology for modeling and analysis of parallel algorithms and architectures. This methodology provides a unified conceptual framework that clearly displays the key properties of parallel systems. This methodology is largely based upon the theory of directed graphs and can, therefore, be expressed both informally, in pictorial fashion, and formally, in the language of precedence relations and compositions of functions. This duality will, hopefully, help to bridge the gap between the two schools of research in this field.

“DTIC ADA139600: Modular Computing Networks: A New Methodology For Analysis And Design Of Parallel Algorithms/Architectures,” Metadata:

  • Title: ➤  DTIC ADA139600: Modular Computing Networks: A New Methodology For Analysis And Design Of Parallel Algorithms/Architectures,
  • Author: ➤  
  • Language: English

“DTIC ADA139600: Modular Computing Networks: A New Methodology For Analysis And Design Of Parallel Algorithms/Architectures,” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 63.24 Mbs, the file-s for this book were downloaded 101 times, the file-s went public at Thu Jan 18 2018.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - JPEG Thumb - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC ADA139600: Modular Computing Networks: A New Methodology For Analysis And Design Of Parallel Algorithms/Architectures, at online marketplaces:


40Introduction To Parallel Computing : Design And Analysis Of Algorithms

Several methods for modeling and analysis of parallel algorithms and architecture have been proposed in the recent years. These include recursion-type methods, like recursion equations, z-transform descriptions and 'do-loops' in high-level programming languages, and precedence-graph-type methods like data-flow graphs (marked graphs) and related Petri-net derived models. This paper presents a new methodology for modeling and analysis of parallel algorithms and architectures. This methodology provides a unified conceptual framework that clearly displays the key properties of parallel systems. This methodology is largely based upon the theory of directed graphs and can, therefore, be expressed both informally, in pictorial fashion, and formally, in the language of precedence relations and compositions of functions. This duality will, hopefully, help to bridge the gap between the two schools of research in this field.

“Introduction To Parallel Computing : Design And Analysis Of Algorithms” Metadata:

  • Title: ➤  Introduction To Parallel Computing : Design And Analysis Of Algorithms
  • Language: English

“Introduction To Parallel Computing : Design And Analysis Of Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 1076.28 Mbs, the file-s for this book were downloaded 159 times, the file-s went public at Fri Oct 15 2021.

Available formats:
ACS Encrypted PDF - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Dublin Core - EPUB - Item Tile - JPEG Thumb - JSON - LCP Encrypted EPUB - LCP Encrypted PDF - Log - MARC - MARC Binary - Metadata - OCR Page Index - OCR Search Text - PNG - Page Numbers JSON - Scandata - Single Page Original JP2 Tar - Single Page Processed JP2 ZIP - Text PDF - Title Page Detection Log - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Introduction To Parallel Computing : Design And Analysis Of Algorithms at online marketplaces:


41Design Of A Maximum Power Point Tracker With Simulation, Analysis, And Comparison Of Algorithms

By

In this thesis, the advantages of three different maximum power point tracking (MPPT) algorithm are investigated. By simulation, the performance and efficiency of these algorithms was analyzed. By using MATLAB's SimPowerSystems block set, we created the model comprised of a Kyocera KD135GX-LP solar panel powering a buck converter controlled by the MPPT algorithms driving a resistive load. The main objective was to track the maximum power point (MPP) of the solar array by modulating the buck converter's duty cycle, thereby, optimizing the power output of the panel. The three algorithms observed performance was on par with other real world tests of these algorithms as seen in other published work. The Perturb and Observe (P&O) algorithm performed with a higher overall efficiency and was able to track the MPP quickly, while the Incremental Conductance (InC) algorithm had similar performance but requires more intensive calculations. The analysis of these algorithms led to a greater understanding of where the inefficiencies of this type of system are located, allowing improvement in future work on this subject.

“Design Of A Maximum Power Point Tracker With Simulation, Analysis, And Comparison Of Algorithms” Metadata:

  • Title: ➤  Design Of A Maximum Power Point Tracker With Simulation, Analysis, And Comparison Of Algorithms
  • Author:
  • Language: English

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 340.81 Mbs, the file-s for this book were downloaded 133 times, the file-s went public at Fri Apr 26 2019.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - Unknown - chOCR - hOCR -

Related Links:

Online Marketplaces

Find Design Of A Maximum Power Point Tracker With Simulation, Analysis, And Comparison Of Algorithms at online marketplaces:


42DTIC ADA055823: The Design And Analysis Of Algorithms For Asynchronous Multiprocessors.

By

The characteristic of an asynchronous multiprocessor is that it is composed of several processors capable of carrying out the execution of their own programs in a completely independent fashion. As a consequence, parallel algorithms for asynchronous multiprocessors present some unique aspects in both their design and their analysis. This thesis explores the issues raised by the design and the analysis of parallel algorithms for asynchronous multiprocessors and illustrates the various notions and concepts involved with these algorithms by considering problems in diverse areas. The thesis demonstrates that asynchronous multiprocessors can be used efficiently in different problem domains, provided that appropriate algorithms are used. It also illustrates various techniques useful in the analysis of such algorithms. As evidenced by a series of experimental results, the computation time required by a process to execute several instances of the same task on an asynchronous multiprocessor cannot be regarded as constant and is actually subject to important fluctuations. These fluctuations in computation times have a negative effect on the performance of parallel algorithms when several processes cooperating in the solution of a problem communicate extensively among themselves. In this case, when synchronization is used, it tends to introduce a prohibitive overhead which decreases the parallelism. On the other hand, an algorithm is presented to illustrate that the fluctuations are not always a negative factor but can also be utilized advantageously.

“DTIC ADA055823: The Design And Analysis Of Algorithms For Asynchronous Multiprocessors.” Metadata:

  • Title: ➤  DTIC ADA055823: The Design And Analysis Of Algorithms For Asynchronous Multiprocessors.
  • Author: ➤  
  • Language: English

“DTIC ADA055823: The Design And Analysis Of Algorithms For Asynchronous Multiprocessors.” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 148.66 Mbs, the file-s for this book were downloaded 68 times, the file-s went public at Tue Jun 06 2017.

Available formats:
Abbyy GZ - Archive BitTorrent - Cloth Cover Detection Log - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC ADA055823: The Design And Analysis Of Algorithms For Asynchronous Multiprocessors. at online marketplaces:


43DTIC ADA333351: Essential Elements Of Computational Algorithms For Aerodynamic Analysis And Design

By

This paper traces the development of computational fluid dynamics as a tool for aircraft design. It addresses the requirements for effective industrial use, and trade-offs between modeling accuracy and computational costs. Essential elements of algorithm design are discussed in detail, together with a unified approach to the design of shock capturing schemes. Finally, the paper discusses the use of techniques drawn from control theory to determine optimal aerodynamic shapes. In the future multidisciplinary analysis and optimization should be combined to provide an integrated design environment.

“DTIC ADA333351: Essential Elements Of Computational Algorithms For Aerodynamic Analysis And Design” Metadata:

  • Title: ➤  DTIC ADA333351: Essential Elements Of Computational Algorithms For Aerodynamic Analysis And Design
  • Author: ➤  
  • Language: English

“DTIC ADA333351: Essential Elements Of Computational Algorithms For Aerodynamic Analysis And Design” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 104.65 Mbs, the file-s for this book were downloaded 82 times, the file-s went public at Mon Apr 09 2018.

Available formats:
Abbyy GZ - Additional Text PDF - Archive BitTorrent - DjVuTXT - Djvu XML - Image Container PDF - JPEG Thumb - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC ADA333351: Essential Elements Of Computational Algorithms For Aerodynamic Analysis And Design at online marketplaces:


44DTIC ADA461336: Design And Analysis Of Distributed Routing Algorithms

By

Route assignment is one of the operational problems of communication network, and adaptive routing schemes are required to achieve real time performance. This thesis introduces, verifies and analyses two new distributed, shortest-path routing algorithms, which are called, Path-Finding Algorithm (PFA) and Loop-Free Path-Finding Algorithm (LPA). Both algorithms require each routing node to know only the distance and the second-to-last-hop (or predecessor) node to each destination. In addition to the above information, LPA uses an efficient inter-neighbor coordination mechanism spanning over a single hop. PFA reduces the formation of temporary loops significantly, while LPA achieves loop-freedom at every instant by eliminating temporary loops. The average performance of these two algorithms is compared with the Diffusing Update Algorithm (DUAL) and an ideal link state (ILS) using Dijkstra's shortest-path algorithm by simulation; this performance comparison is made in terms of time taken for convergence, number of packets exchanged and the total number of operations required for convergence by each of the algorithms. The simulations were performed using a C-based simulation tool called Drama, along with a network simulation library. The results indicated that the performance of PFA is comparable to that of DUAL and ILS and that a significant improvement in performance can be achieved with LPA over DUAL and ILS.

“DTIC ADA461336: Design And Analysis Of Distributed Routing Algorithms” Metadata:

  • Title: ➤  DTIC ADA461336: Design And Analysis Of Distributed Routing Algorithms
  • Author: ➤  
  • Language: English

“DTIC ADA461336: Design And Analysis Of Distributed Routing Algorithms” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 34.33 Mbs, the file-s for this book were downloaded 65 times, the file-s went public at Sat Jun 09 2018.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - JPEG Thumb - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC ADA461336: Design And Analysis Of Distributed Routing Algorithms at online marketplaces:


45DTIC AD1013911: Award 1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award 2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication Award. 3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems

By

Route assignment is one of the operational problems of communication network, and adaptive routing schemes are required to achieve real time performance. This thesis introduces, verifies and analyses two new distributed, shortest-path routing algorithms, which are called, Path-Finding Algorithm (PFA) and Loop-Free Path-Finding Algorithm (LPA). Both algorithms require each routing node to know only the distance and the second-to-last-hop (or predecessor) node to each destination. In addition to the above information, LPA uses an efficient inter-neighbor coordination mechanism spanning over a single hop. PFA reduces the formation of temporary loops significantly, while LPA achieves loop-freedom at every instant by eliminating temporary loops. The average performance of these two algorithms is compared with the Diffusing Update Algorithm (DUAL) and an ideal link state (ILS) using Dijkstra's shortest-path algorithm by simulation; this performance comparison is made in terms of time taken for convergence, number of packets exchanged and the total number of operations required for convergence by each of the algorithms. The simulations were performed using a C-based simulation tool called Drama, along with a network simulation library. The results indicated that the performance of PFA is comparable to that of DUAL and ILS and that a significant improvement in performance can be achieved with LPA over DUAL and ILS.

“DTIC AD1013911: Award 1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award 2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication Award. 3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems” Metadata:

  • Title: ➤  DTIC AD1013911: Award 1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award 2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication Award. 3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems
  • Author: ➤  
  • Language: English

“DTIC AD1013911: Award 1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award 2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication Award. 3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems” Subjects and Themes:

Edition Identifiers:

Downloads Information:

The book is available for download in "texts" format, the size of the file-s is: 4.71 Mbs, the file-s for this book were downloaded 54 times, the file-s went public at Mon Jan 06 2020.

Available formats:
Abbyy GZ - Archive BitTorrent - DjVuTXT - Djvu XML - Item Tile - Metadata - OCR Page Index - OCR Search Text - Page Numbers JSON - Scandata - Single Page Processed JP2 ZIP - Text PDF - chOCR - hOCR -

Related Links:

Online Marketplaces

Find DTIC AD1013911: Award 1 Title: Acoustic Communications 2011 Experiment: Deployment Support And Post Experiment Data Handling And Analysis. Award 2 Title: Exploiting Structured Dependencies In The Design Of Adaptive Algorithms For Underwater Communication Award. 3 Title: Coupled Research In Ocean Acoustics And Signal Processing For The Next Generation Of Underwater Acoustic Communication Systems at online marketplaces:


Source: The Open Library

The Open Library Search Results

Available books for downloads and borrow from The Open Library

1Design and analysis of algorithms

By

Book's cover

“Design and analysis of algorithms” Metadata:

  • Title: ➤  Design and analysis of algorithms
  • Author:
  • Language: English
  • Number of Pages: Median: 447
  • Publisher: PWS-KENT Pub. Co.
  • Publish Date:
  • Publish Location: Boston

“Design and analysis of algorithms” Subjects and Themes:

Edition Identifiers:

Access and General Info:

  • First Year Published: 1989
  • Is Full Text Available: Yes
  • Is The Book Public: No
  • Access Status: Borrowable

Online Access

Downloads Are Not Available:

The book is not public therefore the download links will not allow the download of the entire book, however, borrowing the book online is available.

Online Borrowing:

Online Marketplaces

Find Design and analysis of algorithms at online marketplaces:


Source: LibriVox

LibriVox Search Results

Available audio books for downloads from LibriVox

1Elegiac Sonnets and Other Poems

By

Charlotte Turner Smith (1749 – 1806) was an English poet and novelist. She initiated a revival of the English sonnet, helped establish the conventions of Gothic fiction, and wrote political novels of sensibility.<br /><br />It was in 1784, in debtor's prison with her husband Benjamin, that she wrote and published her first work, Elegiac Sonnets. The work achieved instant success, allowing Charlotte to pay for their release from prison. Smith's sonnets helped initiate a revival of the form and granted an aura of respectability to her later novels.<br /><br />Stuart Curran, the editor of Smith's poems, has written that Smith is "the first poet in England whom in retrospect we would call Romantic". She helped shape the "patterns of thought and conventions of style" for the period. Romantic poet William Wordsworth was the most affected by her works. He said of Smith in the 1830s that she was "a lady to whom English verse is under greater obligations than are likely to be either acknowledged or remembered". By the second half of the nineteenth century, however, Smith was largely forgotten.

“Elegiac Sonnets and Other Poems” Metadata:

  • Title: ➤  Elegiac Sonnets and Other Poems
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 107
  • Total Time: 3:04:49

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: elegiac_sonnets_0903_librivox
  • File Format: zip
  • Total Time: 3:04:49
  • Download Link: Download link

Online Marketplaces

Find Elegiac Sonnets and Other Poems at online marketplaces:


2Wealth of Nations, Book 1

By

Book's cover

An Inquiry into the Nature and Causes of the Wealth of Nations is the magnum opus of the Scottish economist Adam Smith, published on March 9, 1776 during the Scottish Enlightenment. It is a clearly written account of political economy at the dawn of the Industrial Revolution, and is widely considered to be the first modern work in the field of economics. (Summary from Wikipedia)

“Wealth of Nations, Book 1” Metadata:

  • Title: Wealth of Nations, Book 1
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 25
  • Total Time: 9:17:25

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: wealth_nations01_se
  • File Format: zip
  • Total Time: 9:17:25
  • Download Link: Download link

Online Marketplaces

Find Wealth of Nations, Book 1 at online marketplaces:


3Theory of Moral Sentiments (First Edition)

By

"How selfish soever man may be supposed, there are evidently some principles in his nature, which interest him in the fortunes of others, and render their happiness necessary to him, though he derives nothing from it, except the pleasure of seeing it." (from The Theory of Moral Sentiments)<br><br>Adam Smith considered his first major book, The Theory of Moral Sentiments, his most important work. Indeed, the tome was a wild success upon its publication, selling out immediately. It has not lost popularity since. In this legendary work, Smith discusses the nature of morality, and the motives behind and origins of these "sentiments." Originally published in 1759, this work provides the philosophical underpinnings for his later works, as well as elucidating the psychological and moral foundations of the workings of a complex society. Smith parses many important concepts in this book, with the central questions perhaps being: Where do our moral principles come from? Are they divine and inborn, reflection of man-made laws, or rational, based on their usefulness to society? Smith's answers to these questions and more, and his explanation of how such sentiments, however derived, influence society's self-coordination, have interested lay and scholar alike for hundreds of years. (summary written by Nikki Sullivan)<br /><br /> note: This is the First edition, the 6th edition was revised and extra material added.

“Theory of Moral Sentiments (First Edition)” Metadata:

  • Title: ➤  Theory of Moral Sentiments (First Edition)
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 31
  • Total Time: 12:44:19

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Number of Sections: 31 sections

Online Access

Download the Audio Book:

  • File Name: theoryofmoralsentiments_0910_librivox
  • File Format: zip
  • Total Time: 12:44:19
  • Download Link: Download link

Online Marketplaces

Find Theory of Moral Sentiments (First Edition) at online marketplaces:


4Little Bear

By

A story for children about a little bear with no name, “there were not enough names to go round,” and his adventures in finding one. (Summary by Carolyn Frances)

“Little Bear” Metadata:

  • Title: Little Bear
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 15
  • Total Time: 1:28:07

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: little_bear_cf_librivox
  • File Format: zip
  • Total Time: 1:28:07
  • Download Link: Download link

Online Marketplaces

Find Little Bear at online marketplaces:


5Fairy Ring

By

<i>The Fairy Ring</i>, originally published in 1910, is a collection of 63 fairy tales from around the globe. It includes such well-known favorites as "History of Jack the Giant-Killer", "The Frog Prince","Rumpel-stilts-ken", and "Snow-white and Rose-red", among many others. Children of all ages will enjoy these stories. (Summary by Paul Williams)

“Fairy Ring” Metadata:

  • Title: Fairy Ring
  • Authors:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 64
  • Total Time: 17:35:36

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: fairyring_0905_librivox
  • File Format: zip
  • Total Time: 17:35:36
  • Download Link: Download link

Online Marketplaces

Find Fairy Ring at online marketplaces:


6Wealth of Nations, Book 2 and 3

By

Book's cover

An Inquiry into the Nature and Causes of the Wealth of Nations is the magnum opus of the Scottish economist Adam Smith, published on March 9, 1776 during the Scottish Enlightenment. It is a clearly written account of political economy at the dawn of the Industrial Revolution, and is widely considered to be the first modern work in the field of economics. (from Wikipedia)

“Wealth of Nations, Book 2 and 3” Metadata:

  • Title: ➤  Wealth of Nations, Book 2 and 3
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 12
  • Total Time: 5:39:01

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: wealth_nations02-03_smith_se_librivox
  • File Format: zip
  • Total Time: 5:39:01
  • Download Link: Download link

Online Marketplaces

Find Wealth of Nations, Book 2 and 3 at online marketplaces:


7Masters of Space

By

Book's cover

The Masters had ruled all space with an unconquerable iron fist. But the Masters were gone. And this new, young race who came now to take their place--could they hope to defeat the ancient Enemy of All? (Summary by Gutenberg)

“Masters of Space” Metadata:

  • Title: Masters of Space
  • Authors:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 14
  • Total Time: 6:42:30

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 14 sections

Online Access

Download the Audio Book:

  • File Name: masters_of_space_rjd_librivox
  • File Format: zip
  • Total Time: 6:42:30
  • Download Link: Download link

Online Marketplaces

Find Masters of Space at online marketplaces:


8Wealth of Nations, Book 4

By

Book's cover

An Inquiry into the Nature and Causes of the Wealth of Nations is the magnum opus of the Scottish economist Adam Smith, published on March 9, 1776 during the Scottish Enlightenment. It is a clearly written account of political economy at the dawn of the Industrial Revolution, and is widely considered to be the first modern work in the field of economics. (from Wikipedia)

“Wealth of Nations, Book 4” Metadata:

  • Title: Wealth of Nations, Book 4
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 23
  • Total Time: 10:46:19

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: wealth_nations04_1001_librivox
  • File Format: zip
  • Total Time: 10:46:19
  • Download Link: Download link

Online Marketplaces

Find Wealth of Nations, Book 4 at online marketplaces:


9Triplanetary

By

Book's cover

“Doc” E.E. Smith pretty much invented the space opera genre, and Triplanetary is a good and well-known example. Physics, time, and politics never stand in the way of a plot that gallops ahead without letup. Having earned a PhD in chemical engineering, it’s understandable that the heroes of Smith’s story are all scientists. He didn’t want to be constrained by the limits of known science, however, so in his hands the electromagnetic spectrum becomes a raw material to be molded into ever-more amazing and lethal forms, and the speed of light is no bar to traveling through the interstellar void. Come enjoy this story of yesteryear, set in tomorrow, where real women ignite love at a glance, real men achieve in days what governments manage in decades, and aliens are an ever-present threat to Life-As-We-Know-It! (Summary by Mark F. Smith)

“Triplanetary” Metadata:

  • Title: Triplanetary
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 13
  • Total Time: 6:25:19

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: triplanetary_0907_librivox
  • File Format: zip
  • Total Time: 6:25:19
  • Download Link: Download link

Online Marketplaces

Find Triplanetary at online marketplaces:


10Spacehounds of IPC

By

Book's cover

When the Inter-Planetary Corporation's (IPC) crack liner “IPV Arcturus” took off on a routine flight to Mars, it turned out to be the beginning of a unexpected and long voyage. There had been too many reports of errors in ship's flight positions from the Check Stations and brilliant physicist Dr. Percival (“Steve”) Stevens is aboard the Arcturus on a fact-finding mission to find out what's really happening, and hopefully save the honor of the brave pilots of the space-liner Arcturus from the desk-jockeys' in the Check Stations implications of imprecision - the nastiest insult you could cast at a ships pilot. He and the pilots are right, it was the Check Stations that were out of position, not the ships. But that's cold consolation because before the Arcturus reaches Mars it's attacked by a small, mysterious, globe shaped spaceship. (Summary from Wikipedia)

“Spacehounds of IPC” Metadata:

  • Title: Spacehounds of IPC
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 13
  • Total Time: 9:42:22

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: spacehounds_of_ipc_1005_librivox
  • File Format: zip
  • Total Time: 9:42:22
  • Download Link: Download link

Online Marketplaces

Find Spacehounds of IPC at online marketplaces:


11Wealth of Nations, Book 5

By

Book's cover

An Inquiry into the Nature and Causes of the Wealth of Nations is the magnum opus of the Scottish economist Adam Smith, published on March 9, 1776 during the Scottish Enlightenment. It is a clearly written account of political economy at the dawn of the Industrial Revolution, and is widely considered to be the first modern work in the field of economics. (Introduction from Wikipedia)<br /><br />This project was proof listened by mim@can, Betty M., and Barry Eads.

“Wealth of Nations, Book 5” Metadata:

  • Title: Wealth of Nations, Book 5
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 18
  • Total Time: 10:51:09

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: wealth_of_nations_1104_librivox
  • File Format: zip
  • Total Time: 10:51:09
  • Download Link: Download link

Online Marketplaces

Find Wealth of Nations, Book 5 at online marketplaces:


12God of All Comfort

By

This book is written to Christians who profess to believe the Bible as God's revelation, but whose "lives are filled with discomfort and unrest." Smith aims to show that the Bible's claim that God is the "the God of all comfort" is not an over-advertisement or misunderstanding, but that it is possible to avail ourselves of the doubts and heavy anxieties that plague so many Christians. <br><br> By explaining God's part and man's part, Smith aims to show her readers that it is possible to overcome feelings of defeat and despair and find rest and peace in Christ. Abundant life and genuine enduring joy are available to all believers - even you. Deep and lasting peace, beyond all Earthly circumstances, is possible. (Introduction by Rachel Craig)

“God of All Comfort” Metadata:

  • Title: God of All Comfort
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 17
  • Total Time: 8:04:40

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source:
  • Number of Sections: 17 sections

Online Access

Download the Audio Book:

  • File Name: god_comfort_1110_librivox
  • File Format: zip
  • Total Time: 8:04:40
  • Download Link: Download link

Online Marketplaces

Find God of All Comfort at online marketplaces:


13America

By

LibriVox volunteers bring you 5 recordings of America by Samuel Francis Smith. This was the Weekly Poetry project for July 4th, 2010.

“America” Metadata:

  • Title: America
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 5
  • Total Time: 0:07:58

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: america_1007_librivox
  • File Format: zip
  • Total Time: 0:07:58
  • Download Link: Download link

Online Marketplaces

Find America at online marketplaces:


14Skylark of Space

By

Book's cover

The novel begins with the accidental discovery, in a Government laboratory in Washington D. C., of a form of clean nuclear power. Our hero, Dr. Richard Seaton, uses this power to build first a flying belt and then an interstellar spaceship. He later discovers that the process operates by generation and manipulation of gravity fields.<br /><br /> When his government coworkers do not believe him, Seaton acquires rights to his discovery from the government and commercializes it with the aid of his friend, millionaire inventor Martin Crane. A former colleague, Dr. Marc DuQuesne, joins with the unscrupulous World Steel Corporation to try to steal Seaton's invention. The resulting conflict escalates, as Seaton and Duquesne develop greater and greater technical capabilities and enlist more and more powerful alien races as allies.. (Summary by Wikipedia)

“Skylark of Space” Metadata:

  • Title: Skylark of Space
  • Authors:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 19
  • Total Time: 9:22:35

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: skylark_of_space_1012_librivox
  • File Format: zip
  • Total Time: 9:22:35
  • Download Link: Download link

Online Marketplaces

Find Skylark of Space at online marketplaces:


15Skylark of Space (version 2)

By

Book's cover

The Skylark of Space is one of the earliest novels of interstellar travel and is considered a classic of pulp science fiction. Originally serialized in 1928 in the magazine Amazing Stories it is often categorized as the first literary space opera, complete with protagonists perfect in mind, body, and spirit, who fight against villains of absolute evil. (Introduction from Wikipedia)

“Skylark of Space (version 2)” Metadata:

  • Title: Skylark of Space (version 2)
  • Authors:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 19
  • Total Time: 8:59:33

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 19 sections

Online Access

Download the Audio Book:

  • File Name: skylark_space_2_1012_librivox
  • File Format: zip
  • Total Time: 8:59:33
  • Download Link: Download link

Online Marketplaces

Find Skylark of Space (version 2) at online marketplaces:


16Skylark Three

By

Book's cover

This is a sequel to The Skylark of Space. The novel concerns Richard Seaton and his allies who have encounters with aliens while fighting DuQuesne and the Fenachrone..(Introduction by Wikipedia)

“Skylark Three” Metadata:

  • Title: Skylark Three
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 17
  • Total Time: 9:59:18

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: skylark_three_1103_librivox
  • File Format: zip
  • Total Time: 9:59:18
  • Download Link: Download link

Online Marketplaces

Find Skylark Three at online marketplaces:


17Description of New England

By

Captain John Smith (c. January 1580 – June 21, 1631) Admiral of New England was an English soldier, explorer, and author. He was knighted for his services to Sigismund Bathory, Prince of Transylvania. He is remembered for his role in establishing the first permanent English settlement in North America at Jamestown, Virginia, and his brief association with the Virginia Indian girl Pocahontas during an altercation with the Powhatan Confederacy and her father, Chief Powhatan. He was a leader of the Virginia Colony (based at Jamestown) between September 1608 and August 1609, and led an exploration along the rivers of Virginia and the Chesapeake Bay.<br /><br />His books and maps may have been as important as his deeds, as they encouraged more Englishmen and women to follow the trail he had blazed and to colonize the New World. He gave the name New England to that region, and encouraged people with the comment, "Here every man may be master and owner of his owne labour and land...If he have nothing but his hands, he may...by industrie quickly grow rich."<br /><br />In 1614, Smith returned to the Americas in a voyage to the coasts of Maine and Massachusetts Bay. He named the region "New England". He made two attempts in 1614 and 1615 to return to the same coast. First a storm dismasted his ship. In the second attempt, he was captured by French pirates off the Azores. Smith escaped after weeks of captivity and made his way back to England, where he published an account of his two voyages as A Description of New England. He never left England again. He died in the year 1631 in London at the age of 51. (Introduction by Wikipedia)

“Description of New England” Metadata:

  • Title: Description of New England
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 7
  • Total Time: 2:26:42

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: description_new_england_1106_librivox
  • File Format: zip
  • Total Time: 2:26:42
  • Download Link: Download link

Online Marketplaces

Find Description of New England at online marketplaces:


18Old Manor House

By

The proud, cruel and arrogant Mrs. Rayland never married. Therefore, "Rayland Hall", the old Manor House of the title, had to pass to their heir, Somerive, whom they never treated kindly. According to the British laws at the time, the heir must be the oldest son. But what is to be done when the second son is more worthy of it - and is more beloved by Miss Rayland herself? And must the fact that he is in love with a servant and dependent of Miss Rayland take its toll? (Summary by Stav Nisser)

“Old Manor House” Metadata:

  • Title: Old Manor House
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 53
  • Total Time: 24:54:12

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: old_manor_house_1107_librivox
  • File Format: zip
  • Total Time: 24:54:12
  • Download Link: Download link

Online Marketplaces

Find Old Manor House at online marketplaces:


19Guide to the Study of the Christian Religion

By

Articles by numerous authors, compiled into a single collection for use by first year divinity students. This book is intended to be a guide to the study of the Christian religion for Protestants. It was prepared to aid students to understand various aspects of education for the Christian ministry, including basic textual studies, theology, Christian history, denominations, Christian ethics and pastoral duties. (Summary by JoeD)

“Guide to the Study of the Christian Religion” Metadata:

  • Title: ➤  Guide to the Study of the Christian Religion
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 66
  • Total Time: 26:25:12

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: guide_study_christian_religion_1302_librivox
  • File Format: zip
  • Total Time: 26:25:12
  • Download Link: Download link

Online Marketplaces

Find Guide to the Study of the Christian Religion at online marketplaces:


20Triplanetary, First in the Lensman Series

By

Book's cover

Triplanetary was first serialized in Amazing Stories in 1934. After the Lensman series became popular, Smith took his Triplanetary story and turned it into the first of the Lensman series, using it as a prequel to give the back story for the protaganists in the Lensmen series. He added 6 new chapters, doubling it in size and it's really a different book from the serialized novel, being published 14 years after the first. It was put into Gutenberg just last year.<br /><br /> The novel covers several episodes in an eons-long eugenics project of the super-intelligences of the Arisia. This alien race is breeding two genetic lines to become the ultimate weapon in Arisia's cosmic war with their arch enemy, the Eddore. The initial chapters cover the Kinnison genetic line during the fall of Atlantis and Nero's (Gharlane of Eddore) reign in Rome. These tales were inserted into the novel following the serialized release, along with chapters covering members of the Kinnison line in World Wars One, Two and Three. The final chapter of Triplanetary tells of the discovery of the inertialess drive that allows faster than light travel. Patrolman Conway Costigan and his friends engage in a space battle with Gray Roger the pirate gangster. This conflict is complicated by the arrival of the technologically superior, extra-Solar, amphibian-like Nevians, resulting in the first interstellar war involving humans. In this story Virgil Samms and Roderick Kinnison, two very important members of the eugenics project, are introduced. They will play the leading roles in the next story, First Lensman. (Summary by Wikipedia and Phil Chenevert)

“Triplanetary, First in the Lensman Series” Metadata:

  • Title: ➤  Triplanetary, First in the Lensman Series
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 19
  • Total Time: 10:31:09

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: triplanetary_1110_librivox
  • File Format: zip
  • Total Time: 10:31:09
  • Download Link: Download link

Online Marketplaces

Find Triplanetary, First in the Lensman Series at online marketplaces:


21Atrocities of the Pirates

By

In 1822, Aaron Smith, a young English seaman, was taken captive by Cuban pirates when his ship was boarded en route from Jamaica to England. Forced to work as a navigator and as a member of pirate boarding parties, he witnessed unspeakable acts of murder and torture. Befriended by a young Cuban woman, he managed to escape with his life, but was arrested as a pirate in Havana and sent back to England in chains. There, he found himself on trial for his life at the Old Bailey courthouse—with the attorney general himself leading the prosecution. Smith's dramatic account of his personal experience is a brutally honest, unromanticized [sic] look at piracy in the 19th century. (Summary by Google Books)

“Atrocities of the Pirates” Metadata:

  • Title: Atrocities of the Pirates
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 8
  • Total Time: 3:37:30

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: atrocities_pirates_1203_librivox
  • File Format: zip
  • Total Time: 3:37:30
  • Download Link: Download link

Online Marketplaces

Find Atrocities of the Pirates at online marketplaces:


22Vortex Blaster

By

Book's cover

Uncontrolled, terribly violent Atomic Vortices are slowly destroying civilization on every human planet throughout the galaxy. Nothing can contain or stop them despite the lensmen's best efforts until one destroys the home and family of "Storm" Cloud, brilliant atomic physicist. The tragedy triggers actions on his part that pit him one-on-one against the horrible vortices. Introducing "storm" Cloud as THE Vortex Blaster (Summary by book cover and Phil Chenevert)

“Vortex Blaster” Metadata:

  • Title: Vortex Blaster
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 4
  • Total Time: 0:55:32

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: vortexblaster_pc_librivox
  • File Format: zip
  • Total Time: 0:55:32
  • Download Link: Download link

Online Marketplaces

Find Vortex Blaster at online marketplaces:


23On The Seashore

By

Book's cover

This gifted nature writer who is so good at describing animals and their habitat and habits here gives us a look at many of the fascinating creatures that can be found on the seashore. Starfish, the many types of crabs, shrimp, sea weed and finally something called the Precious Wentletrap which I will allow your imagination to think about for a while. His writing is clear and, as always, easy to read. Note that these are presented as educational 'lessons' on the various animals found near the sea and each lesson or chapter ends with a few questions called 'Exercises' which the student is asked to see if the main points of the chapter are retained. These questions have been include in the audiobook at the end of each chapter (Summary by Phil Chenevert)

“On The Seashore” Metadata:

  • Title: On The Seashore
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 11
  • Total Time: 1:48:19

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 11 sections

Online Access

Download the Audio Book:

  • File Name: ontheseaxhore_1303_librivox
  • File Format: zip
  • Total Time: 1:48:19
  • Download Link: Download link

Online Marketplaces

Find On The Seashore at online marketplaces:


24Girls of Friendly Terrace (or Peggy Raymond's Success)

By

Peggy Raymond and her friends, Amy, Priscilla and Ruth, encounter a new neighbour, Elaine, and her family. While Peggy, in her usual cheerful and practical manner, welcomes them into the neighbourhood of Friendly Terrace, a variety of mysteries slowly unfold about them and why they ended up moving there. (Harriet Lummis Smith later went on to write four sequels to Eleanor H. Porter's "Pollyanna" books.) (Summary by Daryl Wor)

“Girls of Friendly Terrace (or Peggy Raymond's Success)” Metadata:

  • Title: ➤  Girls of Friendly Terrace (or Peggy Raymond's Success)
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 21
  • Total Time: 5:43:14

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: girls_terrace_dw_librivox
  • File Format: zip
  • Total Time: 5:43:14
  • Download Link: Download link

Online Marketplaces

Find Girls of Friendly Terrace (or Peggy Raymond's Success) at online marketplaces:


25Within the Deep

By

Book's cover

Presented in the form of lessons, R. Cadwallader Smith vividly portrays life in the ocean. Learn about the common and not so common that swim about in the deep, how they hunt for food and hide from enemies, visit a nursery and find out about the babies that live there, or take a stroll in an underwater garden. (Summary by Laura Victoria)

“Within the Deep” Metadata:

  • Title: Within the Deep
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 11
  • Total Time: 1:32:51

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 11 sections

Online Access

Download the Audio Book:

  • File Name: within_the_deep_lv_librivox
  • File Format: zip
  • Total Time: 1:32:51
  • Download Link: Download link

Online Marketplaces

Find Within the Deep at online marketplaces:


26Peggy Raymond's Vacation (or Friendly Terrace Transplanted)

By

Book's cover

Sequel to The Girls of Friendly Terrace (or Peggy Raymond's Success). As the summer opens the girls fan themselves on the porch, wishing for a get away. As it happens, opportunity knocks, leading them into a country vacation along with a few more members to the party. (Summary by Daryl Wor)

“Peggy Raymond's Vacation (or Friendly Terrace Transplanted)” Metadata:

  • Title: ➤  Peggy Raymond's Vacation (or Friendly Terrace Transplanted)
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 20
  • Total Time: 6:07:32

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 20 sections

Online Access

Download the Audio Book:

  • File Name: peggy_raymond_vacation_librivox
  • File Format: zip
  • Total Time: 6:07:32
  • Download Link: Download link

Online Marketplaces

Find Peggy Raymond's Vacation (or Friendly Terrace Transplanted) at online marketplaces:


27Peggy Raymond's School Days (or Old Girls And New)

By

Published in 1916, this third installment with The Friendly Terrace girls places them in The Girl’s High School, with an array of new characters, and a few peripherally known from the first book. A heavier edge of drama comes through via a new student with a superiority complex, another student whose diligent scholastic achievements mar her socially, and an odd tradition of affectionate favouritism between Freshman and Seniors which proves to be awkward and disruptive to more than just the students. Peggy, Amy, Priscilla and Ruth are again faced with new challenges, and complicated scenarios to help resolve. (Summary by Daryl Wor)

“Peggy Raymond's School Days (or Old Girls And New)” Metadata:

  • Title: ➤  Peggy Raymond's School Days (or Old Girls And New)
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 20
  • Total Time: 5:14:16

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Number of Sections: 20 sections

Online Access

Download the Audio Book:

  • File Name: peggy_raymond_school_days_librivox
  • File Format: zip
  • Total Time: 5:14:16
  • Download Link: Download link

Online Marketplaces

Find Peggy Raymond's School Days (or Old Girls And New) at online marketplaces:


28Friendly Terrace Quartette (or Peggy Raymond At The Poplars)

By

The Friendly Terrace Quartette (or Peggy Raymond At The Poplars) published in 1920, finds Peggy and her friends preparing for The Great War. Young men they had known as boys are signing up to train and fight as soldiers, while the girls find themselves looking for what they can do to help. Priscilla, and Amy join Peggy in The Land Army to assist in agricultural labour usually left to men of the period. Ruth, of weaker health, must remain on Friendly Terrace but manages to find her own way to be useful. In the station of The Land Army, known as The Poplars, Peggy, Priscilla and Amy meet many other young women who have come to lend aid, discovering their strengths and weaknesses, secrets and triumphs. (Summary by Daryl Wor)

“Friendly Terrace Quartette (or Peggy Raymond At The Poplars)” Metadata:

  • Title: ➤  Friendly Terrace Quartette (or Peggy Raymond At The Poplars)
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 21
  • Total Time: 5:10:04

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Number of Sections: 21 sections

Online Access

Download the Audio Book:

  • File Name: friendly_terrace_quartette_dw_librivox
  • File Format: zip
  • Total Time: 5:10:04
  • Download Link: Download link

Online Marketplaces

Find Friendly Terrace Quartette (or Peggy Raymond At The Poplars) at online marketplaces:


29Christian's Secret of a Happy Life

By

This Christian book is written in a easy and understandable way, where the strong biblical points are clear and and applicable. The richness of the truths explained, will make one want to listen to it over and over again. The book writes about our part and God's part in the Christian life. It also reveal many secrets to the Christian life. "Today it is your happy privilege to prove, as never before, your loyal confidence in the Lord by starting out with Him on a life and walk of faith, lived moment by moment in absolute and childlike trust in Him." quote from the book. It is a must listen to Christian classic. (Summary by peppersnoodles93)

“Christian's Secret of a Happy Life” Metadata:

  • Title: ➤  Christian's Secret of a Happy Life
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 21
  • Total Time: 7:21:30

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: christians_secret_happy_life_1305_librivox
  • File Format: zip
  • Total Time: 7:21:30
  • Download Link: Download link

Online Marketplaces

Find Christian's Secret of a Happy Life at online marketplaces:


30Peggy Raymond's Way (or Blossom Time At Friendly Terrace)

By

In this fifth and (as far as is known) final volume of Peggy Raymond and her Friendly Terrace entourage, we find the Girls winding down from the Great War, and pursuing more domestic and mischievous pursuits. Finishing up college and preparing for Peggy and Grahame's wedding, Ruth, Amy and Priscilla look toward their own opportunities of future relationships and potential marriages. As Harriet Lummis Smith is so good at, it is a neat blend of continuity toward the known characters and charming introductions of the new. (Summary by Daryl Wor)

“Peggy Raymond's Way (or Blossom Time At Friendly Terrace)” Metadata:

  • Title: ➤  Peggy Raymond's Way (or Blossom Time At Friendly Terrace)
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 22
  • Total Time: 5:27:21

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: peggy_raymond_way_dw_librivox
  • File Format: zip
  • Total Time: 5:27:21
  • Download Link: Download link

Online Marketplaces

Find Peggy Raymond's Way (or Blossom Time At Friendly Terrace) at online marketplaces:


31Astounding Stories 03, March 1930

By

Book's cover

This is the third issue of the classic science fiction Astounding Magazine. It contains the opening chapters of a 4 part serialized novel by Ray Cummings, and stories by the prolific Capt. S. P. Meek, Will Smith and R. J. Robbins, Sewell Peaslee Wright and A. T. Locke. (Summary by Alan Winterrowd)

“Astounding Stories 03, March 1930” Metadata:

  • Title: ➤  Astounding Stories 03, March 1930
  • Authors: ➤  
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 11
  • Total Time: 07:34:42

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 11 sections

Online Access

Download the Audio Book:

  • File Name: astounding_stories_03_1309_librivox
  • File Format: zip
  • Total Time: 07:34:42
  • Download Link: Download link

Online Marketplaces

Find Astounding Stories 03, March 1930 at online marketplaces:


32Little Gray Lady

By

Book's cover

As every Christmas for the last 20 years, the Little Gray Lady lights a candle in her room and spends the evening alone, thinking of a great mistake she has made so long ago. This year, however, things are to play out differently.. (Summary by Carolin)

“Little Gray Lady” Metadata:

  • Title: Little Gray Lady
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 4
  • Total Time: 0:41:54

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 4 sections

Online Access

Download the Audio Book:

  • File Name: littlegraylady_1306_librivox
  • File Format: zip
  • Total Time: 0:41:54
  • Download Link: Download link

Online Marketplaces

Find Little Gray Lady at online marketplaces:


33Life and Adventures of Venture

By

Book's cover

Venture Smith was an African captured as a child and transported to the American colonies to be sold as a slave. As an adult, he purchased his freedom and that of his family. His history was documented when he gave a narrative of his life to a schoolteacher, who wrote it down and published it under the title A Narrative of the Life and Adventures of Venture, a Native of Africa: But Resident above Sixty Years in the United States of America, Related by Himself. (Introduction by Wikipedia)

“Life and Adventures of Venture” Metadata:

  • Title: Life and Adventures of Venture
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 4
  • Total Time: 00:56:47

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 4 sections

Online Access

Download the Audio Book:

  • File Name: life_venture_1308_lv
  • File Format: zip
  • Total Time: 00:56:47
  • Download Link: Download link

Online Marketplaces

Find Life and Adventures of Venture at online marketplaces:


34Selected Works of E. Boyd Smith

By

A sampling of the children's books written and illustrated by E. Boyd Smith. The first story is Mr. Smith's version of the Story of Noah's Ark. He then tells us the story of Pocahontas and Captain John Smith. Next we join a hen as she hatches her chicks and their life on the farm. We then go on several adventures with Bob and Betty as they visit their Uncle's farm, go to the seashore and learn about ships, and then learn about railroads and trains. Our last story is a brief history of the United States up until the time just after World War I. - Summary by Barry Eads

“Selected Works of E. Boyd Smith” Metadata:

  • Title: ➤  Selected Works of E. Boyd Smith
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 8
  • Total Time: 03:02:31

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Number of Sections: 8 sections

Online Access

Download the Audio Book:

  • File Name: selectedworksofeboydsmith_1404_librivox
  • File Format: zip
  • Total Time: 03:02:31
  • Download Link: Download link

Online Marketplaces

Find Selected Works of E. Boyd Smith at online marketplaces:


35Real Latin Quarter

By

Book's cover

"Cocher, drive to the rue Falguière"--this in my best restaurant French.<br/><br /> The man with the varnished hat shrugged his shoulders, and raised his eyebrows in doubt. He evidently had never heard of the rue Falguière.<br/> "Yes, rue Falguière, the old rue des Fourneaux," I continued.<br/> Cabby's face broke out into a smile. "Ah, oui, oui, le Quartier Latin."<br/><br /> And it was at the end of this crooked street, through a lane that led into a half court flanked by a row of studio buildings, and up one pair of dingy waxed steps, that I found a door bearing the name of the author of the following pages--his visiting card impaled on a tack. He was in his shirt-sleeves--the thermometer stood at 90° outside--working at his desk, surrounded by half-finished sketches and manuscript.<br/><br /> The man himself I had met before--I had known him for years, in fact--but the surroundings were new to me. So too were his methods of work.<br/><br /> Nowadays when a man would write of the Siege of Peking or the relief of some South African town with the unpronounceable name, his habit is to rent a room on an up-town avenue, move in an inkstand and pad, and a collection of illustrated papers and encyclopedias. This writer on the rue Falguière chose a different plan. He would come back year after year, and study his subject and compile his impressions of the Quarter in the very atmosphere of the place itself; within a stone's throw of the Luxembourg Gardens and the Panthéon; near the cafés and the Bullier; next door, if you please, to the public laundry where his washerwoman pays a few sous for the privilege of pounding his clothes into holes.<br/><br /> It all seemed very real to me, as I sat beside him and watched him at work. The method delighted me. I have similar ideas myself about the value of his kind of study in out-door sketching, compared with the labored work of the studio, and I have most positive opinions regarding the quality which comes of it.<br/><br /> If then the pages which here follow have in them any of the true inwardness of the life they are meant to portray, it is due, I feel sure, as much to the attitude of the author toward his subject, as much to his ability to seize, retain, and express these instantaneous impressions, these flash pictures caught on the spot, as to any other merit which they may possess.<br/><br /> Nothing can be made really _real_ without it.<br/> F. HOPKINSON SMITH.<br/> Paris, August, 1901.<br/> (from Introduction)

“Real Latin Quarter” Metadata:

  • Title: Real Latin Quarter
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 11
  • Total Time: 02:37:33

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 11 sections

Online Access

Download the Audio Book:

  • File Name: real_latin_quarter_1407_librivox
  • File Format: zip
  • Total Time: 02:37:33
  • Download Link: Download link

Online Marketplaces

Find Real Latin Quarter at online marketplaces:


36Star-Treader and Other Poems

By

Book's cover

Clark Ashton Smith, referred to as one of the big three of Weird Tales, was a romantic-style poet, a Lovecraftian-style writer and a literary friend of H.P Lovecraft. As a poet, he was considered one of the last great West Coast Romantics. The Star-Treader and Other Poems, published at the age of 19, was his first volume of poetry and his breakout hit. Summary by Mary Kay. <br><br> <b>Cast List for The Masque of the Forsaken Gods:</b><br> <br>Narrator and Aphrodite: <a href="https://librivox.org/reader/9001">Mary Kay</a><br>The Poet: <a href="https://librivox.org/reader/7240">Lucretia B.</a><br>The Philosopher, Apollo and Another Nymph: <a href="https://librivox.org/reader/9331">Rosslyn Carlyle</a><br>Jove and Pan: <a href="https://librivox.org/reader/9504">Jamie</a><br>Artemis: <a href="https://librivox.org/reader/9221">Jennifer Dallman</a><br>A Nymph: <a href="https://librivox.org/reader/8011">Greg Giordano</a><br>Ate and The Gods Together: <a href="https://librivox.org/reader/9123">Shakira Searle</a><br>Edited by: <a href="https://librivox.org/reader/9001">Mary Kay</a>

“Star-Treader and Other Poems” Metadata:

  • Title: Star-Treader and Other Poems
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 46
  • Total Time: 02:09:53

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 46 sections

Online Access

Download the Audio Book:

  • File Name: startreader_1411_librivox
  • File Format: zip
  • Total Time: 02:09:53
  • Download Link: Download link

Online Marketplaces

Find Star-Treader and Other Poems at online marketplaces:


37Emmeline, the Orphan of the Castle

By

Book's cover

This book was written about 150 years ahead of its time. It tells the story of Emmeline Mobwray who grows up in a dysfunctional family and has to find herself against all odds. Orphaned at a young age, she has to stay alone in a remote castle under the care of a kind housekeeper. But when the kind housekeeper dies, the family starts to take interest in her- to mixed results. Her cousin becomes obsessed with her, much to the displeasure of his wealthy and arrogant parents. Thus, Emmeline is forced to run away from the only home she knew in order to escape his attentions. Would Emmeline be able to stand up to him at the end or, like many of her contemporaries, would she be forced into a loveless match? Can Emmeline survive in a society predominated by wealth without money or connections? And is Emmeline's family the only one with problems? Throughout the novel, Emmeline learns to create and sustain true friendships and grows up to her role as a woman of that era- with all that it entails." (summary by Stav Nisser)

“Emmeline, the Orphan of the Castle” Metadata:

  • Title: ➤  Emmeline, the Orphan of the Castle
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 59
  • Total Time: 23:25:30

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: emmeline_orphan_castle_1608_librivox
  • File Format: zip
  • Total Time: 23:25:30
  • Download Link: Download link

Online Marketplaces

Find Emmeline, the Orphan of the Castle at online marketplaces:


38Galaxy Primes

By

Book's cover

They were four of the greatest minds in the Universe: Two men, two women, lost in an experimental spaceship billions of parsecs from home. And as they mentally charted the Cosmos to find their way back to earth, their own loves and hates were as startling as the worlds they encountered. - Summary by Original book cover

“Galaxy Primes” Metadata:

  • Title: Galaxy Primes
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 9
  • Total Time: 07:42:46

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 9 sections

Online Access

Download the Audio Book:

  • File Name: galaxy_primes_1504_librivox
  • File Format: zip
  • Total Time: 07:42:46
  • Download Link: Download link

Online Marketplaces

Find Galaxy Primes at online marketplaces:


39First Lensman

By

Book's cover

The Secret Planet. No human had ever landed on the hidden planet of Arisia. A mysterious space barrier turned back both men and ships. Then the word came to Earth, "Go to Arisia!", Virgil Samms of the Galactic Patrol went--and came back with the Lens, the strange device that gave its wearer powers no man had ever possessed before. Samms knew the price of that power would be high. But even he had no idea of the ultimate cost, and the weird destiny waiting for the First Lensman. First Lensman is the sequel to Triplanetary, and the second book of E.E. "Doc" Smith's classic Lensman series. (from the original book cover and Mark Nelson) </p>

“First Lensman” Metadata:

  • Title: First Lensman
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 21
  • Total Time: 11:11:56

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: firstlensman_1507_librivox
  • File Format: zip
  • Total Time: 11:11:56
  • Download Link: Download link

Online Marketplaces

Find First Lensman at online marketplaces:


40Lord Tedric

By

Book's cover

Time is the strangest of all mysteries. Relatively unimportant events, almost unnoticed as they occur, may, in hundreds of years, result in Ultimate Catastrophe. On Time Track Number One, that was the immutable result. But on Time Track Number Two there was one little event that could be used to avert it—the presence of a naked woman in public. So, Skandos One removed the clothing from the Lady Rhoann and after one look, Lord Tedric did the rest! - Summary by Original Gutenberg text

“Lord Tedric” Metadata:

  • Title: Lord Tedric
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 4
  • Total Time: 01:17:32

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 4 sections

Online Access

Download the Audio Book:

  • File Name: lord_tedric_1507_librivox
  • File Format: zip
  • Total Time: 01:17:32
  • Download Link: Download link

Online Marketplaces

Find Lord Tedric at online marketplaces:


41Tedric

By

Book's cover

This is a wonderful combination of far future science fiction with Conan like sword and sorcery; lots of blood, gore, honor and evil. The immensely powerful hero, Tedric, is a man's man who refuses to accept the cruel human sacrifices demanded by the 'god' Sarpedion and is set on destroying him. To do this he needs some secrets of metallurgy that future social scientists are willing to give him. He manages to overcome all obstacles until of course he meets the dazzlingly lovely Lady Rhoaan who stops him cold. A great story written by the incomparable E. E. "Doc" Smith, author of the Lensman series. And there is a great sequel to this story which will be added to the catalog in the near future. It is called Lord Tedric.

“Tedric” Metadata:

  • Title: Tedric
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 2
  • Total Time: 00:53:30

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 2 sections

Online Access

Download the Audio Book:

  • File Name: tedric_1508_librivox
  • File Format: zip
  • Total Time: 00:53:30
  • Download Link: Download link

Online Marketplaces

Find Tedric at online marketplaces:


42Lord Tedric (version 2)

By

Book's cover

The best of science fantasy meets the best of science fiction as Tedric battles his way through two universes of adventure: <br /><br /> In one universe...Tedric the Ironmaster wields the mightiest sword his world has ever seen - and swears to break the power of the evil god Sarpedion, or die in the attempt. This is the second in a series and takes place when Tedric, now a Lord, begins learning how to plan and observe instead of just rushing in to kill. <br /><br /> In another universe...only Tedric's strength and daring stand between the dwindling power of the Terran Empire and total alien conquest. Brought from his own distant world by the mysterious Scientists, working toward an end he cannot know, Tedric brings the war-wisdom of his own past into a universe of starships and alien powers. But that is for future books in the series. On Time Track Number Two however, there was one little event that could be used to avert it—the presence of a naked woman in public. So, Skandos One removed the clothing from the Lady Rhoann and after one look, Lord Tedric did the rest! - (Summary in part from Gutenberg text )

“Lord Tedric (version 2)” Metadata:

  • Title: Lord Tedric (version 2)
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 3
  • Total Time: 01:22:03

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 3 sections

Online Access

Download the Audio Book:

  • File Name: lordtedricversion2_1508_librivox
  • File Format: zip
  • Total Time: 01:22:03
  • Download Link: Download link

Online Marketplaces

Find Lord Tedric (version 2) at online marketplaces:


43Ebony and Crystal

By

As stated in L'Alouette: A Magazine of Verse, "Ebony and Crystal is an artist's intrepid repudiation of the world of trolleys and cash-registers, Freudian complexes and Binet-Simon tests, for realms of exalted and iridescent strangeness beyond space and time yet real as any reality because dreams have made them so. Mr. Smith has escaped the fetish of life and the world, and glimpsed the perverse, titanic beauty of death and the universe; taking infinity as his canvas and recording in awe the vagaries of suns and planets, gods, and daemons, and blind amorphous horrors that haunt gardens of polychrome fungi more remote than Algol and Achernar. It is a cosmos of vivid flame and glacial abysses that he celebrates, and the colorful luxuriance with which he peoples it could be born from nothing less than sheer genius. <br><br> The summation of Mr. Smith's exotic vision is perhaps attained in the long phantasmal procession of blank verse pentameters entitled, "The Hashish-Eater; or, the Apocalypse of Evil." In this frenzied plunge through nameless gulfs of interstellar terror the Californian presents a narcotic pageant of poisonous vermilious and paralysing shadows whose content is equalled only by its verbal medium; a medium involving one of the most opulent and fastidiously choice vocabularies ever commanded by a writer of English." <br><br> Clark Ashton Smith, referred to as one of the big three of Weird Tales, was a romantic-style poet, a Lovecraftian-style writer and a literary friend of H.P Lovecraft. As a poet, he was considered one of the last great West Coast Romantics. Ebony and Crystal, published in 1922, was Smith's last collection of pure poetry. <br> - Summary by Mary Kay and L'Alouette: A Magazine of Verse

“Ebony and Crystal” Metadata:

  • Title: Ebony and Crystal
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 116
  • Total Time: 03:48:49

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: ebony_and_crystal_1607_librivox
  • File Format: zip
  • Total Time: 03:48:49
  • Download Link: Download link

Online Marketplaces

Find Ebony and Crystal at online marketplaces:


44Operation Interstellar

By

Book's cover

Haedaecker’s Theory claims that real-time communications across space is impossible. Paul Grayson believes that Z-wave technology will make real time communication possible. Paul sets out to prove his theory but there are those who don’t want him to succeed. Follow Paul’s adventures while he tries to prove his theory correct in the face of stiff opposition from those who do not want him to succeed. (Summary by Richard Kilmer)

“Operation Interstellar” Metadata:

  • Title: Operation Interstellar
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 17
  • Total Time: 05:49:40

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 17 sections

Online Access

Download the Audio Book:

  • File Name: operationinterstellar_1602_librivox
  • File Format: zip
  • Total Time: 05:49:40
  • Download Link: Download link

Online Marketplaces

Find Operation Interstellar at online marketplaces:


45Trivia (1917) And More Trivia (1921)

By

Logan Pearsall Smith (1865-1946) was an American-born British essayist who was known for his epigrams and aphorisms, often humorous. This recording is of two of his collections of these bon mots. For example: “These pieces of moral prose have been written, dear Reader, by a large Carnivorous Mammal, belonging to that suborder of the Animal Kingdom which includes also the Orang-outang, the tusked Gorilla, the Baboon with his bright blue and scarlet bottom, and the long-eared Chimpanzee.” ( Author's Note and david wales)

“Trivia (1917) And More Trivia (1921)” Metadata:

  • Title: ➤  Trivia (1917) And More Trivia (1921)
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 6
  • Total Time: 03:31:35

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Number of Sections: 6 sections

Online Access

Download the Audio Book:

  • File Name: triviaandmoretrivia_1606_librivox
  • File Format: zip
  • Total Time: 03:31:35
  • Download Link: Download link

Online Marketplaces

Find Trivia (1917) And More Trivia (1921) at online marketplaces:


46Odes and Sonnets

By

Clark Ashton Smith, nicknamed one of the "big three" of Weird Tales (the famous pulp fiction magazine), was also a romantic-style poet, contributor to the Cthulhu Mythos and a literary friend of H.P Lovecraft. As a poet, he was considered one of the last great West Coast Romantics. Published in 1918, prefaced by his mentor George Sterling and illustrated with Decadent movement-inspired embellishments by Florence Lundborg, this volume contains material republished from his 1912 collection and later included in his 1922 poetry compilation. (Summary by Mary Kay)

“Odes and Sonnets” Metadata:

  • Title: Odes and Sonnets
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 16
  • Total Time: 00:34:31

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: odes_and_sonnets_1607_librivox
  • File Format: zip
  • Total Time: 00:34:31
  • Download Link: Download link

Online Marketplaces

Find Odes and Sonnets at online marketplaces:


47Masters of Space

By

Book's cover

The Masters had ruled all space with an unconquerable iron fist. But the Masters were gone. And this new, young race who came now to take their place—could they hope to defeat the ancient Enemy of All? - Summary from Gutenberg text

“Masters of Space” Metadata:

  • Title: Masters of Space
  • Authors:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 14
  • Total Time: 05:45:12

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 14 sections

Online Access

Download the Audio Book:

  • File Name: mastersofspace_1612_librivox
  • File Format: zip
  • Total Time: 05:45:12
  • Download Link: Download link

Online Marketplaces

Find Masters of Space at online marketplaces:


48Tales of Laughter

By

Book's cover

Time to exercise your funny bone. This fun collection of stories from around the world will make children of all ages smile and chuckle. A LAUGHING SONG When the greenwoods laugh with the voice of joy, And the dimpling stream runs laughing by; When the air does laugh with our merry wit, And the green hill laughs with the noise of it; When the meadows laugh with lively green, And the grasshopper laughs in the merry scene; When Mary and Susan and Emily With their sweet round mouths sing “Ha, ha, he!” When the painted birds laugh in the shade, Where our table with cherries and nuts is spread; Come live and be merry and join with me To sing the sweet chorus of “Ha, ha, he!” William Blake. - Summary by Lynne Thompson

“Tales of Laughter” Metadata:

  • Title: Tales of Laughter
  • Authors:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 141
  • Total Time: 15:59:19

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 141 sections

Online Access

Download the Audio Book:

  • File Name: laughter_1802_librivox
  • File Format: zip
  • Total Time: 15:59:19
  • Download Link: Download link

Online Marketplaces

Find Tales of Laughter at online marketplaces:


49Celestina

By

Celestina was adopted by Mrs. Willoughby from a convent in France. No one knows who her parents are. Her secret birth causes problems for her in the marriage market. But this novel is not only a courtship novel. It is about creating and keeping friendships, finding the meaning of family, the difference between love and obsession, and the development of Celestina from a dependent child to a strong woman of virtue. - Summary by Stav Nisser.

“Celestina” Metadata:

  • Title: Celestina
  • Author:
  • Language: English

Edition Specifications:

  • Format: Audio
  • Number of Sections: 49
  • Total Time: 20:26:20

Edition Identifiers:

Links and information:

Online Access

Download the Audio Book:

  • File Name: celestina_1805_librivox
  • File Format: zip
  • Total Time: 20:26:20
  • Download Link: Download link

Online Marketplaces

Find Celestina at online marketplaces:


50City That Was

By

Book's cover

This 1911 history of the public health revolution that transformed New York City in the nineteenth century is also about every city and town of the world and the sanitary challenges that each encountered. Stephen Smith (1823-1922) was an American surgeon and a pioneer in public health. “The story of a great life-saving social revolution, the mightiest in the nineteenth century and one of the most momentous in the history of civilization, is told here for the first time. It is told from the standpoint of the transformation of the City of New York, by a chief actor in the event.” Chapter four, New York The Unclean, is the heart of this work. ( Publisher's Note and David Wales)

“City That Was” Metadata:

  • Title: City That Was
  • Author:
  • Language: English
  • Publish Date:

Edition Specifications:

  • Format: Audio
  • Number of Sections: 11
  • Total Time: 03:53:03

Edition Identifiers:

Links and information:

  • LibriVox Link:
  • Text Source: - Download text file/s.
  • Number of Sections: 11 sections

Online Access

Download the Audio Book:

  • File Name: the_city_that_was_1804_librivox
  • File Format: zip
  • Total Time: 03:53:03
  • Download Link: Download link

Online Marketplaces

Find City That Was at online marketplaces:


Buy “Design And Analysis Of Algorithms” online:

Shop for “Design And Analysis Of Algorithms” on popular online marketplaces.