Mostrando 448,701 - 448,720 Resultados de 451,316 Para Buscar 'AS*', tiempo de consulta: 0.86s Limitar resultados
  1. 448701
    Publicado 2012
    “…Deitel , CEO and CTO of Deitel and Associates, is a graduate of MIT's Sloan School of Management, where he studied Information Technology. …”
    Video
  2. 448702
    Publicado 2013
    “…According to the authors' client research, SOAR is astonishingly effective. SOAR provides a combination contact rate with decision mak..…”
    Libro electrónico
  3. 448703
    Publicado 2013
    “…Part II, Details, provides thorough descriptions of every aspect of CUDA, including Memory Streams and events Models of execution, including the dynamic parallelism feature, new with CUDA 5.0 and SM 3.5 The streaming multiprocessors, including descriptions of all features through SM 3.5 Programming multiple GPUs Texturing The source code accompanying Part II is presented as reusable microbenchmarks and microdemos, designed to expose specific hardware characteristics or highlight specific use cases. …”
    Libro electrónico
  4. 448704
    Publicado 2010
    “…. • Master five core principles of working in teams: use just enough rules, employ top talent, put the team first, build trust and respect, and commit with passion • Establish a realistic framework for effective, continuous execution • Collaborate more effectively with team members, consumers, customers, partners, and suppliers • Master the essentials of team execution: listening for change, leading on demand, acting transparently, and making every contribution count • Reduce the “friction” associated with collaboration--and increase the synergy • Use form, tempo, pulse, and groove to maintain constructive momentum • Learn about the importance of healthy projects and teams • Innovate by exchanging ideas and taking the right measured risks • For every practitioner, leader, and manager interested in getting better results…”
    Libro electrónico
  5. 448705
    Publicado 2010
    “…. • Use Named Sets to prepare asymmetric reports, show actuals for past months and plan for future months. …”
    Libro electrónico
  6. 448706
    Publicado 2008
    “…This comprehensive multimedia training solution teaches you how to: create professional-looking documents with InDesign's powerful text and graphic tools, import text from a word processor, move and scale existing text frames, and check spelling, use the line, pen, and geometric shape tools to draw complex graphic objects, apply fill and stroke, specify process and spot colors, and design custom rules, use Adobe Bridge to organize and manage your digital assets, import and modify layered artwork from Photoshop and Illustrator, create inline graphics and anchored objects that move automatically with your text from one page to the next, create, edit, and link paragraph styles, complete with nested character styles, apply a sequence of style sheets to format an entire document in one operation, build object styles with embedded paragraph styles in order to format entire frames at a time, use master pages to automate repeating page features, automatically generate a table of contents, compose a fully interactive document-with bookmarks, hyperlinks, buttons, sounds, and movies-and export your creation to a PDF file that can be played on most computers.…”
    Vídeo online
  7. 448707
    Publicado 2012
    “…Thus, if legal or financial advice or other expert assistance is required in a specific situation, the services of a competent professional should be sought to ensure that the situation has been evaluated carefully and appropriately. …”
    Video
  8. 448708
    Publicado 2008
    “…Key topics covered include: variable selection, identification of the scale of continuous covariates, the role of interactions in the model, assessment of fit and model assumptions, regression diagnostics, recurrent event models, frailty models, additive models, competing risk models, and missing data. …”
    Libro electrónico
  9. 448709
    Publicado 2011
    “…Reprinted with permission from CHOICE http://www.cro2.org, copyright by the American Library Association…”
    Libro electrónico
  10. 448710
    Publicado 2013
    “…Learn how Android has evolved to support outstanding app design Integrate app design with development, from idea through deployment Understand views, the building blocks of Android user interfaces Make the most of wireframes and prototypes Build efficient layouts and integrate smooth animations Make apps more useful by automatically updating ListViews Combine views into custom components Use image compositing and other advanced techniques Work with the canvas and advanced drawing Leverage Google Play and Amazon Appstore assets One step at a time, this guide helps you bridge the gap between Android developers and designers so you can work with colleagues to create world-class app designs...or do it yourself!…”
    Libro electrónico
  11. 448711
    por Biere, Mike
    Publicado 2011
    “…Coverage includes • Understanding the scope of today’s BI solutions and how they fit into existing infrastructure • Assessing new options such as SaaS and cloud-based technologies • Avoiding technology biases and other “project killers” • Developing effective RFIs/RFPs and proofs of concept • Setting up competency centers and planning for skills development • Crafting a better experience for all your business users • Supporting the requirements of senior executives, including performance management • Cost-justifying BI solutions and measuring success • Working with enterprise content management, text analytics, and search • Planning and constructing portals, mashups, and other user interfaces • Previewing the future of BI…”
    Libro electrónico
  12. 448712
    Publicado 2012
    “…Students and other consumers of this sort of information find it much easier to follow, and much faster to assimilate. About the Author: Conrad Carlberg has a doctorate in statistics from the University of Colorado, Boulder and studied under one of the foremost statisticians of the last century, Gene Glass. he is a multi-time recipient of Microsoft's MVP/Excel award, and has written somewhere around 15 books on Excel, including one originally published in 1995 and now in its 4th edition. …”
    Video
  13. 448713
    Publicado 2013
    “…Coverage includes Providing user control via the system clipboard, notifications, and pending intents Supporting drag and drop for both text and images Displaying navigation and core app functionality via the ActionBar Using widgets to present calendars, number pickers, image stacks, and options lists Delivering powerful graphics via animation and hardware accelerated 2D Recording audio, video, and images Responding to sensors Pairing tablets to other Bluetooth-enabled Android devices or PCs Using Wi-Fi Direct to share media Creating custom home screen widgets Making the most of threads and the AsyncTask class Exchanging data via JSON Displaying and browsing Web content via the WebView widget Creating fragments dynamically at runtime and implementing communication between fragments Porting apps from smartphones to tablets and building new apps for both Supporting older versions of the Android SDK Sharing data and messages via NFC with Android Beam Integrating app analytics and tracking Turn to The Android Tablet Developer’s Cookbook for proven, expert answers—and the code you need to implement them. …”
    Libro electrónico
  14. 448714
    por Jones, Bradley
    Publicado 2013
    “…Coverage includes: Understanding C program components and structure Mastering essential C syntax and program control Using core language features, including numeric arrays, pointers, characters, strings, structures, and variable scope Interacting with the screen, printer, and keyboard Using functions and exploring the C Function Library Working with memory and the compiler Contents at a Glance PART I: FUNDAMENTALS OF C 1 Getting Started with C 2 The Components of a C Program 3 Storing Information: Variables and Constants 4 The Pieces of a C Program: Statements, Expressions, and Operators 5 Packaging Code in Functions 6 Basic Program Control 7 Fundamentals of Reading and Writing Information PART II: PUTTING C TO WORK 8 Using Numeric Arrays 9 Understanding Pointers 10 Working with Characters and Strings 11 Implementing Structures, Unions, and TypeDefs 12 Understanding Variable Scope 13 Advanced Program Control 14 Working with the Screen, Printer, and Keyboard PART III: ADVANCED C 15 Pointers to Pointers and Arrays of Pointers 16 Pointers to Functions and Linked Lists 17 Using Disk Files 18 Manipulating Strings 19 Getting More from Functions 20 Exploring the C Function Library 21 Working with Memory 22 Advanced Compiler Use PART IV: APPENDIXES A ASCII Chart B C/C++ Reserved Words C Common C Functions D Ans..…”
    Libro electrónico
  15. 448715
    por Safari Content Team
    Publicado 2013
    “…Coverage includes Organizing Android apps and integrating their activities Working efficiently with services, receivers, and alerts Managing threads, including advanced techniques using AsyncTasks and loaders Building robust, intuitive user interfaces Implementing advanced UI features, including Custom Views, animation, accessibility, and large screen support Capturing, playing, and manipulating media Interacting with SMS, websites, and social networks Storing data via SQLite and other methods Integrating in-app billing using Google Play services Managing push messaging with C2DM Leveraging new components and structures for native Android development Efficiently testing and debugging with Android’s latest tools and techniques, including LINT code analysis The Android TM Developer’s Cookbook, Second Edition, is all you need to jumpstart any Android project, and create high-value, feature-rich apps that sell…”
    Libro electrónico
  16. 448716
    Publicado 1998
    “…Contact the publisher's customer service directly for assistance…”
    Libro electrónico
  17. 448717
    Publicado 2013
    “…This provides the basis for the next exercise "Configuring risk assessment in SPSS Decision Management". In the third exercise, the participant experiences how real-time scoring can be implemented on a System z. …”
    Libro electrónico
  18. 448718
    Publicado 2013
    “…This book provides information about the zEnterprise System and its functions, features, and associated software support. Greater detail is offered in areas relevant to technical planning. …”
    Libro electrónico
  19. 448719
    Publicado 2014
    “…The wealth of information in this book makes it the essential resource for anyone working in or studying any aspect of computer graphics…”
    Libro electrónico
  20. 448720
    Publicado 2014
    “…This book provides an overview of the zBC12 and its functions, features, and associated software support. Greater detail is offered in areas relevant to technical planning. …”
    Libro electrónico