Search Results - function-((((level programming) OR (linear programming))) OR ((games OR names) programming))
Suggested Topics within your search.
Suggested Topics within your search.
- Data processing 85
- Computer programs 68
- Development 52
- Programming 51
- Application software 47
- Mathematical models 39
- Python (Computer program language) 35
- Management 33
- Mathematics 33
- R (Computer program language) 32
- Video games 30
- Design 28
- Web site development 25
- Business 23
- Machine learning 23
- Mathematical optimization 23
- Numerical analysis 23
- Research 23
- Finance 22
- Computer programming 21
- Medical care 21
- Database management 19
- computer programming 19
- Delivery of Health Care 17
- JavaScript (Computer program language) 17
- Patient Care 17
- Artificial intelligence 16
- Programming languages (Electronic computers) 16
- Web sites 16
- methods 16
Search alternatives:
- level programming »
-
1
Linear programming and resource allocation modeling
Published 2019Full text (MFA users only)
Electronic eBook -
2
IPhone game blueprints : develop amazing games, visual charts, plots, and graphics for your iPhone
Published 2013Table of Contents: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Starting the Game; Telling a story; Characters; Levels; Naming; Working with graphic assets; Sprites and tiles; Preparing animation; Background; Application icon; Achievements; Trophies; Banners; Screenshots; Gameplay videos; Summary; Chapter 2: Ergonomics; Portraying the player; Ergonomic aspects; Simple rules; Distance to the game; The Pause button; Autosaving; The Continue button; Visibility of the control elements; Direct control; Introducing functionality.…”
Full text (MFA users only)
Electronic eBook -
3
Optimizations and programming : linear, nonlinear, dynamic, stochastic and applications with Matlab
Published 2021Table of Contents: “…Programmation. Linear Programming -- Integer Programming -- Dynamic Programming -- Stochastic Programming -- Optimization. …”
Full text (MFA users only)
Electronic eBook -
4
Functional Python programming : discover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads
Published 2018Table of Contents: “…Cover -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Understanding Functional Programming -- Identifying a paradigm -- Subdividing the procedural paradigm -- Using the functional paradigm -- Using a functional hybrid -- Looking at object creation -- The stack of turtles -- A classic example of functional programming -- Exploratory data analysis -- Summary -- Chapter 2: Introducing Essential Functional Concepts -- First-class functions -- Pure functions -- Higher-order functions -- Immutable data -- Strict and non-strict evaluation -- Recursion instead of an explicit loop state -- Functional type systems -- Familiar territory -- Learning some advanced concepts -- Summary -- Chapter 3: Functions, Iterators, and Generators -- Writing pure functions -- Functions as first-class objects -- Using strings -- Using tuples and named tuples -- Using generator expressions -- Exploring the limitations of generators -- Combining generator expressions -- Cleaning raw data with generator functions -- Using lists, dicts, and sets -- Using stateful mappings -- Using the bisect module to create a mapping -- Using stateful sets -- Summary -- Chapter 4: Working with Collections -- An overview of function varieties -- Working with iterables -- Parsing an XML file -- Parsing a file at a higher level -- Pairing up items from a sequence -- Using the iter() function explicitly -- Extending a simple loop -- Applying generator expressions to scalar functions -- Using any() and all() as reductions -- Using len() and sum() -- Using sums and counts for statistics -- Using zip() to structure and flatten sequences -- Unzipping a zipped sequence -- Flattening sequences -- Structuring flat sequences -- Structuring flat sequences -- an alternative approach -- Using reversed() to change the order.…”
Full text (MFA users only)
Electronic eBook -
5
The art of R programming : tour of statistical software design
Published 2011Table of Contents: “…7.8 Writing Upstairs7.9 Recursion; 7.10 Replacement Functions; 7.11 Tools for Composing Function Code; 7.12 Writing Your Own Binary Operations; 7.13 Anonymous Functions; 8: Doing Math and Simulations in R; 8.1 Math Functions; 8.2 Functions for Statistical Distributions; 8.3 Sorting; 8.4 Linear Algebra Operations on Vectors and Matrices; 8.5 Set Operations; 8.6 Simulation Programming in R; 9: Object-Oriented Programming; 9.1 S3 Classes; 9.2 S4 Classes; 9.3 S3 Versus S4; 9.4 Managing Your Objects; 10: Input/Output; 10.1 Accessing the Keyboard and Monitor; 10.2 Reading and Writing Files.…”
Full text (MFA users only)
Electronic eBook -
6
Project and program management : a competency-based approach
Published 2019Table of Contents: “…Cover -- Copyright -- About the Author -- Contents -- List of Illustrations -- Preface -- Introduction -- Chapter 1: Program/Project Management Competencies -- Student PM Competency Model Paper Guidelines -- Chapter 2: The Importance of Program/Project Management -- Chapter 3: Process Management-Evolution and Definition -- Historical Orientation -- General Program Planning Models -- Integrated Linear Models versus Integrated Nonlinear Models -- Evaluation Methodologies and Accountability -- Composition of a Planning Process -- Chapter 4: Contract Types-What Type of Contract Should I Enter Into? …”
Full text (MFA users only)
Electronic eBook -
7
-
8
-
9
Godot Engine Game Development Projects : Build Five Cross-Platform 2D and 3D Games with Godot 3. 0.
Published 2018Full text (MFA users only)
Electronic eBook -
10
CryENGINE game programming with C++, C♯, and Lua
Published 2013Table of Contents: “…Starting the LauncherDedicated server; Compiling the CryGame project (C++); What just happened?; The CE Game Programming Sample solution breakdown; CryGame; CryAction; CryCommon; The CryENGINE folder structure; PAK files; File query priority; Attaching the debugger; What just happened?…”
Full text (MFA users only)
Electronic eBook -
11
Unreal Engine Virtual Reality Quick Start Guide : Design and Develop Immersive Virtual Reality Experiences with Unreal Engine 4.
Published 2019Table of Contents: “…Chapter 2: Locomotion, Design, and Starting Our ProjectThe Human-Centered Design process; Choosing our locomotion method; Natural locomotion; Artificial locomotion; Cockpit locomotion ; Physical locomotion; Setting up new game files in UE4; Project setup; Creating our custom Game Mode; Creating a GameState; Creating a custom PlayerPawn; Programming our custom PlayerPawn; Summary; Chapter 3:Exploring Riveting Gameplay in Virtual Reality; What does VR bring to video games?…”
Full text (MFA users only)
Electronic eBook -
12
-
13
Mobile Game Design Essentials.
Published 2013Table of Contents: “…Coding Games -- Main features of programming languages -- Libraries -- Abstraction.…”
Full text (MFA users only)
Electronic eBook -
14
-
15
-
16
-
17
Mathematical programming and game theory for decision making
Published 2008Table of Contents: “…Anti-stalling pivot rule for linear programs with totally unimodular coefficient matrix / S.N. …”
Full text (MFA users only)
Electronic eBook -
18
Proceedings of the Princeton Symposium on Mathematical Programming.
Published 2015Table of Contents: “…TWO METHODS OF DECOMPOSITION FOR LINEAR PROGRAMMING /…”
Full text (MFA users only)
Electronic eBook -
19
Game localization : translating for the global digital entertainment industry
Published 2013Full text (MFA users only)
Electronic eBook -
20
Anyone Can Code : The Art and Science of Logical Creativity.
Published 2020Table of Contents: “…4.4 Combining Selection and Iteration -- 4.4.1 Guessing Game -- 4.4.2 Simple Calculator -- 4.5 Naming Conventions -- 4.5.1 #Define In C/C ++ -- Highlights -- End-of-Chapter Notes -- Chapter 5 Functions -- Overview -- 5.1 Defining and Using Functions -- 5.1.1 Returning From a Function -- 5.2 Functions in C/C++ -- 5.2.1 Void Main() -- 5.2.2 Void Hello() -- 5.2.3 Int Getdata() -- 5.3 Local and Global Variables -- 5.4 Function Parameters -- 5.4.1 Simple Board Game Simulator -- 5.4.2 Bmi Calculator -- 5.4.3 Prime Number Listing -- Highlights -- End-of-Chapter Notes -- Part 3 Structured Programming…”
Full text (MFA users only)
Electronic eBook