Search Results - ((java programming) OR ((games OR names) programming))
Suggested Topics within your search.
Suggested Topics within your search.
- Development 198
- Application software 182
- Programming 152
- Computer programs 129
- Java (Computer program language) 128
- History 127
- Video games 116
- JavaScript (Computer program language) 109
- Design 103
- Web site development 95
- Web sites 68
- Data processing 61
- Social aspects 55
- Computer programming 48
- Management 48
- Study and teaching 46
- Activity programs 45
- Internet programming 45
- computer programming 40
- Computer software 38
- Computer graphics 34
- Python (Computer program language) 34
- Web applications 33
- Research 32
- Computer networks 31
- Web servers 31
- Artificial intelligence 30
- Business 30
- History and criticism 30
- Authoring programs 28
Search alternatives:
- java programming »
-
541
Beginning programming with C++ for dummies
Published 2014Table of Contents: “…Building the ProgramFinding What Could Go Wrong; Misspelled commands; Missing semicolon; Using the Online Material; Running the Program; How the Program Works; The template; The Conversion program; Part II: Writing a Program: Decisions, Decisions; Chapter 4: Integer Expressions ; Declaring Variables; Variable names; Assigning a value to a variable; Initializing a variable at declaration; Integer Constants; Expressions; Binary operators; Unraveling compound expressions; Unary Operators; The Special Assignment Operators; Chapter 5: Character Expressions ; Defining Character Variables.…”
Full text (MFA users only)
Electronic eBook -
542
-
543
Rust Quick Start Guide : the Easiest Way to Learn Rust Programming.
Published 2018Full text (MFA users only)
Electronic eBook -
544
Programming ArcGIS 10.1 with Python Cookbook.
Published 2013Full text (MFA users only)
Electronic eBook -
545
Selected papers of Alan Hoffman with commentary
Published 2003Full text (MFA users only)
Electronic eBook -
546
-
547
Raspberry Pi 3 Cookbook for Python Programmers : Unleash the potential of Raspberry Pi 3 with over 100 recipes, 3rd Edition.
Published 2018Table of Contents: “…Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with a Raspberry Pi 3 Computer; Introduction; Introducing Raspberry Pi; What's with the name?; Why Python?; Python 2 and Python 3; Which version of Python should you use?…”
Full text (MFA users only)
Electronic eBook -
548
Beginning Swift [Book] : Master the fundamentals of programming in Swift 4.
Published 2018Table of Contents: “…978-1-78953-431-3-cov -- high res; 978-1-78953-431-3-ebook; Preface; Swift Basics; Swift Program Structure; Hello, World!; Swift Variables and Constants; Declaring Swift Variables; Variables Versus Constants; Type Inference; Variable Naming; Working with Variables; Tuples; Creating a Tuple; Optionals; Declaring an Optional; Working with Optionals; Optional nil Values; Accessing Optional Values; Force Unwrapping an Optional; Conditionally Unwrapping Optionals; The Swift guard Statement; Activity B: Variable Summary; Swift Data Types; Numeric Data Types; Int on 64-Bit Versus 32-Bit Platforms.…”
Full text (MFA users only)
Electronic eBook -
549
Concepts and semantics of programming languages. 1 : a semantical approach with OCaml and Python
Published 2021Full text (MFA users only)
Electronic eBook -
550
Professional WebGL programming : developing 3D graphics for the web
Published 2012Full text (MFA users only)
Electronic eBook -
551
Guide to Graduate Environmental Programs.
Published 1997Full text (MFA users only)
Electronic eBook -
552
-
553
-
554
A year of programs for teens
Published 2007Table of Contents: “…Whoâ€?s Sorry Now? Bored Game TournamentWomen in History Fashion Show -- Feeling Good: Yoga and Smoothies -- March Passive Programs -- March Resources -- April -- Poetry Contest -- Experience the Renaissance -- Knitting Club -- April Passive Programs -- April Resources -- May -- Mother-Daughter Book Discussion -- Cake Decorating -- Photography Contest -- May Passive Programs -- May Resources -- June -- Tie-Dyeing for Teens -- Road Rally on Foot -- Lock-In -- June Passive Programs -- June Resources -- July -- Barbecue…”
Full text (MFA users only)
Electronic eBook -
555
Cybersecurity program development for business : the essential planning guide
Published 2018Table of Contents: “…; Risk! Not Just a Board Game; CHAPTER 2: Everything You Always Wanted to Know About Tech (But Were Afraid to Ask Your Kids); In the Beginning ... ; Key Definitions; Note; CHAPTER 3: A Cybersecurity Primer; Cybersecurity Defined; The Meaning of Security; Measuring Cybersecurity's Success; Deter, Identify, Protect, Detect, Respond; Cybersecurity Controls and Defense in Depth; Defense in Depth; The Threats.…”
Full text (MFA users only)
Electronic eBook -
556
Professional Windows 8 programming : application development with C♯ and XAML
Published 2013Table of Contents: “…""Professional Windows® 8 Programming: Application Development with C♯ and XAML""; ""Copyright""; ""About The Authors""; ""About The Technical Editors""; ""Credits""; ""Acknowledgments""; ""Contents""; ""Introduction""; ""Chapter 1: A Glimpse into the Future""; ""The Game Changer""; ""What Makes Windows 8 Different?""…”
Full text (MFA users only)
Electronic eBook -
557
The Empower Program, K-2 : concrete strategies for positive behavioral support
Published 2016Full text (MFA users only)
Electronic eBook -
558
MATLAB® by example : programming basics
Published 2013Table of Contents: “…Front Cover -- Matlab by Example: Programming Basics -- Copyright Page -- Contents -- Preface -- Acknowledgments -- Why This Book Is Different -- How This Book Is Organized -- 1 Matlab Integrated Development Environment -- Lesson 1.1 Basics of the Matlab Integrated Development Environment -- 1.1.1 Matlab Integrated Development Environment -- 1.1.2 Creating Scalar Variables -- 1.1.3 Creating Vector Variables -- 1.1.4 Creating Array Variables -- Lesson 1.2 Matlab Script Files -- 1.2.1 Creating a Script File -- 1.2.2 Naming a Script File -- 1.2.3 Saving a Script File -- 1.2.4 Executing a Script File -- 1.2.5 Matlab Code Readability -- 1.2.6 Commenting Matlab Code -- Lesson 1.3 Matlab Editor-Cell Mode -- 1.3.1 Enabling Cell Mode -- 1.3.2 Separating a Program into Cells -- 1.3.3 Evaluating Code in a Cell -- Answers to Selected Exercises -- Lesson 1.2 -- Exercise 1 -- Exercise 2 -- 2 Scalars in Matlab -- Lesson 2.1 Creating and Naming Matlab Scalar Variables -- 2.1.1 Matlab Special Variables -- 2.1.1.1 Using Matlab Special Variables -- 2.1.1.2 Changing the Values of Matlab Special Variables -- 2.1.2 User-Defined Variables -- 2.1.2.1 Naming a User-Defined Variable -- 2.1.2.2 Matlab is Case Sensitive -- 2.1.2.3 Clearing a User-Defined Variable -- Lesson 2.2 Approximation of Numbers and Discrete Mathematical Operations -- 2.2.1 Approximating Numbers -- 2.2.1.1 round Function -- 2.2.1.2 fix Function -- 2.2.1.3 ceil Function -- 2.2.1.4 floor Function -- 2.2.2 Discrete Mathematical Operations -- 2.2.2.1 Factorizing a Number -- 2.2.2.2 Greatest Common Divisor -- 2.2.2.3 Least Common Multiple -- Lesson 2.3 Mathematical Expressions for Scalar Variables -- 2.3.1 Creating Variables -- 2.3.2 Precedence of Mathematical Operations -- 2.3.3 From Mathematical Expressions to Matlab Expressions -- 2.3.4 From Matlab Expressions to Mathematical Expressions.…”
Full text (MFA users only)
Electronic eBook -
559
The Soviet biological weapons program : a history
Published 2012Full text (MFA users only)
Electronic eBook -
560
Adobe Edge Animate CC for dummies
Published 2013Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook