Search Results - (((("programmer" OR "programmers") OR "programme") OR "program") OR "programmess")
Suggested Topics within your search.
Suggested Topics within your search.
- History 1,593
- Research 771
- Study and teaching 686
- Social aspects 660
- Education 572
- Computer programs 560
- Management 542
- Government policy 512
- Prevention 497
- Evaluation 462
- Data processing 412
- Development 407
- methods 400
- School improvement programs 398
- Politics and government 386
- Economic conditions 372
- Social conditions 350
- Medical care 341
- Application software 337
- Economic aspects 300
- Training of 295
- Finance 290
- Programming 273
- History and criticism 270
- Treatment 262
- Law and legislation 261
- Science 244
- Environmental aspects 239
- Political aspects 237
- Education, Higher 234
Search alternatives:
- "programmer" »
- "programmers" »
- "programmess" »
-
41
The Foundation Programme at a glance /
Published 2014Table of Contents: “…The Foundation Programme at a Glance; Contents; List of contributors; Preface; Acknowledgements; List of abbreviations; How to use your textbook; 1 Shadowing and induction; Shadowing and induction; Clinical placements; Student assistantships; Learning how to do your first F1 job; Shadowing; Induction; What you need to know; Who else should you meet?…”
Full text (MFA users only)
Electronic eBook -
42
XSLT 2.0 and XPath 2.0 Programmer's Reference.
Published 2008Table 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 -
43
Programming 16-bit PIC microcontrollers in C : learning to fly the PIC 24 /
Published 2007Subjects: “…Programmable controllers.…”
Full text (MFA users only)
Electronic eBook -
44
Augmented Reality with Kinect.
Published 2013Table of Contents: “…; The idea of the AR-based Fruit Ninja game; Summary; Chapter 2: Creating Your First Program; Preparing the development environment; Building the Visual Studio project; Starting the device; Initializing and using Kinect in C++; Understanding the code; Additional information; Summary; Chapter 3: Rendering the Player; Choosing image stream types.…”
Full text (MFA users only)
Electronic eBook -
45
Arduino sketches : tools and techniques for programming wizardry /
Published 2015Table of Contents: “…Your First Program --…”
Full text (MFA users only)
Electronic eBook -
46
Digital circuit analysis and design with Simulink modeling and introduction to CPLDs and FPGAs
Published 2007Table of Contents: “…Common number systems and conversions -- Operations in binary, octal, and hexadecimal systems -- Sign magnitude and floating point arithmetic -- Binary codes -- Fundamentals of Boolean algebra -- Minterms and maxterms -- Combinatorial logic circuits -- Sequential logic circuits -- Memory devices -- Advanced arithmetic and logic operations -- Introduction to field programmable devices -- Introduction to MATLAB -- Introduction to Simulink -- Introduction to ABEL hardware description language -- Introduction to VHDL -- Introduction to Verilog -- Introduction to boundary scan architecture.…”
Full text (MFA users only)
Electronic eBook -
47
OCA/OCP Java SE 8 programmer : practice tests /
Published 2017Table 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 -
48
The automated lighting programmer's handbook /
Published 2011Table of Contents: “…Front Cover; The Automated Lighting Programmer's Handbook; Copyright; Dedication; Table of Contents; List of Tables and Figures; Acknowledgments; Introduction; 10 Things Every Programmer Should Know; Chapter 1. …”
Full text (MFA users only)
Electronic eBook -
49
Measuring the Real Size of the World Economy : the Framework, Methodology, and Results of the International Comparison Program (ICP).
Published 2013Table of Contents: “…Cover; Contents; Preface; Acknowledgments; Contributing Authors; Executive Summary; Introduction: Reshaping the World; 1 The Framework of the International Comparison Program; 2 Governance Structure of ICP 2005; 3 National Accounts Framework for International Comparisons: GDP Compilation and Breakdown Process; 4 Computation of Basic Heading PPPs for Comparisons within and between Regions; 5 Methods of Aggregation above the Basic Heading Level within Regions; 6 Methods of Aggregation above the Basic Heading Level: Linking the Regions; 7 The ICP Survey Framework.…”
Full text (MFA users only)
Electronic eBook -
50
National cancer control programmes : policies and managerial guidelines.
Published 2002Table of Contents: “…1-2 et iii-vi.pdf; Executive Summary; Biological and Social Aspects of Cancer; Causes of Cancer; Burden of Cancer; Prevention; Early Detection of Cancer; Diagnosis and Treatment of Cancer; Pain Relief and Palliative Care; Cancer Control Research; Surveillance in Cancer Control; Planning a NationalCancer Control Programme; Implementing a NationalCancer Control Programme; Monitoring and Evaluatingthe Programme; Priorities for Various Resource Levels; Acknowledgements; References.…”
Full text (MFA users only)
Electronic eBook -
51
Mood Management : a Cognitive-behavioral Skills-building Program for Adolescents.
Published 2001Subjects: “…Mood Management (Programme)…”
Full text (MFA users only)
Electronic eBook -
52
Arduino networking : connect your projects to the web using the Arduino Ethernet library
Published 2014Subjects: “…Arduino (Programmable controller)…”
Full text (MFA users only)
Electronic eBook -
53
APM Introduction to Programme Management.
Published 2016Table of Contents: “…Intro -- Copyright Page -- Contents -- List of figures and tables -- Foreword -- Acknowledgements -- Introduction and purpose of guide -- Programme management -- an overview -- 1. Programmes and programme management -- 1.1 What is a programme? …”
Full text (MFA users only)
eBook -
54
-
55
C# 5.0 : programmer's reference /
Published 2014Table 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 -
56
Raspberry Pi 3 Cookbook for Python Programmers : Unleash the potential of Raspberry Pi 3 with over 100 recipes, 3rd Edition.
Published 2018Table of Contents: “…. ; There's more ... ; Running multiple programs with X11 forwarding; Running as a desktop with X11 forwarding; Running Pygame and Tkinter with X11 forwarding; Sharing the home folder of Raspberry Pi with SMB; Getting ready; How to do it ... ; Keeping Raspberry Pi up to date; Getting ready; How to do it ... ; There's more ... ; Chapter 2: Dividing Text Data and Building Text Classifiers; Introduction; Building a text classifier.…”
Full text (MFA users only)
Electronic eBook -
57
Handbook of Mindfulness-Based Programmes : Mindfulness Interventions from Education to Health and Therapy.
Published 2019Table of Contents: “…Cover; Half Title; Title; Copyright; Dedication; Contents; 1 Handbook of Mindfulness-Based Programmes: an introduction; SECTION I Mindfulness programs in therapy; 2 Acceptance and Commitment Therapy; 3 Cultivating wise mind in dialectical behavior therapy through mindfulness; 4 Mindfulness-Based Stress Reduction: theory, practice and evidence base; 5 Mindfulness-Based Positive Behavior Support; 6 Mindfulness-Based Mind Fitness Training (MMFT): mindfulness training for high-stress and trauma-sensitive contexts…”
Full text (MFA users only)
Electronic eBook -
58
PIC Basic Projects : 30 Projects using PIC BASIC and PIC BASIC PRO.
Published 2006Subjects: “…Programmable controllers.…”
Full text (MFA users only)
Electronic eBook -
59
-
60