Updating search results...

Search Resources

65 Results

View
Selected filters:
  • Wikibooks
Acoustics
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Acoustics (from Greek ακουστικός pronounced akoustikos meaning "of or for hearing, ready to hear") is the science that studies sound, in particular its production, transmission, and effects. The science of acoustics has many applications which are dependent upon the nature of the sound that is to be produced, transmitted or controlled.

Subject:
Film and Music Production
Professional Studies
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Algorithms
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

This book aims to be an accessible introduction into the design and analysis of efficient algorithms. Throughout the book we will introduce only the most basic techniques and describe the rigorous mathematical methods needed to analyze them.

The topics covered include:

The divide and conquer technique.
The use of randomization in algorithms.
The general, but typically inefficient, backtracking technique.
Dynamic programming as an efficient optimization for some backtracking algorithms.
Greedy algorithms as an optimization of other kinds of backtracking algorithms.
Hill-climbing techniques, including network flow.

The goal of the book is to show you how you can methodically apply different techniques to your own algorithms to make them more efficient. While this book mostly highlights general techniques, some well-known algorithms are also looked at in depth. This book is written so it can be read from "cover to cover" in the length of a semester, where sections marked with a * may be skipped.

Subject:
Mathematics
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Anatomy and Physiology of Animals
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Veterinary nurses need to have a firm grasp of the normal structure of an animal’s body and how it functions before they can understand the effect diseases and injuries have and the best ways to treat them. This book describes the structure of the animal body and the way in which it works. Animals encountered in normal veterinary practice are used as examples where possible.

Subject:
Anatomy/Physiology
Life Science
Material Type:
Textbook
Provider:
Wikibooks
Author:
Ruth Lawson
Date Added:
05/22/2019
Applications of ICT in Libraries
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

The Advanced Certificate and the Advanced Diploma in Applications of ICT in Libraries permit library staff to obtain accreditation for their skills in the use of ICT. Anyone can make use of the materials and assessment is available in variety of modes, including distance learning.

Subject:
Applied Science
Information Science
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Applied Ecology
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Applied ecology is a framework for the application of knowledge about ecosystems so that actions can be taken to create a better balance and harmony between people and nature in order to reduce human impact on other beings and their habitats.

Subject:
Ecology
Life Science
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Arabic Conversations
Rating
0.0 stars

This webpage displays a common conversation between three friends. The structure and topics of the conversation are purposefully general so as to be helpful to students' ability to create and sustain conversations of their own. The conversation includes Arabic text, transliteration, and translation.

Subject:
Arts and Humanities
Languages
Material Type:
Activity/Lab
Teaching/Learning Strategy
Provider:
Wikibooks
Date Added:
05/22/2019
Art History
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

The history of Art is long and varied, spanning tens of thousands of years from ancient paintings on the walls of caves
to the glow of computer-generated images on the screens of the 21st century.

Subject:
Art History
Arts and Humanities
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
02/27/2015
Basic Computing Using Windows
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

A computer is an automatic, electronic, data-processing machine that takes in facts and figures known as data, and then processes or organizes it in some useful way. Afterwards it outputs, or displays, the results for you to see as information. Keep in mind that data is not information. Rather, information is the knowledge that you, the end-user, derive from accurate data that are entered into a computer. Only after processing, is data transformed into information which is then used for decision making. (Almost) each part of a computer can be classified as either hardware or software.

Subject:
Professional Studies
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Basic Physics of Nuclear Medicine
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Nuclear Medicine is a fascinating application of nuclear physics. The first ten chapters of this wikibook are intended to support a basic introductory course in an early semester of an undergraduate program. They assume that students have completed decent high school programs in maths and physics and are concurrently taking subjects in the medical sciences. Additional chapters cover more advanced topics in this field. Our focus in this wikibook is the diagnostic application of Nuclear Medicine. Therapeutic applications are considered in a separate wikibook, "Radiation Oncology".

Subject:
Health Sciences
Material Type:
Textbook
Provider:
Wikibooks
Author:
Kieran Maher
Date Added:
05/22/2019
Blended Learning in K-12
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

This book,"Blended Learning in K-12", is an overview of the concept of "blended learning" and how it relates to the integration of technologies in the K-12 environment. Dr. N.I. Scagnoli, the course instructor, has guided the students of the CTER 7 cohort in the creation of this book. This could not have happened in the 1980s. (By way of explanation to non-Americans, K-12 means all primary and secondary schooling).

Subject:
Professional Studies
Material Type:
Textbook
Provider:
Wikibooks
Author:
N.I. Scagnoli
Date Added:
05/22/2019
Blender 3D: Noob to Pro
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Blender 3D: Noob to Pro is a product of shared effort by numerous team members and anonymous editors. Its purpose is to teach people how to create three-dimensional computer graphics using Blender, a free software application. This book is intended to be used in conjunction with other on-line resources that complement it.

Subject:
Applied Science
Computer Science
Graphic Design
Professional Studies
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
C Programming
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

C is the most commonly used programming language for writing operating systems. The first operating system written in C is Unix. Later operating systems like GNU/Linux were all written in C. Not only is C the language of operating systems, it is the precursor and inspiration for almost all of the most popular high-level languages available today. In fact, Perl, PHP, Python and Ruby are all written in C. By way of analogy, let's say that you were going to be learning Spanish, Italian, French, or Portuguese. Do you think knowing Latin would be helpful? Just as Latin was the basis of all of those languages, knowing C will enable you to understand and appreciate an entire family of programming languages built upon the traditions of C. Knowledge of C enables freedom.

Subject:
Applied Science
Computer Science
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
C# Programming
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Although C# is derived from the C programming language, it introduces some unique and powerful features, such as delegates (which can be viewed as type-safe function pointers) and lambda expressions which introduce elements of functional programming languages, as well as a simpler single class inheritance model (than C++) and, for those of you with experience in "C-like" languages, a very familiar syntax that may help beginners become proficient faster than its predecessors. Similar to Java, it is object-oriented, comes with an extensive class library, and supports exception handling, multiple types of polymorphism, and separation of interfaces from implementations. Those features, combined with its powerful development tools, multi-platform support, and generics, make C# a good choice for many types of software development projects: rapid application development projects, projects implemented by individuals or large or small teams, Internet applications, and projects with strict reliability requirements. Testing frameworks such as NUnit make C# amenable to test-driven development and thus a good language for use with Extreme Programming (XP). Its strong typing helps to prevent many programming errors that are common in weakly typed languages.

Subject:
Applied Science
Computer Science
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Cascading Style Sheets
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

This book is a guide to Cascading Style Sheets (CSS), a technique widely used in web pages including Wikipedia to describe their visual style and appearance. CSS can take HTML to new places creatively and functionally. Once you learn how to style mark-up, you can additionally learn JavaScript functions that make dynamic web pages.

Subject:
Applied Science
Computer Science
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Chinese (Mandarin)
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Welcome to the Chinese wikibook, a free Chinese textbook on the Standard Mandarin dialect. This page links to lessons using simplified characters (used in mainland China, Singapore and Malaysia). There is also a Traditional Character Version available (used in Taiwan, Macau, and Hong Kong).

Subject:
Arts and Humanities
Languages
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Cognitive Psychology
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Cognitive Psychology is a psychological science which is interested in various mind and brain related subfields such as cognition, the mental processes that underlie behavior, reasoning and decision making.

Subject:
Psychology
Social Science
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Communication Theory
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

This book is an introduction to communication theory — the theory of how humans share, encode, and decode what they know, what they need, and what they expect from each other.

Subject:
Communication
Communications & Media
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Consciousness Studies
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Everyone has their own view of the nature of consciousness based on their education and background. The intention of this book is to expand this view by providing an insight into the various ideas and beliefs on the subject as well as a review of current work in neuroscience. The neuroscientist should find the philosophical discussion interesting because this provides first-person insights into the nature of consciousness and also provides some subtle arguments about why consciousness is not a simple problem. The student of philosophy will find a useful introduction to the subject and information about neuroscience and physics that is difficult to acquire elsewhere.

Subject:
Psychology
Social Science
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Control Systems
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

Control Systems is an inter-disciplinary engineering text that analyzes the effects and interactions of mathematical systems. This book is for third and fourth year undergraduates in an engineering program.

Subject:
Engineering
Material Type:
Textbook
Provider:
Wikibooks
Date Added:
05/22/2019
Conversational Phrases and Terms
Rating
0.0 stars

This webpage provides over 20 basic conversational phrases and terms, all of which are used in most everyday discussions across the Arabic-speaking world. The terms and phrases are presented in transliterated form with English translation; no Arabic script is used.

Subject:
Arts and Humanities
Languages
Material Type:
Activity/Lab
Reading
Provider:
Wikibooks
Date Added:
05/22/2019