Search Results - "ASCII"

  • Showing 1 - 13 results of 13
Refine Results
  1. 1

    Engineers as executives an international perspective by Aspray, William

    Published 1995
    Table of Contents: “…About NEC -- Kazuhiko Nishi. About Ascii -- Takashi Sugiyama, Takashi Yamanaka. About Yokogawa -- Robert Galvin. …”
    Book
  2. 2

    Electromechanical engineering an introduction by Fraser, Charles 1949-

    Published 1994
    Table of Contents: “…Introduction -- Basic electrical technology -- Analogue electronics -- Instrumentation, sensors and measurement -- Electrical actuators -- Electro-pneumatic and electro-hydraulic systems -- Digital electronics -- Microprocessor technology -- High- and low-level programming -- Analogue and digital interfacing -- Principles of continuous control -- Control system modelling -- Digital control techniques -- Application to mechatronic systems -- Appendix A: Printable ASCII characters -- Appendix B: Glossary of terms…”
    Book
  3. 3

    C programming for the absolute beginner by Davenport, Keith, Vine, Michael

    Published 2015
    Table of Contents: “…TCC Quick Guide -- 17. ASCII Character Codes -- 18. Common C Library Functions…”
    Book
  4. 4

    Programming methodology using C by Heng, Aik Koan

    Published 2004
    Table of Contents: “…Chapter 0 Problem solving -- Chapter 1 Program development -- Chapter 2 Introduction to C programming -- Chapter3 Program elements -- Chapter 4 Top-down design with functions -- Chapter 5 More C constructs -- Chapter 6 Arrays -- Chapter 7 Pointers -- Chapter 8 Strings -- Chapter 9 Simple file processing -- Chapter 10 Structures -- Chapter 11 Linked lists -- Appendix A Introduction to sunfire and C -- Appendix B ASCII table -- Appendix C pico help text -- Index.…”
    Book
  5. 5

    Starting out with C++ early objects by Gaddis, Tony

    Published 2007
    Table of Contents: “…Introduction to computers and programming -- Introduction to C++ -- Expressions and interactivity -- Making decisions -- Looping -- Functions -- Introduction to classes and objects -- Arrays -- Searching, sorting, and algorithm analysis -- Pointers -- More about classes and object-oriented programming -- More about characters, strings, and the string class -- Advanced file and I/O operations -- Recursion -- Polymorphism, virtual functions, and multiple inheritance -- Exceptions, templates, and the standard template library (STL) -- Linked lists -- Stacks and queues -- Binary trees -- App.A. The ASCII character set -- App.B. Operator precedence and associativity…”
    Book
  6. 6

    Java Programming by Farrell, Joyce

    Published 2016
    Table of Contents: “…Appendix B - Learning about ASCII and Unicode. Appendix C - Formatting Output. …”
    Book
  7. 7

    The 8051 microcontroller and embedded systems : using Assembly and C / Muhammad Ali Mazidi, Janice Gillispie Mazidi, Rolin D. McKinlay by Mazidi, Muhammad Ali, Mazidi, Janice Gillispie, McKinlay, Rolin D.

    Published 2006
    Table of Contents: “…Introduction to computing -- The 8051 microcontrollers -- 8051 assembly language programming -- Jump, loop, and call instructions -- I/O port programming -- 8051 addressing modes -- Arithmetic & logic instructions and programs -- 8051 Programming in C -- 8051 hardware connection and Intel hex file -- 8051 timer programming in assembly and C -- 8051 serial port programming in assembly and C -- Interrupts programming in assembly and C -- LCD and keyboard interfacing -- ADC, DAC, and sensor interfacing -- 8051 Interfacing to external memory -- 8051Interfacing with the 8255 -- DS12887 RTC interfacing and programming -- Motor control : relay, PWM, DC, and stepper motors -- 8051 instructions, timing, and registers -- Basics of wire wrapping -- Technology and system design issues -- Flowcharts and pseudocode -- 8051 primer for X86 programmers -- ASCII codes -- Assemblers, development resources, and suppliers -- Data sheets.…”
    Book
  8. 8

    C++ for impatient by Overland, Brian

    Published 2013
    Table of Contents: “…Summary of New Features in C++11 -- C. ASCII Codes -- Index.…”
    Book
  9. 9

    C++ how to program by Deitel, Paul J.

    Published 2017
    Table of Contents: “…Introduction to computers and C++ -- Introduction to C++ programming, input/output and operators -- Introduction to classes, objects, member functions and string s-- Algorithm development and control statements: part I -- Control statements, part 2; logical operators -- Functions and an introduction to recursion -- Class templates array and vector; catching exceptions -- Pointers -- Classes: a deeper look -- Operator overloading; Class string -- Object-oriented programming: inheritance -- Object-oriented programming: polymorphism -- Stream input/output: a deeper look -- File processing -- Standard library containers and ilerators -- Standard library algorithms -- Exception handling: a deeper look -- Introduction to custom templates -- Custom templatized data structures -- Searching and sorting -- Class string and string stream processing: a deeper look -- Bits, characters, C strings and structs -- Operator precedence and associativity -- ASCII character set -- Fundamental types -- Number systems -- Preprocessor…”
    Book
  10. 10

    C how to program with an introduction to C++ Paul Deitel, Harvey Deitel by Deitel, Paul, Deitel, Harvey

    Published 2016
    Table of Contents: “…Chapter 1: Introduction to Computers, the Internet, and the WebChapter 2: Introduction to C ProgrammingChapter 3: Structured Program Development in CChapter 4: C Program ControlChapter 5: C FunctionsChapter 6: C ArraysChapter 7: C PointersChapter 8: C Characters and StringsChapter 9: C Formatted Input/OutputChapter 10: C Structures, Unions, Bit Manipulations, and Enumerations Chapter 11: C File ProcessingChapter 12: C Data StructuresChapter 13: C PreprocessorChapter 14: Other C TopicsChapter 15: C++ as a Better C; Introducing Object TechnologyChapter 16: Introduction to Classes, Objects, and StringsChapter 17: Classes: A Deeper Look; Throwing ExceptionsChapter 18: Operator Overloading: Class StringChapter 19: Object-Oriented Programming: InheritanceChapter 20: Object-Oriented Programming: PolymorphismChapter 21: Stream Input/Output: A Deeper LookChapter 22: Exception Handling: A Deeper lookChapter 23: Introduction to Custom Templates Appendix A: C and C++ Operator Precedence ChartsAppendix B: ASCII Character SetAppendix C: Number SystemsAppendix D: Sorting: A Deeper LookAppendix E: Multithreading and other C11 and C99 Topics…”
    Book
  11. 11

    Microprocessor architecture, programming, and applications with the 8085 by Gaonkar, Ramesh S.

    Published 1999
    Table of Contents: “…American Standard Code for Information Interchange: ASCII Codes -- App. F. 8085 Instruction Set -- App. …”
    Book
  12. 12

    C++ how to program introducing the new C++14 standard. by Deitel, Paul J., Deitel, Harvey M., 1945-

    Published 2017
    Table of Contents: “…Operator precedence and associativity, p.1001 -- B. ASCII character set, p.1003 -- C. Fundamental types, p.1005 -- D. …”
    Book
  13. 13

    Introduction to Java programming and data structures comprehensive version by Liang, Y. Daniel

    Published 2019
    Table of Contents: “…Aggregate Operations for Collection Streams Appendixes Appendix A Java Keywords Appendix B The ASCII Character Set Appendix C Operator Precedence Chart Appendix D Java Modifiers Appendix E Special Floating-Point Values Appendix F Number Systems Appendix G Bitwise Operations Appendix H Regular Expressions Appendix I Enumerated types Bonus Chapters 31-44 are available from the Companion Website 31. …”
    Book