Search Results - ((java programming) OR ((games OR names) programming))

Search alternatives:

  1. 401

    Optimization Using Linear Programming by Metei

    Published 2019
    Table of Contents: “…9 GAME THEORY --…”
    Full text (MFA users only)
    Electronic eBook
  2. 402

    IBM Cognos 8 Report Studio Cookbook. by Sanghani, Abhishek

    Published 2010
    Full text (MFA users only)
    Electronic eBook
  3. 403

    Android Programming : Pushing the Limits by Hellman, Erik, 1977-

    Published 2014
    Full text (MFA users only)
    Electronic eBook
  4. 404

    Tcl/Tk : a developer's guide by Flynt, Clif

    Published 2012
    Table of Contents: “…Front Cover -- Tcl/Tk: A Developer's Guide -- Copyright -- Table of Contents -- Foreword -- Preface -- Tcl/Tk: GUI Programming in a Gooey World -- Acknowledgments -- Introduction -- Where to Get More Information -- 1 Tcl/Tk Features -- 1.1 Tcl Overview -- 1.1.1 The Standard Tcl Distribution -- 1.1.2 Documentation -- 1.2 Tcl as a Glue Language -- 1.2.1 Tcl Scripts Compared with UNIX Shell Scripts -- 1.2.2 Tcl Scripts Compared with MS-DOS .bat Files -- 1.3 Tcl as a General-purpose Interpreter -- 1.3.1 Tcl/Tk Compared to Visual Basic -- 1.3.2 Tcl/Tk Compared to Perl -- 1.3.3 Tcl/Tk Compared to Python -- 1.3.4 Tcl/Tk Compared to Java -- 1.4 Tcl as an Extensible Interpreter -- 1.5 Tcl as an Embeddable Interpreter -- 1.6 Tcl as a Rapid Development Tool -- 1.7 GUI-based Programming -- 1.8 Shipping Products -- 1.9 Bottom Line -- 1.10 Problems -- 2 The Mechanics of Using the Tcl and Tk Interpreters -- 2.1 The tclsh and wish Interpreters -- 2.1.1 Starting the tclsh and wish Interpreters -- 2.1.2 Starting tclsh or wish under UNIX -- Errors Caused by Improper Installation -- 2.1.3 Starting tclsh or wish under Microsoft Windows -- 2.1.4 Starting tclsh or wish on the Mac -- Making a Desktop Icon -- 2.1.5 Exiting tclsh or wish -- 2.2 Using tclsh/wish Interactively -- 2.2.1 Tclsh as a Command Shell -- 2.2.2 Tk Console (tkcon)-An Alternative Interactive tclsh/wish Shell -- 2.2.3 Evaluating Scripts Interactively -- 2.3 Evaluating Tcl Script Files -- 2.3.1 The Tcl Script File -- 2.3.2 Evaluating Tcl Script Files -- 2.3.3 Evaluating a Tcl Script File under UNIX -- 2.3.4 Evaluating a Tcl Script File under Microsoft Windows -- Changing File Association on Windows XP and Earlier -- Changing File Association on Windows Vista and Windows 7 -- 2.3.5 Evaluating a Tcl Script on the Mac -- 2.4 Bottom Line -- 2.5 Problems -- 3 Introduction to the Tcl Language.…”
    Full text (MFA users only)
    Electronic eBook
  5. 405

    FusionCharts beginners guide : the official guide for fusioncharts suite : create interactive charts in JavaScript (HTML5) and Flash for your web and enterprise applications by Nadhani, Sanket

    Published 2012
    Subjects: “…JavaScript (Computer program language) Handbooks, manuals, etc.…”
    Full text (MFA users only)
    Electronic eBook
  6. 406

    JBoss AS 5 Performance Tuning. by Marchioni, Francesco

    Published 2010
    Subjects: “…Java (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  7. 407

    JQuery 1.4 Animation Techniques Beginners Guide. by Wellman, Dan

    Published 2011
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  8. 408

    WordPress 3.0 jQuery. by Silver, Tessa Blakeley

    Published 2010
    Table of Contents: “…Getting Started: WordPress and jQuery; This book's approach; Core fundamentals you need to know; WordPress; Basic programming; JavaScript and AJAX techniques; PHP; Essential tools; Code/HTML editor; Firefox; Web Developer toolbar; Firebug; Not essential, but helpful: Image editor; jQuery background and essentials; What jQuery does (really well).…”
    Full text (MFA users only)
    Electronic eBook
  9. 409

    Ember. js Cookbook. by Hanchett, Erik

    Published 2016
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook
  10. 410

    Beginning programming by Kingsley-Hughes, Adrian

    Published 2005
    Full text (MFA users only)
    Electronic eBook
  11. 411

    Stochastic programming : applications in finance, energy, planning and logistics

    Published 2012
    Table of Contents: “…A stochastic programming model for optimizing the production of farmed Atlantic salmon / Martin B. …”
    Full text (MFA users only)
    Electronic eBook
  12. 412
  13. 413

    Parallel Programming with Python. by Palach, Jan

    Published 2014
    Table of Contents: “…Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Contextualizing Parallel, Concurrent, and Distributed Programming; Why use parallel programming?; Exploring common forms of parallelization; Communicating in parallel programming; Understanding shared state; Understanding message passing; Identifying parallel programming problems; Deadlock; Starvation; Race conditions; Discovering Python's parallel programming tools; The Python threading module; The Python multiprocessing module.…”
    Full text (MFA users only)
    Electronic eBook
  14. 414

    JavaScript and JSON Essentials : Build light weight, scalable, and faster web applications with the power of JSON, 2nd Edition. by S. Sriparasa, Sai

    Published 2018
    Table of Contents: “…Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with JSON; JSON, a data exchange format; The Hello World program with JSON; How is JSON stored in memory?; Datatypes in JSON; Languages that support JSON; JSON implementation in PHP; JSON implementation in Python; Summary; Chapter 2: The JSON Structures; Inserting external JavaScript; Accessing objects in JSON; Performing complex operations; Modifying JSON; Summary; Chapter 3: AJAX Requests with JSON; Basic web operations; Synchronous vs. asynchronous.…”
    Full text (MFA users only)
    Electronic eBook
  15. 415

    Comprehensive Ruby Programming. by Hudgens, Jordan

    Published 2017
    Table of Contents: “…-- Method argument syntax -- Method argument code examples -- Named arguments -- Default argument values -- Using splat and optional arguments in Ruby methods -- Traditional splat arguments -- Keyword-based splat arguments -- Optional arguments -- Summary -- Chapter 6: Ruby Iterators and Loops -- The while loop guide -- The while loop code example -- The each iterator method tutorial -- The each loop code example -- The for ... in loops tutorial -- Looping over a hash -- Nested iterator code example -- Using the select method -- Using the map method -- part 1 -- The map method code example -- Using the map method -- part 2 -- Summing values in an array using the inject method -- Summary -- Chapter 7: Ruby Collections -- Using arrays -- Deleting items from arrays -- Using push and pop for arrays -- The Ruby hash tutorial -- The hash code example -- Deleting elements from a hash -- Iterating over a hash for a key or value -- Top hash methods in Ruby -- Adding elements to a hash -- Swapping keys and values -- Merging hashes -- Converting a hash into an array -- Listing all keys -- Listing all values -- Summary -- Chapter 8: Ruby Conditionals -- The conditionals guide -- Real-world use of conditionals -- Code example of conditionals -- Syntax for the unless conditional -- Running Ruby files -- The unless conditional code example -- Nested if ... else conditionals -- The if ... elsif conditional code example -- The conditional workflow -- Guide to compound conditionals -- Compound conditionals code example -- Compounded compound conditionals -- Additional conditional operators -- Summary -- Chapter 9: Object-Oriented Programming in Ruby -- Introduction to how OOP works -- A real-world OOP example -- Ruby OOP development -- setters, getters, and methods -- Working with instantiation in Ruby.…”
    Full text (MFA users only)
    Electronic eBook
  16. 416

    If Hemingway Wrote JavaScript by Croll, Angus

    Published 2015
    Full text (MFA users only)
    Electronic eBook
  17. 417
  18. 418

    Chapters in game theory : in honor of Stef Tijs

    Published 2004
    Table of Contents: “…Stochastic Cooperative Games: Theory and Applications -- Sequencing Games: a Survey -- Game Theory and the Market -- On the Number of Extreme Points of the Core of a Transferable Utility Game -- Consistency and Potentials in Cooperative TU-Games: Sobolev's Reduced Game Revived -- On the Set of Equilibria of a Bimatrix Game: a Survey -- Concave and Convex Serial Cost Sharing -- Centrality Orderings in Social Networks -- The Shapley Transfer Procedure for NTU-Games -- The Nucleolus as Equilibrium Price -- Network Formation, Costs, and Potential Games -- Contributions to the Theory of Stochastic Games -- Linear (Semi- ) Infinite Programs and Cooperative Games -- Population Uncertainty and Equilibrium Selection: a Maximum Likelihood Approach.…”
    Full text (MFA users only)
    Electronic eBook
  19. 419
  20. 420

    JQuery UI 1.10 : the User Interface Library for jQuery. by Libby, Alex

    Published 2013
    Subjects: “…JavaScript (Computer program language)…”
    Full text (MFA users only)
    Electronic eBook