Search alternatives:
rain » train (Expand Search), pain (Expand Search)
btrain » bttrain (Expand Search), btpain (Expand Search), train (Expand Search)
tbbtrain » tbbttrain (Expand Search), tbbtpain (Expand Search), tbtrain (Expand Search)
tbbttrain » tbbtttrain (Expand Search), tbbttpain (Expand Search)
bbrain » bbtrain (Expand Search), bbpain (Expand Search)
strain » sttrain (Expand Search), stpain (Expand Search), train (Expand Search)
brain » btrain (Expand Search), bpain (Expand Search)
btbtrain » btbttrain (Expand Search), btbtpain (Expand Search), bttrain (Expand Search)
sbttttbbbtrain » sbttttbbbttrain (Expand Search), sbttttbbbtpain (Expand Search), sbttttbbtrain (Expand Search)
sbtttbrain » sbtttbtrain (Expand Search), sbtttbpain (Expand Search)
stbrain » stbtrain (Expand Search), stbpain (Expand Search)
stbbtrain » stbbttrain (Expand Search), stbbtpain (Expand Search), stbtrain (Expand Search)
sbbrain » sbbtrain (Expand Search), sbbpain (Expand Search)
sbbbttttrain » sbbbtttttrain (Expand Search), sbbbttttpain (Expand Search)
sbbbtttttrain » sbbbttttttrain (Expand Search), sbbbtttttpain (Expand Search)
sbbbtttbrain » sbbbtttbtrain (Expand Search), sbbbtttbpain (Expand Search)
sbbbtrain » sbbbttrain (Expand Search), sbbbtpain (Expand Search), sbbtrain (Expand Search)
sbbbbbbbrain » sbbbbbbbtrain (Expand Search), sbbbbbbbpain (Expand Search)
sbbbbbtrain » sbbbbbttrain (Expand Search), sbbbbbtpain (Expand Search), sbbbbtrain (Expand Search)
sbbtrain » sbbttrain (Expand Search), sbbtpain (Expand Search), sbtrain (Expand Search)
tmain » train (Expand Search)
btttbtmain » btttbtrain (Expand Search)
sbbbtbbtmain » sbbbtbbtrain (Expand Search)
sbbbtbtmain » sbbbtbtrain (Expand Search)
sbbbtmain » sbbbtrain (Expand Search)
bbttpain » bbtpain (Expand Search), bbttrain (Expand Search)
tpain » pain (Expand Search), train (Expand Search)
amain » again (Expand Search)
barmain » bargain (Expand Search)
tbbpain » tbpain (Expand Search)
tbbbbbpain » tbbbbpain (Expand Search)
bpain » pain (Expand Search)
sbbbtttbpain » sbbbtttpain (Expand Search)
sbbbbtbpain » sbbbbtpain (Expand Search)
Showing 461 - 480 results of 998 for search '(((((rain OR (((btrain OR (tbbpain OR (tbbtrain OR tbbttrain))) OR tmain) OR tmain)) OR ((((bbrain OR strain) OR bbttpain) OR (tmain OR ((main OR main) OR tspain))) OR (((tpain OR tbbmain) OR tbbbbbpain) OR ((tpain OR tbbmain) OR tbbbbbpain)))) OR (((((amain OR amain) OR ((brain OR brain) OR barmain)) OR (((btttbtmain OR btttbtmain) OR btbtrain) OR (bpain OR bpain))) OR (((((brain OR bpain) OR (((main OR (sbttttbbbtrain OR sbtttbrain)) OR ((main OR main) OR (stbrain OR stbbtrain))) OR (main OR main))) OR sbbrain) OR (((((((sbbbttttrain OR sbbbtttttrain) OR (sbbbtttbrain OR sbbbtttbpain)) OR (sbbbtbbtmain OR (sbbbtbtmain OR ((sbbbtmain OR sbbbtrain) OR sbbrain)))) OR (sbbbbtbpain OR sbbbbtbpain)) OR ((sbbbtrain OR sbbbbbmain) OR (sbbbbbbbrain OR sbbbbbtrain))) OR (sbbrain OR main)) OR ((sbbrain OR (sbbrain OR sbbtrain)) OR sbbrain))) OR sbbrain)) OR gain)) OR (min OR min)) OR (spain OR tpain)) tax', query time: 1.64s Refine Results
  1. 461

    Implementing Microsoft Dynamics NAV - Third Edition. by Chow, Alex

    Published 2016
    Table of Contents: “…Reconciling bank statements automatically -- Social Listening -- Power Business Intelligence -- RapidStart services -- Schedule reports -- E-mailing documents -- Document exchange service (OCR Services) -- Exchange rates update -- Native integration with Dynamics CRM -- Universal app -- Workflow management -- Posting Preview -- Deferrals -- Development changes -- Document reporting -- Upgrade automation -- an overview -- Upgrade automation -- the application code -- Upgrade automation -- data -- Enhancement in security and encryption -- Changes to C/AL functions, data types, properties, and triggers -- NET interoperability -- Enhancements in RoleTailored client control add-ins -- IT changes -- Dynamics NAV Server administration -- Windows PowerShell cmdlets -- Summary -- Chapter 3: Dynamics NAV -- General Considerations -- The data model -- Master data -- Documents -- Journals -- Entries -- Creating ledger entries -- Combining all concepts -- No save button -- The main advantage -- When is the data verified? -- The main drawback -- The posting routines -- Posted data cannot be modified (or deleted) -- Navigating through your data -- The Navigate functionality -- Other ways to browse data -- Sorting on list pages -- Filtering for the data you need -- Saving views for the filters you've set -- Real-time data gathering -- the SIFT technology -- Everything leads to accounting -- The Dynamics NAV database -- The TableRelation property -- Coded data rules -- Summary -- Chapter 4: The Implementation Process (from the Reseller) -- What is an implementation? …”
    Full text (Wentworth users only)
    Electronic eBook
  2. 462

    Titans of Real Estate : 7 Key Lessons from Real Estate Billionaires. by Cohen, Erez

    Published 2019
    Full text (Wentworth users only)
    Electronic eBook
  3. 463

    Procedural Content Generation for C++ Game Development. by Green, Dale

    Published 2016
    Table of Contents: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgment -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: An Introduction to Procedural Generation -- Procedural generation versus random generation -- Procedural generation -- Random generation -- Introducing randomness -- Pseudorandom number generation -- Why computers can't generate truly random numbers -- Generating random numbers in C++ -- Generating random numbers within a range -- Seeds -- Defining seeds -- Using seeds -- Generating random seeds during the runtime -- Controlled randomness is the key to generating random numbers -- The use of procedural generation in games -- Saving space -- Map generation -- Texture creation -- Animation -- Sound -- Benefits of procedural generation -- Larger games can be created -- Procedural generation can be used to lower budgets -- An increase in gameplay variety -- An increase in replayability -- The drawbacks of procedural generation -- More taxing on the hardware -- Worlds can feel repetitive -- You sacrifice quality control -- You may generate an unplayable world -- It is hard to script set game events -- A brief history of rogue-like games -- How we'll implement procedural generation -- Populating environments -- Creating unique game objects -- Creating unique art -- Audio manipulation -- Behavior and mechanics -- Dungeon generation -- Component-based design -- The complete game -- Exercises -- Summary -- Chapter 2: Project Setup and Breakdown -- Choosing an IDE -- Microsoft Visual Studio -- Code::Blocks -- Other IDEs -- Build systems -- Breaking down the game template -- Download templates -- The class diagram -- The object hierarchy -- Level data -- Collision -- Input -- Simple and Fast Multimedia Library (SFML) -- Defining SFML -- Why we'll be using SFML -- Learning SFML -- Alternatives.…”
    Full text (Wentworth users only)
    Electronic eBook
  4. 464

    Magento 2 Beginners Guide. by Guarino, Gabriel

    Published 2017
    Full text (Wentworth users only)
    Electronic eBook
  5. 465

    Knights, Raiders, and Targets : the Impact of the Hostile Takeover. by Coffee, John C.

    Published 1988
    Table of Contents: “…Hostile Takeovers and Junk Bond Financing: A Panel Discussion; CAPITAL MARKETS, EFFICIENCY, AND CORPORATE CONTROL; MANAGERIAL BEHAVIOR AND TAKEOVERS; EVIDENCE ON THE GAINS FROM MERGERS AND TAKEOVERS; MERGERS AND TAKEOVERS: TAXES, CAPITAL STRUCTURE, AND THE INCENTIVES OF MANAGERS; LEGAL RULES, TAKEOVER STRATEGIES, AND DEFENSIVE TACTICS; ONE SHARE, ONE VOTE; Index.…”
    Full text (Wentworth users only)
    Electronic eBook
  6. 466

    Biologically Inspired Cognitive Architectures (BICA) for Young Scientists Proceedings of the First International Early Research Career Enhancement School (FIERCES 2016) / edited by...

    Published 2016
    Table of Contents: “…Models of Autonomous Cognitive Agents -- Differentiation of Groundwater Tax Rates as an Element of Improving the Economic Mechanism in the State Groundwater Extraction Management -- Users' of Information Systems Protection Analysis from Malefactor's Social Engineering Attacks Taking into Account Malefactor's Competence Profile -- Character Reasoning of the Social Network Users on the Basis of the Content Contained on Their Personal Pages -- Bayesian Optimization of Spiking Neural Network Parameters to Solving the Time Series Classiffcation Task -- Simulation of Learning in Neuronal Culture -- Unsupervised Neural Architecture for Saliency Detection: Extended Version -- Active adaptation of expert-based suggestions in ladieswear recommender system LookBooksClub via Reinforcement Learning -- Visual Analytics Support for Carbon Nanotube Design Automation -- A model of Neurodynamics of Hippocampal Formation Neurons Performing Spatial Processing Based on Even Cyclic Inhibitory Networks -- Feature Selection for Time-Series Prediction in Case of Undetermined Estimation -- A New Approach for Semantic Cognitive Maps Creation and Evaluation Based on Affix Relations -- On Alternative Instruments for the fMRI Data Analysis: General Linear Model Versus Algebraic Topology Approach -- Application of Hopfield Neural Network to the N-Queens Problem -- Simulation of a Fear-Like State on a Model of Dopamine System of Rat Brain -- Spatial and Temporal Parameters of Eye Movements During Viewing of Affective Images -- MEG Data Analysis Using the Empirical Mode Decomposition Method -- Evolutional Approach to Image Processing on the Example of Microsections -- "Cognovisor" for the Human Brain: Towards Mapping of Thought Processes by a Combination of fMRI and Eye-tracking -- Dynamic Intelligent Systems Integration and Evolution of Intelligent Control Systems Architectures -- Automated Planning: Usage for Integrated Expert Systems Construction -- Some Aspects of Temporal Knowledge Acquisition and Representation in Dynamic Integrated Expert Systems -- Collaboration of All-purpose Static Solver, Temporal Reasoning and Simulation Modeling Tools in Dynamic Integrated Expert Systems -- Some Aspects of Intellectual Tutoring Based on the Integrated Tutoring Expert Systems Usage -- To the Question of Learnability of a Spiking Neuron with Spike-Timing-Dependent Plasticity in Case of Complex Input Signals -- Causal Interactions Within the Default Mode Network as Revealed by Low-frequency Brain Fluctuations and Information Transfer Entropy -- Hierarchical Temporal Memory Implementation with Explicit States Extraction -- Swarm MeLiF: Feature Selection with Filter Combination Found via Swarm Intelligence -- Agent-based Model of Interactions in the Community of Investors and Producers -- Patterns of Spiking Activity of Neuronal Networks in Vitro as Memory Traces -- The Competency Management Based on Ontologies: Issues of Using in Organizations -- The Approach to Modeling of Synchronized Bursting in Neuronal Culture Using a Mathematical Model of a Neuron with Autoregulation Mechanism -- Dynamic Clustering of Connections Between fMRI Resting State Networks: A Comparison of Two Methods of Data Analysis -- Neural Network Solution of an Inverse Problem in Raman Spectroscopy of Multi-Component Solutions of Inorganic Salts -- Prediction of Relativistic Electrons Flux in the Outer Radiation Belt of the Earth Using Adaptive Methods -- Comparative Analysis of Residual Minimization and Artificial Neural Networks as Methods of Solving Inverse Problems: Test on Model Data -- A Biologically Inspired Architecture for Visual Self-Location.…”
    Full text (Wentworth users only)
    Electronic eBook
  7. 467
  8. 468
  9. 469

    Procedural Content Generation for C++ Game Development. by Green, Dale

    Published 2016
    Table of Contents: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgment -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: An Introduction to Procedural Generation -- Procedural generation versus random generation -- Procedural generation -- Random generation -- Introducing randomness -- Pseudorandom number generation -- Why computers can't generate truly random numbers -- Generating random numbers in C++ -- Generating random numbers within a range -- Seeds -- Defining seeds -- Using seeds -- Generating random seeds during the runtime -- Controlled randomness is the key to generating random numbers -- The use of procedural generation in games -- Saving space -- Map generation -- Texture creation -- Animation -- Sound -- Benefits of procedural generation -- Larger games can be created -- Procedural generation can be used to lower budgets -- An increase in gameplay variety -- An increase in replayability -- The drawbacks of procedural generation -- More taxing on the hardware -- Worlds can feel repetitive -- You sacrifice quality control -- You may generate an unplayable world -- It is hard to script set game events -- A brief history of rogue-like games -- How we'll implement procedural generation -- Populating environments -- Creating unique game objects -- Creating unique art -- Audio manipulation -- Behavior and mechanics -- Dungeon generation -- Component-based design -- The complete game -- Exercises -- Summary -- Chapter 2: Project Setup and Breakdown -- Choosing an IDE -- Microsoft Visual Studio -- Code::Blocks -- Other IDEs -- Build systems -- Breaking down the game template -- Download templates -- The class diagram -- The object hierarchy -- Level data -- Collision -- Input -- Simple and Fast Multimedia Library (SFML) -- Defining SFML -- Why we'll be using SFML -- Learning SFML -- Alternatives.…”
    Full text (Wentworth users only)
    Electronic eBook
  10. 470

    Entrepreneur Revolution, 2nd Edition Priestley, Daniel. by Priestley, Daniel

    Published 2018
    Full text (Wentworth users only)
    Electronic eBook
  11. 471

    Entrepreneur Revolution Priestley, Daniel. by Priestley, Daniel

    Published 2019
    Streaming audio (Wentworth users only)
    Electronic Audio
  12. 472

    Linguistic Justice for Europe and for the World. by Van Parijs, Philippe

    Published 2011
    Table of Contents: “…; 1.3 Probability-driven language learning; 1.4 Maxi-min language use; 1.5 The maxi-min dynamics; 1.6 Deviation from maxi-min: didactic and symbolic; 1.7 Maxi-min dynamics and power relationships; 1.8 Power and the rise of English; 1.9 Lingua franca and justificatory community; 1.10 Lingua franca and trans-national demos; 1.11 A vector of ideological domination?…”
    Full text (Wentworth users only)
    Electronic eBook
  13. 473

    Magento 2 Beginners Guide. by Guarino, Gabriel

    Published 2017
    Full text (Wentworth users only)
    Electronic eBook
  14. 474

    Systematic : how systems biology is transforming modern medicine / James R. Valcourt. by Valcourt, James R.

    Published 2017
    Table of Contents: “…Applications -- Build me a buttercup: using synthetic biology to make diesel fuel, programmable cells, and malaria medicine -- More than just 86 billion neurons: the science of the brain, and how connections among neurons make it work -- Death and taxes: aging is governed by an organism-wide system that we might be able to manipulate -- Your microbiome and you: the body is host to trillions of microbes that affect human health -- This is your system on drugs: tweaking biological systems to produce better medical treatments.…”
    Book
  15. 475

    Cannabis sativa for health and hemp / Ethan L. Clark, editor.

    Published 2011
    Table of Contents: “…Raich (2005) -- Americans for Safe Access (ASA) Lawsuit Against HHS -- STATE AND LOCAL REFERENDA AND LEGISLATION -- States Allowing Use of Medical Marijuana70 -- Statistics on Medical Marijuana Users -- California (1996) -- Oregon (1998) -- Alaska (1998) -- Washington (1998) -- Maine (1999) -- Hawaii (2000) -- Colorado (2000) -- Nevada (2000) -- Vermont (2004) -- Montana (2004) -- Rhode Island (2006) -- New Mexico (2007) -- Michigan (2008) -- New Jersey (2010) -- Other State and Local Medical Marijuana Laws -- Arizona (1996).…”
    Full text (Wentworth users only)
    Electronic eBook
  16. 476

    The Economic Viability of Micropolitan America Gordon, Gerald. by Gordon, Gerald

    Published 2013
    Full text (Wentworth users only)
    Electronic eBook
  17. 477

    Overcoming Uncertainty of Institutional Environment as a Tool of Global Crisis Management edited by Elena G. Popkova.

    Published 2017
    Table of Contents: “….- chapter 6: Information and Psychological Convergence: Methodology of Creation -- chapter 7: National Venture Eco-Systems in Management of Innovational Process Development -- chapter 8: Public Authorities and Business on the Possibilities of Region’s De-velopment -- chapter 9: Tax Strategy of Global Crisis Management: Threats and Perspectives -- chapter 10: Economic Security as a Basis for National Food Sovereignty -- chapter 11:Assistive Technologies Market: State and Perspectives -- chapter 12: Management of Integrated Risk of Industrial Enterprise -- chapter 13: Practice in the Application of the Production System Tools at the Enterprise During Mastering of New Products -- chapter 14: Legal Conditions for Integration of Regional Companies In Foreign Economic Activities -- chapter 15: Sustainable Economic Growth of Integrated Agricultural Formations: Information and Analytical Support -- chapter 16: Problems and Perspectives of Transport Humanization Under the conditions of Globalization and Integration -- chapter 17: Formation of Organizational Directions for Implementing Roadmapping into Activities of Industrial Enterprises -- chapter 18: Improvement of the State Support Mechanism for Regional Agro-Industrial Complex Under the Conditions of International Sanctions and Russia’s Membership in the WTO -- chapter 19: Risk Management as a Factor of Sustainable Development of Enterprise -- Part 2. …”
    Full text (Wentworth users only)
    Electronic eBook
  18. 478

    Ecological Footprint of the Modern Economy and the Ways to Reduce It The Role of Leading Technologies and Responsible Innovations / edited by Bruno S. Sergi, Elena G. Popkova, Anna...

    Published 2024
    Table of Contents: “…ESG Agenda in the Educational Process of a University -- 14. Carbon Emission Tax or Carbon Emission Market: Which Is Better? …”
    Full text (Wentworth users only)
    Electronic eBook
  19. 479

    The Changing Face of Innovation : Is It Shifting to Asia? / Seeram Ramakrishna, Daniel Joo-Then Ng. by Ramakrishna, Seeram

    Published 2012
    Table of Contents: “…2.1 Research and Development InvestmentsChina; China's Rising Stature in Science and Technology; India; China and India -- Research Output Has Been Rising Rapidly; Korea; Korea's R & D output; Singapore; Key Innovation Outcome of Some Asian Countries; 2.2 Universities; Singapore; Current State of Higher Education; Geographic Distribution of Researchers in the World; Scientific Publications; 2.3 Young Minds and Human Resources; State of China and India; China's and India's Intellectual Diaspora -- Reverse Brain-drain; India's Intellectual Diaspora -- Reverse Brain-drain.…”
    Full text (Wentworth users only)
    Electronic eBook
  20. 480