Search Results - (("programmer" OR "program") OR "programmess")

Refine Results
  1. 1

    Rexx programmer's reference / by Fosdick, Howard

    Published 2005
    Table of Contents: “…Introduction to scripting and Rexx -- Language basics -- Control structures -- Arrays -- Input and output -- String manipulation -- Numbers, calculations and conversions -- Subroutines, functions, and modularity -- Debugging and the trace facility -- Errors and condition trapping -- The external data queue or "stack" -- Rexx with style -- Writing portable Rexx -- Issuing system commands -- Interfacing to relational databases -- Graphical user interfaces -- Web programming with CGI and Apache -- XML and other interfaces -- Evolution and implementations -- Regina -- Rexx/imc -- BRexx -- Reginald -- Handhelds and embedded programming -- Rexx for Palm OS -- r4 and object-oriented roo! …”
    Full text (MFA users only)
    Electronic eBook
  2. 2

    C♯ for Java programmers /

    Published 2002
    Subjects: “…C# (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  3. 3

    C programming for Arduino. by Bayle, Julien

    Published 2013
    Table of Contents: “…Let's plug things --First contact with C -- C basics : making you stronger -- Improve programming with function, math, and timing -- Sensing with digital inputs -- Sensing the world : feeling with analog inputs -- Talking over serial -- Designing visual output feedback -- Making things move and creating sounds -- Some advanced techniques -- Networking -- Playing with Max 6 framework -- Improving your C programming and creating libraries.…”
    Full text (MFA users only)
    Electronic eBook
  4. 4

    Programming Arduino with LabVIEW. by Schwartz, Marco

    Published 2015
    Table of Contents: “…Writing the LabVIEW programUpgrading the interface; Summary; Chapter 4: A Simple Weather Station with Arduino and LabVIEW; Hardware and software requirements; Hardware configuration; Writing the LabVIEW program; Upgrading the interface; Summary; Chapter 5: Making an XBee Smart Power Switch; Hardware and software requirements; Configuring the hardware; Controlling the relay; Measuring the current; Controlling the project via XBee; Summary; Chapter 6: A Wireless Alarm System with LabVIEW; Hardware and software requirements; Hardware configuration; Interfacing one motion sensor…”
    Full text (MFA users only)
    Electronic eBook
  5. 5

    Visual Basic 2012 Programmer's Reference. by Stephens, Rod

    Published 2012
    Table of Contents: “…Visual Basic® 2012: Programmer's Reference; About the Author; About the Technical Editor; Credits; Acknowledgments; Contents; Introduction; Should you use visual basic 2012?…”
    Full text (MFA users only)
    Electronic eBook
  6. 6

    XSLT 2.0 and XPath 2.0 Programmer's Reference. by Kay, Michael

    Published 2008
    Table of Contents: “…XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition; About the Author; Contents; Introduction; List of Examples; Part I: Foundations; Part II: XSLT and XPath Reference; Part III: Exploitation; Part IV: Appendices; Index.…”
    Full text (MFA users only)
    Electronic eBook
  7. 7

    SQL functions programmer's reference /

    Published 2005
    Table of Contents: “…SQL Functions Programmer's Reference SQL Functions Programmer's Reference SQL Functions Programmer's Reference; Chapter 1: Exploring Popular SQL Implementations; Introduction to SQL; Understanding the SQL Standard; Overview of Vendor Implementations of SQL; Connecting to SQL Databases; ANSI SQL Data Types; Creating SQL Databases; Querying SQL Databases; Manipulating Data in SQL Databases; Summary; Chapter 2: Functions: Concept and Architecture; What Is a Function?…”
    Full text (MFA users only)
    Electronic eBook
  8. 8

    Instant PLC Programming with RSLogix 5000. by Scott, Austin

    Published 2013
    Table of Contents: “…Building a Structured Text program (Simple)Building a Sequential Function Chart (Intermediate); Organizing your project code (Advanced); Exporting tags (Simple); Exporting programs (Simple); Printing programs (Simple); Code generation (Advanced); Understanding user-defined data types (Advanced).…”
    Full text (MFA users only)
    Electronic eBook
  9. 9

    Programm : "Stil und Überlieferung in der Kunst des Abendlandes", 21. Internationaler Kongress für Kunstgeschichte Bonn, 14.-19. September 1964.

    Published 1964
    Subjects: “…Programs Germany Bonn. sh 93005169…”
    Conference Proceeding Book
  10. 10

    JavaScript programmer's reference / by White, Alexei

    Published 2009
    Table of Contents: “…Java Script Programmer's Reference --…”
    Full text (MFA users only)
    Electronic eBook
  11. 11

    The Modern C++ Challenge : Become an expert programmer by solving real-world problems. by Bancila, Marius

    Published 2018
    Subjects: “…C++ (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  12. 12

    Employee Assistance Programmes : Theory and Practical Applications. by Ledimo, Ophillia

    Published 2018
    Table of Contents: “…Workshops, seminars and life skills developmentCrisis management and trauma debriefing; WELLNESS PROGRAMMES AS A STRATEGY; Principles and benefits of wellness programmes; Development and implementation of wellness programmes; CONCLUSION; Chapter 5 STAKEHOLDER MANAGEMENT AND THE MARKETING OF AN EAP; INTRODUCTION; STAKEHOLDER ENGAGEMENT IN EAPs; Definition and types of stakeholders; Stakeholder engagement; Unions as critical stakeholders; Management and leadership as key stakeholders; EAP MARKETING PLAN; Objectives of an EAP marketing plan; The marketing process; CONCLUSION.…”
    Full text (MFA users only)
    Electronic eBook
  13. 13

    Programming the PIC microcontroller with MBASIC / by Smith, Jack R., 1946-

    Published 2005
    Subjects: “…Programmable controllers.…”
    Full text (MFA users only)
    Electronic eBook
  14. 14

    C# 5.0 : programmer's reference / by Stephens, Rod

    Published 2014
    Table of Contents: “…-- How This Book Is Organized -- How to Use This Book -- Necessary Equipment -- Conventions -- Source Code -- Errata -- p2p.wrox.com -- Important URLs -- Part I: The C# Ecosystem -- Chapter 1: The C# Environment -- Visual Studio -- The C# Compiler -- The CLR -- The .NET Framework -- Summary -- Exercises -- Chapter 2: Writing a First Program -- Types of Projects -- Console Applications -- Windows Forms Applications -- WPF Applications -- Windows Store Applications -- Summary -- Exercises -- Chapter 3: Program and Code File Structure -- Hidden Files -- Preprocessor Directives -- Code File Structure -- Comments -- Summary -- Exercises -- Part II: C# Language Elements -- Chapter 4: Data Types, Variables, and Constants -- Data Types -- Variable Declaration Syntax -- Initialization -- Literal Type Characters -- Data Type Conversion -- Scope -- Parameter Declarations -- Properties -- Enumerations -- Nullable Types -- Delegates -- Summary -- Exercises -- Chapter 5: Operators -- Arithmetic Operators -- Comparison Operators -- Logical Operators -- Bitwise Operators -- Conditional and Null-coalescing Operators -- Assignment Operators -- Operator Precedence -- The StringBuilder Class -- DateTime and TimeSpan Operations -- Operator Overloading -- Summary -- Exercises -- Chapter 6: Methods -- Method Declarations -- Extension Methods -- Lambda Expressions -- Variance -- Asynchronous Methods -- Summary -- Exercises -- Chapter 7: Program Control Statements -- Decision Statements -- Looping Statements -- Summary -- Exercises -- Chapter 8: LINQ -- Introduction to LINQ -- Basic LINQ Query Syntax -- Advanced LINQ Query Syntax -- Other LINQ Methods -- LINQ Extension Methods -- LINQ to Objects -- LINQ to XML -- LINQ to ADO.NET -- PLINQ -- Summary.…”
    Full text (MFA users only)
    Electronic eBook
  15. 15

    Programmation Orientée Objet Avec Smalltalk. by Wertz, Harald

    Published 2015
    Table of Contents: “…Intro -- Tables des matières -- Mode d'emploi -- Avant- propos -- PREMIÈRE PARTIE : Les bases de la programmation Smalltalk -- Chapitre 1 : Un bref tour de Squeak -- Chapitre 2 : Un premier programme -- Chapitre 3 : Architecture et héritage -- Chapitre 4 : Quelques éléments de la syntaxe et grammaire Squeak -- DEUXIÈME PARTIE : La programmation Squeak -- Chapitre 5 : Des dessins comme en Logo -- Chapitre 6 : Les dépendances -- TROISIÈME PARTIE : Annexes -- Annexe A : Solutions aux exercices -- Annexe B : Liste des raccourcis clavier -- Annexe C : Précis de la syntaxe de Smalltalk…”
    Full text (MFA users only)
    eBook
  16. 16

    Think like a programmer : an introduction to creative problem solving / by Spraul, V. Anton

    Published 2012
    Table of Contents: “…Acknowledgments; Introduction; About This Book; Prerequisites; Chosen Topics; Programming Style; Exercises; Why C++?; 1: Strategies for Problem Solving; Classic Puzzles; The Fox, the Goose, and the Corn; Problem: How to Cross the River?…”
    Full text (MFA users only)
    Electronic eBook
  17. 17

    Kinect for Windows SDK programming guide. by Jana, Abhijit

    Published 2012
    Table of Contents: “…Table of Contents; Kinect for Windows SDK Programming Guide; Kinect for Windows SDK Programming Guide; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?…”
    Full text (MFA users only)
    Electronic eBook
  18. 18

    Excel 2003 VBA programmer's reference /

    Published 2004
    Table of Contents: “…About the Authors; Acknowledgments; Introduction; Chapter 1: Primer in Excel VBA; Chapter 2: Programming in the VBE; Chapter 3: The Application Object; Chapter 4: Object-Oriented Theory and VBA; Chapter 5: Event Procedures; Chapter 6: Class Modules; Chapter 7: Writing Bulletproof Code; Chapter 8: Debugging and Testing; Chapter 9: UserForms; Chapter 10: Adding Controls; Chapter 11: Data Access with ADO; Chapter 12: Creating and Using Add-ins; Chapter 13: Automation Addins and COM Addins; Summary; Chapter 14: Customizing the VBE; Chapter 15: Interacting with Other Office Applications.…”
    Full text (MFA users only)
    Electronic eBook
  19. 19

    OCA/OCP Java SE 8 programmer : practice tests / by Selikoff, Scott, Boyarsky, Jeanne

    Published 2017
    Table of Contents: “…OCA/OCP Java® SE 8 Programmer: Practice Tests; Acknowledgments; About the Authors; Contents; Introduction; Part I OCA; Chapter 1 Java Basics; Chapter 2 Working with Java Data Types; Chapter 3 Using Operators and Decision Constructs; Chapter 4 Creating and Using Arrays; Chapter 5 Using Loop Constructs; Chapter 6 Working with Methods and Encapsulation; Chapter 7 Working with Inheritance; Chapter 8 Handling Exceptions; Chapter 9 Working with Selected Classes from the Java API; Chapter 10 OCA Practice Exam; Part II OCP; Chapter 11 Java Class Design; Chapter 12 Advanced Java Class Design.…”
    Full text (MFA users only)
    Electronic eBook
  20. 20

    Programming 16-bit PIC microcontrollers in C : learning to fly the PIC 24 / by Di Jasio, Lucio

    Published 2007
    Subjects: “…Programmable controllers.…”
    Full text (MFA users only)
    Electronic eBook