It looks like you're offline.
Open Library logo

Search Books

Relevance
1 - 20 of 26 results
  • Cover of: Le lait: Histoire et outils d'autrefois = Milk : history and old tools (Collection Old Timers' works)
    No Preview

    My Reading Lists:

    Create a new list
  • Cover of: Le pain: Les patisseries et les outils d'autrefois = Bread and pastries : history and old tools (Collection Old timers' works)
    No Preview

    My Reading Lists:

    Create a new list
  • Cover of: JavaScript: The Definitive Guide
    No Preview
    4.3 (14 ratings) · 274 Want to read
    SOFTWARE TOOLS
    14.1. Timers
    Page 341
    Cover of edition javascriptdefini00flan Cover of edition lccn_156592344 Cover of edition javascriptdefin000flan First published in 1996
    23 editions, 4 ebooks

    My Reading Lists:

    Create a new list
  • Cover of: Eloquent Javascript
    No Preview
    4.2 (12 ratings) · 120 Want to read
    Timers. 247
    Drawing Tools. 327
    Search Tool. 353
    Cover of edition eloquentjavascri0000have_t2s7 First published in 2009
    11 editions, 2 ebooks

    My Reading Lists:

    Create a new list
  • Cover of: Introduction to embedded systems: using ANSI C and the Arduino development environment
    No Preview

    TIFR0, Timer/Counter0 Interrupt Flag Register
    TCCR2A, Timer/Counter2 Control Register A
    TCCR2B, Timer/Counter2 Control Register B
    TCNT0, Timer/Counter0 Register
    TCCR1A, Timer/Counter1 Control Register A
    7. Timer Ports
    TCCR1B, Timer/Counter1 Control Register B
    TCNT2, Timer/Counter2 Register
    Arduino tool-chain
    Arduino tools tutorial
    First published in 2010
    1 edition

    My Reading Lists:

    Create a new list
  • Cover of: Advanced Microsoft OS/2 Programming
    No Preview
    4.0 (1 rating) · 4 Want to read
    timers
    Chapter 4 OS/2 Programming Tools
    Chapter 15 Time, Date, and Timers
    First published in 1989
    3 editions, 1 ebook

    My Reading Lists:

    Create a new list
  • Cover of: Language!: the comprehensive literacy curriculum
    1 Want to read
    Comprehensive literacy curriculum (Intervention): Books A-F: student ed., teacher ed., Instructional planning tools (CD-ROM), Assessment teacher ed., Assessment content mastery, Summative assessments, Interactive text, e-Reader (CD-ROM); Books C, E: Bridge teacher ed., Bridge interactive student ed.; Additional: Teacher resource guide, Placement teacher ed. (for books A-F), Placement student ed. (for grades 3-5: books A-F), Placement student ed. (for grades 6-12: books A-F), Morphemes for meaning cards, Words for teachers (CD-ROM), Sortegories (CD-ROM), Transparencies, Letter cards, Overhead tiles, Teach timer, Pocket chart, Classic literature eVersion (CD-ROM), Nonfiction eVersion (CD-ROM), e-Reader using Kurzweil 3000 (CD-ROM); Readers: All for the better, Building a dream, La Causa, Earth's fiery fury, From Civil War to civil rights, Hurricanes!, Osceola, A place called Heartbreak, Star factories, Tales from the Underground Railroad, Tenement writer, These lands are ours, They shall be heard, Ultimate field trip, A walk in the desert, Walking for freedom, Why they marched.
    First published in 2009
    1 edition, 1 ebook

    My Reading Lists:

    Create a new list
  • Cover of: Java software solutions: foundations of program design

    My Reading Lists:

    Create a new list
  • Cover of: Creating Mac widgets with Dashcode
    No Preview

    Important Dashcode features and tools
    The countdown timer template
    First published in 2008
    1 edition

    My Reading Lists:

    Create a new list
  • Cover of: Introduction to engineering: a starter's guide with hands-on analog multimedia explorations
    1 Want to read
    Music composer using 555 timers.
    First published in 2008
    2 editions, 1 ebook

    My Reading Lists:

    Create a new list
  • Cover of: X-ray Field Unit, Machine, Chassis And Table Items 9608508, 9608510, 9609005, 9609010, 9614500

    X-ray field unit tools 5 26
    Organizational tools and equipment 20 84
    Table unit tools 7 26
    III. Tools and accessories.
    To service timer 30 88
    Cover of edition TM8-632X-Ray First published in 1945
    2 editions, 2 ebooks

    My Reading Lists:

    Create a new list
  • Cover of: Java for everyone
    No Preview

    Introduction. Computer programs -- The anatomy of a computer -- The Java programming language -- Becoming familiar with your programming environment -- Analyzing your first program -- Errors -- Algorithms -- Fundamental data types. Declaring variables -- Variable assignment -- Reading input -- Constants -- Arithmetic -- Strings -- Decisions. The if statement -- Comparing numbers and strings -- Multiple alternatives -- Nested branches -- Boolean variables and operators -- Application : input validation -- Loops. The while loop -- The for loop -- The do loop -- Application : processing sentinel values -- Common loop algorithms -- Nested loops -- Application : random numbers and simulations – Methods. Methods as black boxes -- Implementing methods -- Parameter passing -- Return values -- Methods without return values -- Stepwise refinement -- Variable scope -- Recursive methods (optional) – Arrays and array lists. Arrays -- The enhanced for loop -- Common array algorithms -- Using arrays with methods -- Two-dimensional arrays -- Array lists -- Objects and classes. Object-oriented programming -- Specifying the public interface of a class -- Instance variables -- Instance methods -- Constructors -- Testing a class -- Discovering classes -- Object references -- Static variables and methods -- Packages -- Input/Output and exception handling. Reading and writing text files -- Processing text input -- Command line arguments -- Exception handling -- Application : handling input errors -- Inheritance and interfaces. Inheritance hierarchies -- Implementing subclasses -- Overriding methods -- Polymorphism -- Object : the cosmic superclass -- Collections and maps. Interface types -- The Java collections framework -- Linked lists -- Queues and stacks -- Sets -- Maps -- Hash tables -- Binary search trees -- Graphics and event handling (web only). Frame windows -- Drawing on a component -- Ellipses, lines, text, and color -- Shape classes -- Events and event handling -- Using inner classes for listeners -- Building applications with buttons -- Using timer events for animations -- Mouse events -- Using inheritance to customize frames -- Graphical user interfaces (web only). Processing text input -- Text areas -- Layout management -- Choices -- Menus -- Exploring the swing documentation -- Recursion (web only). Triangle numbers -- Recursive helper methods -- The efficiency of recursion -- Permutations -- Mutual recursions -- Appendix A : the basic Latin and Latin-1 subsets of Unicode -- Appendix B : Java operator summary -- Appendix C : Java reserved word summary -- Appendix D : the Java library -- Appendix E : Java syntax summary -- Appendix F : html summary -- Appendix G : tool summary -- Appendix H : Javadoc summary -- Appendix I : number systems -- Appendix J : bit and shift operations -- Appendix K : UML summary -- Appendix L Java : language coding guidelines.
    First published in 2010
    1 edition

    My Reading Lists:

    Create a new list
  • Cover of: Practical Electronics for Inventors

    My Reading Lists:

    Create a new list
  • Cover of: Java for everyone: compatible with Java 5, 6, and 7
    2 Want to read
    Chapter 1 Introduction 1.1 Computer Programs 1.2 The Anatomy of a Computer 1.3 The Java Programming Language 1.4 Becoming Familiar with Your Programming Environment 1.5 Analyzing Your First Program 1.6 Errors 1.7 Problem Solving: Algorithm Design Chapter 2 Fundamental Data Types 2.1 Variables 2.2 Arithmetic 2.3 Input and Output 2.4 Problem Solving: First Do it By Hand 2.6 Strings Chapter 3 Decisions 3.1 The if Statement 3.2 Comparing Numbers and Strings 3.3 Multiple Alternatives 3.4 Nested Branches 3.5 Problem Solving: Flowcharts 3.6 Problem Solving: Test Cases 3.7 Boolean Variables and Operators 3.8 Application: Input Validation Chapter 4 Loops 4.1 The while Loop 4.2 Problem Solving: Hand-Tracing 4.3 The for Loop 4.4 The do Loop 4.5 Application: Processing Sentinel Values 4.6 Problem Solving: Storyboards 4.7 Common Loop Algorithms 4.8 Nested Loops 4.9 Application: Random Numbers and Simulations Chapter 5 Methods 5.1 Methods as Black Boxes 5.2 Implementing Methods 5.3 Parameter Passing 5.4 Return Values 5.5 Methods Without Return Values 5.6 Problem Solving: Reusable Functions 5.7 Problem Solving: Stepwise Refinement 5.8 Variable Scope 5.9 Recursive Methods (Optional) Chapter 6 Arrays and Array Lists 6.1 Arrays 6.2 The Enhanced for Loop 6.3 Common Array Algorithms 6.4 Using Arrays with Methods 6.5 Problem Solving: Adapting Algorithms 6.6 Problem Solving: Discovering Algorithms by Manipulating Physical Objects 6.7 Two-Dimensional Arrays 6.8 Array Lists Chapter 7 Input/Output and Exception Handling 7.1 Reading and Writing Text Files 7.2 Processing Text Input 7.3 Command Line Arguments 7.4 Checked and Unchecked Exceptions 7.5 Catching Exceptions 7.6 The finally Clause 7.7 Application: Handling Input Errors Chapter 8 Object and Classes 8.1 Object-Oriented Programming 8.2 Implementing a Simple Class 8.3 Specifying the Public Interface of a Class 8.4 Designing the Data Representation 8.5 Problem Solving: Patterns for Representing Behavior 8.6 Implementing Instance Methods 8.7 Constructors 8.8 Problem Solving: Tracing Objects 8.9 Testing a Class 8.10 Object References 8.11 Static Variables and Methods Chapter 9 Inheritance 9.1 Inheritance Hierarchies 9.2 Implementing Subclasses 9.3 Overriding Methods 9.4 Polymorphism 9.5 Object: The Cosmic Superclass 9.6 Interface Types Chapter 10 Graphical User Interfaces 10.1 Frame Windows 10.2 Events and Event Handling 10.3 Using Inheritance to Customize Frames 10.4 Building Applications with Buttons 10.5 Using Inner Classes for Listeners 10.6 Processing Text Input 10.7 Text Areas Web chapters Chapter 11 Advanced Graphical User Interfaces 11.1 Layout Management 11.2 Choices 11.3 Menus 11.4 Exploring the Swing Documentation 11.5 Drawing on a Component 11.6 Using Timer Events for Animations 11.7 Mouse Events Chapter 12 Object-Oriented Design 12.1 The Software Life Cycle 12.2 Discovering Classes 12.3 Relationships Between Classes 12.4 Cohesion and Coupling 12.5 Side Effects 12.5 Abstract Classes 12.6 Packages 12.7 Application: Printing an Invoice 12.8 Application: An Automatic Teller Machine Chapter 13 Recursion 13.1 Triangle Numbers 13.2. Thinking Recursively 13.3 Recursive Helper Methods 13.4 The Efficiency of Recursion 13.5 Permutations 13.6 Mutual Recursions 13.7 Backtracking Chapter 14 Sorting and Searching 14.1 Selection Sort 14.2 Profiling the Selection Sort Algorithm 14.3 Analyzing the Performance of the Selection Sort Algorithm 14.4 Merge Sort 14.5 Analyzing the Merge Sort Algorithm 14.6 Searching 14.7 Binary Search 14.8 Sorting Real Data Chapter 15 The Java Collections Framework 15.1. An Overview of the Collections Framework 15.2. Linked Lists 15.3. Stacks, Queues, and Priority Queues 15.4. Sets 15.5. Maps Appendices APPENDIX A THE BASIC LATIN AND LATIN-1 SUBSETS OF UNICODE APPENDIX B JAVA OPERATOR SUMMARY APPENDIX C JAVA RESERVED WORD SUMMARY APPENDIX D THE JAVA LIBRARY APPENDIX E JAVA SYNTAX SUMMARY (Online only) APPENDIX F HTML SUMMARY (Online only) APPENDIX G TOOL SUMMARY (Online only) APPENDIX H JAVADOC SUMMARY (Online only) .
    First published in 2012
    1 edition, 1 ebook

    My Reading Lists:

    Create a new list
  • Cover of: Starting out with Java: from control structures through objects

    My Reading Lists:

    Create a new list
  • Cover of: Assessment to Enhance Teaching and Learning
    No Preview

    Part two : Design of Assessment Tools and Strategies.
    Developing fact fluency : turn off timers, turn up formative assessments / Jennifer M. Bay-Williams and Gina Kling
    First published in 2015
    1 edition

    My Reading Lists:

    Create a new list
  • Cover of: Writing OS/2 Warp Device Drivers in C
    No Preview

    Timer Handler ..................................................................................................154
    Tools Necessary For Driver Development.........................................................79
    Sample Timer Handler ......................................................................................583
    The Virtual Timer Device Driver ......................................................................177
    The Timer Handler ...........................................................................................105
    First published in 1997
    2 editions, 1 ebook

    My Reading Lists:

    Create a new list
  • Cover of: Formal techniques for networked and distributed systems: FORTE 2001 : IFIP TC6 WG6.1--21st International Conference on Formal Techniques for Networked and Distributed Systems, August 28-31, 2001, Cheju Island, Korea
    No Preview

    My Reading Lists:

    Create a new list
  • Cover of: Big Java: late objects

    My Reading Lists:

    Create a new list

Zoom In

Focus your results using these filters

Search filters are temporarily unavailable. Please try again later.

Language

Loading...

Author

Loading...

Subjects

Loading...

First published

Loading...

Publisher

Loading...

People

Loading...

Places

Loading...

Times

Loading...