Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • MPI Ethno. Forsch.  (21)
  • DNB
  • Kalliope (Nachlässe)
  • English  (21)
  • Dutch
  • Application software ; Development  (17)
  • Konferenzschrift
  • Computer Science  (21)
Datasource
Material
Language
  • 1
    ISBN: 9783658223335
    Language: German , English
    Pages: 1 Online-Ressource (VIII, 207 Seiten) , Illustrationen, Diagramme
    Parallel Title: Erscheint auch als
    DDC: 306.36
    RVK:
    RVK:
    Keywords: Sociology of Work ; Organizational Studies, Economic Sociology ; Knowledge - Discourse ; Industrial sociology ; Economic sociology ; Sociology ; Industrie 4.0 ; Digitalisierung ; Wissenssoziologie ; Wirtschaft ; Informationsgesellschaft ; Wirtschaftssoziologie ; Digitale Revolution ; Aufsatzsammlung ; Konferenzschrift 2017 ; Aufsatzsammlung ; Konferenzschrift 2017 ; Konferenzschrift ; Aufsatzsammlung ; Konferenzschrift 2017 ; Aufsatzsammlung ; Konferenzschrift 2017 ; Konferenzschrift ; Wissenssoziologie ; Digitalisierung ; Industrie 4.0 ; Wirtschaftssoziologie ; Wirtschaft ; Digitale Revolution ; Informationsgesellschaft ; Industrie 4.0 ; Wirtschaftssoziologie
    Note: "Die Beiträge sind zum Teil das Resultat der Tagung "Meilensteine und Perspektiven der wissensbasierten Wirtschaft", die von den Herausgebern organisiert wurde und die am 14. und 15. September 2017 an der Technischen Universität Chemnitz stattfand." - Einleitung , Beiträge überwiegend deutsch, teilweise englisch
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    ISBN: 9781784392376 , 1784392375
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Community experience distilled
    DDC: 006.78
    RVK:
    Keywords: Google Apps ; Python (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Master the full range of development features provided by Google App Engine to build and run scalable web applications in Python In Detail Google App Engine is a key component of the Google Cloud Platform and one of the most comprehensive cloud services. Together with Python, the first programming language ever supported by the platform, Google App Engine favors rapid development, significantly contributing to the success of your projects. This book will guide you through the Google Cloud Platform starting from the basics all the way through successfully designing, building, and running modern and scalable web applications in Python with Google App Engine. From authentication to data storage, and from asynchronous jobs to server push techniques, you will learn how to use services such as datastore, cloud storage, Cloud SQL, task queues and channels in a Python application based on web frameworks such as Webapp2 and Django. As the topics in this book are covered in a step-by-step fashion, you will get to grips with the information quickly and easily. What You Will Learn Persist and manage data in the cloud datastore with the NDB Python API Run asynchronous tasks with task queue and Cron Set up, use, and manage a MySQL server instance on Cloud SQL Employ channels to develop real-time applications with push notifications from the server Write a complete Django application using Cloud SQL as the data backend Use cloud endpoints to rapidly provide REST APIs for your mobile clients
    Note: Includes index. - Description based on online resource; title from cover (Safari, viewed February 17, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    ISBN: 9781783284801 , 1783284803
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Community experience distilled
    DDC: 001.6420151
    RVK:
    Keywords: Programming languages (Electronic computers) ; Application software ; Development ; Electronic books ; Electronic books ; local ; Lehrbuch
    Abstract: Enter the exciting world of Julia, a high-performance language for technical computing In Detail Julia is a new open source programming language that is used in the field of data science computing. It was created to solve the dilemma between high-level slow code and fast but low-level code, and the necessity to use both to achieve high performance. This book will give you a head start to tackle your numerical and data problems with Julia. Your journey will begin by learning how to set up a running Julia platform before exploring its various built-in types. You will then move on to cover the different functions and constructs in Julia. The book will then walk you through the two important collection types?arrays and matrices. Over the course of the book, you will also be introduced to homoiconicity, the meta-programming concept in Julia. Towards the concluding part of the book, you will also learn how to run external programs. This book will cover all you need to know about Julia to leverage its high speed and efficiency. What You Will Learn Set up your Julia environment to achieve the highest productivity Solve your tasks in a high-level dynamic language and use types for your data only when needed Create your own types to extend the built-in type system Visualize your data in IJulia with plotting packages Explore the use of built-in macros for testing, debugging, benchmarking, and more Apply Julia to tackle problems concurrently and in a distributed environment Integrate with other languages such as C, Python, and MATLAB
    Note: Includes index. - Description based on online resource; title from cover page (Safari, viewed March 20, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    ISBN: 9789048524433
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Computer applications and quantitative methods in archaeology
    RVK:
    RVK:
    Keywords: Computermethoden ; Archaeological science, methodology & techniques ; Konferenzschrift ; Archäologie ; Methodologie ; Datenverarbeitung ; Quantitative Methode
    Abstract: This volume presents a selection of the best papers presented at the forty-first annual Conference on Computer Applications and Quantitative Methods in Archaeology. The theme for the conference was "Across Space and Time", and the papers explore a multitude of topics related to that concept, including databases, the semantic Web, geographical information systems, data collection and management, and more
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    ISBN: 9781783988037 , 1783988037
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Community experience distilled
    DDC: 005.3
    RVK:
    Keywords: Go (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Build real-world, production-ready solutions in Go using cutting-edge technology and techniques In Detail Dive headfirst into solving actual enterprise problems and start cutting code from the word go. You will build complete applications around a variety of subjects using a range of different technologies and techniques, all of which are directly applicable to today's tech start-up world. Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this book will arm you with everything you need to build world-class solutions. Well-designed applications and sensible architectures can scale horizontally to cope with the demands of up to millions of users, while avoiding the prohibitive up-front investment that can bring a project to its knees. What You Will Learn Build quirky and fun projects from scratch while exploring widely applicable skills, patterns, practices, and techniques, as well as a range of different technologies Create websites and data services capable of massive scale using Go's net/http package, exploring RESTful patterns as well as low-latency WebSocket APIs Interact with a variety of remote web services to consume capabilities ranging from authentication and authorization to a fully functioning thesaurus Develop high-quality command-line tools that utilize the powerful shell capabilities and have great performance using Go's in-built concurrency mechanisms Implement a modern document database as well as high-throughput messaging queue technology to put together an architecture that is truly ready for scale Write concurrent programs and gracefully manage their execution and communication with smart use of channels
    Note: Includes index. - Description based on online resource; title from cover (Safari, viewed February 17, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    ISBN: 9781783981199 , 1783981199
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    DDC: 621.36702856693
    RVK:
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Over 80 shortcuts, solutions, and recipes that allow you to create the most stunning visualizations and 3D scenes using the Three.js library In Detail Modern browsers are becoming more powerful each year and in recent years have adopted WebGL as the standard to deliver 3D graphics in a browser. Beginning with some basic recipes to get you started, this book will guide you through the most important features that Three.js has to offer. You'll even learn how to quickly create new geometries from scratch. Solutions and methods that show you how to use HTML5 video and canvas as textures will follow on from this. By the end of the book, you'll be able to quickly add advanced features to your scene, improve the way users interact with your 3D scene, and make your scenes look stunning. What You Will Learn Create a standard HTML skeleton and advanced features such as keyboard controls, drag and drop support, WebGL detection, and loading resources Build and transform Three.js geometries using simple properties and advanced matrix transformations Enhance the look of your scene using Three.js materials, texture maps, and dynamic textures Apply realistic lighting and shadows to the 3D objects you have created Animate particle systems created from scratch or from existing geometries Work with animations, advanced physics, and collision detection
    Note: "Quick answers to common problems"--Cover. - Includes index. - Description based on online resource; title from cover (Safari, viewed January 19, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    ISBN: 9781784395650 , 178439565X
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Community experience distilled
    DDC: 005.2762
    RVK:
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Implement fast, lean, and readable code effectively with Lo-Dash In Detail Lo-Dash Essentials walks you through the Lo-Dash utility library, which promises consistency and performance in JavaScript development. This book looks into the most common functions and the various contexts in which they're used. You'll first start with object types and their properties, then you'll dive into larger development patterns, such as MapReduce, and how to chain functionality together. Following this, you'll learn how to make suitable builds for various environments, and discover how high-level patterns complement one another and how they lead to reusable building blocks for applications. Finally, you will gain some practical exposure to Lo-Dash by working alongside other libraries, and learn some useful techniques for improving performance. What You Will Learn Analyze the difference between arrays, collections, and objects and look at how Lo-Dash treats them Understand the subtle differences between iterating over arrays and objects, along with object-creation patterns used with Lo-Dash Exploit and work with Lo-Dash functional tools, such as partially applying arguments, and composing higher-order functions Explore the various approaches of MapReduce and their relationships with other Lo-Dash functions Build your own Lo-Dash application for various environments Compare Lo-Dash with other libraries and decide where Lo-Dash is a good fit Understand the key Lo-Dash design principles and utilize this knowledge to deliver performant user interfaces
    Note: Includes index. - Description based on online resource; title from cover (Safari, viewed February 17, 2015)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    ISBN: 9781783987313 , 1783987316
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Community experience distilled
    DDC: 005.2/762
    RVK:
    RVK:
    Keywords: Node.js ; MongoDB ; Database management ; Data warehousing ; Management information systems ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Build an interactive and full-featured web application from scratch using Node.js and MongoDB In Detail Node.js and MongoDB are quickly becoming the most popular technologies in the world of full stack JavaScript development. Powered by Google's V8 JavaScript runtime, Node.js caters to easily building fast, scalable network applications while MongoDB is the perfect fit as a scalable, high-performance, open source NoSQL database solution. Using these two technologies together, web applications can be built quickly and easily and deployed to the cloud with very little difficulty. This book will enable you to leverage the key features of both MongoDB and Node.js in web and mobile app development. Starting with setting up your development environment, it will guide you through how to write your first Node.js web server application from scratch. Along the way, you will learn about best practices and common mistakes while mastering the core concepts of web development. What You Will Learn Set up a development environment and install Node.js and MongoDB Write and configure a web server using Node.js powered by the Express.js framework Build dynamic HTML pages using the Handlebars template engine Persist application data using MongoDB and Mongoose ODM Create and consume RESTful APIs Test your code using automated testing tools Deploy to the cloud using services such as Heroku, Amazon Web Services, and Microsoft Azure Explore Single Page Application frameworks to take your web applications to the next level
    Note: Includes index. - Description based on online resource; title from cover page (Safari, viewed Oct. 24, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    ISBN: 9781783982417 , 1783982411
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Series Statement: Community experience distilled
    DDC: 005.365
    RVK:
    Keywords: Application software ; Development ; Internet programming ; Open source software ; Electronic books ; Electronic books ; local
    Abstract: An intuitive guide to creating easy-to-build scalable web applications using the Play framework In Detail Play is a framework to write web applications using Scala or Java. It provides a productive development environment, allowing you to just hit the "refresh" button in your browser to compile your changes and reload the application. Because of its stateless nature, the framework makes it easy to build applications that scale. Play provides a reactive programming model to harness the event-driven HTTP layer. This book provides a step-by-step walkthrough of how to build a complete web application following best application development practices using Play framework 2. All aspects specific to web-oriented architectures are covered: the HTTP layer, JSON manipulation, HTML templating, asset compression and concatenation, form submission, content negotiation, security, and HTTP streaming. The book will also provide detailed architectural insights into Play framework to give you a better understanding in order to successfully build scalable applications. What You Will Learn Set up a unified development environment for both the client-side and server-side code Understand the challenges of building a scalable web application and master the solutions provided by Play framework Integrate the framework with existing client-side or server-side technologies such as persistence systems Harness the reactive programming model to process data streams Design robust, maintainable, and testable code Be proficient in manipulating JSON data blobs Deploy your application on a PaaS platform
    Note: Includes index. - Description based on online resource; title from cover page (Safari, viewed Oct. 23, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Book
    Book
    Wien [u.a.] : LIT
    ISBN: 9783643903457
    Language: English
    Pages: 150 S. , graph. Darst., Kt. , 24 cm
    Series Statement: Geosimulation 2
    Series Statement: Geosimulation
    DDC: 300.113
    RVK:
    RVK:
    Keywords: Kollektives Verhalten ; Raumverhalten ; Infrastruktur ; Computersimulation ; Mehragentensystem ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Konferenzschrift ; Aufsatzsammlung ; Konferenzschrift
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    Chichester, U.K. : J. Wiley & Sons
    Language: English
    Pages: 1 online resource (xxii, 286 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 005.262
    RVK:
    Keywords: iOS (Electronic resource) ; Programming ; Android (Electronic resource) ; Programming ; OpenGL ; Computer games ; Programming ; Computer graphics ; Computer programs ; Mobile computing ; Programming ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Develop graphically sophisticated apps and games today! The smart phone app market is progressively growing, and there is new market gap to fill that requires more graphically sophisticated applications and games. Game and Graphics Programming for iOS and Android with OpenGL ES 2.0 quickly gets you up to speed on understanding how powerful OpenGL ES 2.0 technology is in creating apps and games for amusement and effectiveness. Leading you through the development of a real-world mobile app with live code, this text lets you work with all the best features and tools that Open GL ES 2.0 has to offer. Provides a project template for iOS and Android platforms Delves into OpenGL features including drawing canvas, geometry, lighting effects, character animation, and more Offers explanation of full-function 2D and 3D graphics on embedded systems Addresses the principal technology for hardware-accelerated graphical rendering Game and Graphics Programming for iOS and Android with OpenGL ES 2.0offers important, need-to-know information if you're interested in striking a perfect balance between aesthetics and functionality in apps.
    Note: "Programmer to programmer"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Language: English
    Pages: 1 online resource (xxx, 594 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 004.65
    RVK:
    Keywords: Windows phone (Computer file) ; Microsoft Visual studio ; Silverlight (Electronic resource) ; Microsoft XNA (Computer file) ; Smartphones ; Programming ; Computer games ; Programming ; Application software ; Development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: A one-of-a-kind book on Windows Phone 7 development While numerous books cover both Silverlight and XNA, there lacks a resource that covers the specifics of Windows Phone 7 development. This book fills that void and shares the specifics of building phone applications and games. You'll learn how to get started with designing, building, testing, and deploying mobile applications for Windows Phone 7. Working examples used throughout the book cover how to design and layout a Windows Phone 7 application, interact with the device, and even sell your applications. Fills the void in the market for an instructional book on developing applications for Windows Phone 7 Offers an overview of Windows Phone and discusses the necessary tools Explains how to work with multiview applications Addresses tool bars, pickers, table views, navigation controllers, application setting, and user defaults Reviews drawing with XNA, using the camera, and understanding basic data persistence Explore the exciting possibilties of Windows Phone 7 development with this invaluable reference.
    Note: "Wrox programmer to programmer"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub.
    Language: English
    Pages: 1 online resource (xl, 680 p.) , ill.
    Series Statement: Wrox professional guides
    RVK:
    Keywords: Microsoft Visual studio ; Application software ; Development ; Teams in the workplace ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Authoritative guide to TFS 2010 from a dream team of Microsoft insiders and MVPs! Microsoft Visual Studio Team Foundation Server (TFS) has evolved until it is now an essential tool for Microsoft's Application Lifestyle Management suite of productivity tools, enabling collaboration within and among software development teams. By 2011, TFS will replace Microsoft's leading source control system, VisualSourceSafe, resulting in an even greater demand for information about it. Professional Team Foundation Server 2010, written by an accomplished team of Microsoft insiders and Microsoft MVPs, provides the thorough, step-by-step instruction you need to use TFS 2010 efficiently so you can more effectively manage and deliver software products in an enterprise. Provides a broad overview of Team Foundation Server for developers, software project managers, testers, business analysts, and others wanting to learn how to use TFS Gives TFS administrators the tools they need to efficiently monitor and manage the TFS environment Covers core TFS functions including project management, work item tracking, version control, test case management, build automation, reporting, and more? Explains extensibility options and how to write extensions for TFS 2010 Helps certification candidates prepare for the Microsoft Team Foundation Server 2010 certification exam (Exam 70-512) The clear, programmer-to-programmer Wrox style of Professional Team Foundation Server 2010 will soon have you thoroughly up to speed.
    Note: "Wrox programmer to programmer"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub.
    Language: English
    Pages: 1 online resource (xxii, 583 p.) , ill.
    Series Statement: Developer reference
    Parallel Title: Erscheint auch als
    DDC: 005.4/4
    RVK:
    RVK:
    Keywords: Mac OS ; iOS (Electronic resource) ; Operating systems (Computers) ; Macintosh (Computer) ; Programming ; Computer software ; Development ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Everything you need to know to design, code, and build amazing apps Xcode 4 is Apple's newest version of the popular development suite for creating bleeding-edge OS X and iOS apps. Written by an experienced developer and Apple-focused journalist, this book not only covers developing for OS X but also for the entire family of iOS devices, including the iPhone, iPad, and iPod touch. You'll explore the newest tools for compiling, debugging, and finding and fixing common code errors so that you can look forward to improved, smooth-running code that is developed more efficiently than ever. Takes you step-by-step through the process of developing OS X and iOS applications using Xcode 4 Examines the benefits of Xcode 4, Apple's updated, free, object oriented programming environment Helps you tame the complex Xcode environment so you can develop amazing apps This book gets you up to speed on all the remarkable new features and redesigned user interface of Xcode 4 so you can get started creating phenomenal apps today.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Language: English
    Pages: 1 online resource (xxxi, 374 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 004.165
    RVK:
    Keywords: iPad (Computer) ; Application software ; Development ; Business ; Computer programs ; Business ; Data processing ; Mobile computing ; Tablet computers ; Enterprise application integration (Computer systems) ; Electronic books ; Electronic books ; local
    Abstract: Discover how to plan, design, develop, and deploy iPad apps for the enterprise Having taken the enterprise by storm, iPads are now in the hands of workers in virtually every level of companies in almost every industry, and users are beginning to demand line-of-business applications to help them be more productive and efficient from wherever they are. From business intelligence and executive dashboards to customer relationship management and order capture solutions, the iPad has incredible potential to leverage existing investments in information systems and enterprise applications. Even many paper-driven processes today, from sales presentations to survey data capture, can be dramatically enhanced through the introduction of the iPad. This book is a guide for how business and IT must collaborate to develop a mobile strategy to properly take advantage of this transformative technology. Readers will also learn about the high-level software architectural options, the importance of design and user experience, application development tools and techniques, and best practices for deploying and managing iPads in the enterprise. iPad in the Enterprise gets you started immediately planning, designing, developing, deploying, and managing iPad apps specifically for the enterprise.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub.
    Language: English
    Pages: 1 online resource (xxxi, 563 p.) , ill.
    Series Statement: Wrox beginning guides
    Series Statement: Programmer to programmer
    Parallel Title: Erscheint auch als
    DDC: 004.165
    RVK:
    Keywords: iPad (Computer) ; Programming ; Application software ; Development ; Mobile computing ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: "Learn to develop successful--and profitable--iPad applications. Eager to start developing applications for the iPad? Then look no further than the book in your hands. This comprehensive, hands-on approach to iPad development walks you through all the necessary tools and skills required for successful iPad app programming ... Explains the various types of iPad applications supported by the iPhone SDK; discusses the various types of screen orientations and ways to handle rotations ; covers the new gesture recognizers available in this release of the iPhone SDK; covers the new split view-based application project type -- Zeroes in on database storage using SQLite3; examines web services, bluetooth programming, and bonjour programming, covers Apple Push notification services programming."-- p. [4] of cover.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley
    Language: English
    Pages: 1 online resource (xlii, 1276 p.) , ill.
    Series Statement: Wrox guides
    Parallel Title: Erscheint auch als
    DDC: 005.2768
    RVK:
    RVK:
    Keywords: Microsoft Visual BASIC ; Microsoft .NET ; Application software ; Development ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Intermediate and advanced coverage of Visual Basic 2010 and .NET 4 for professional developers If you've already covered the basics and want to dive deep into VB and .NET topics that professional programmers use most, this is your book. You'll find a quick review of introductory topics-always helpful-before the author team of experts moves you quickly into such topics as data access with ADO.NET, Language Integrated Query (LINQ), security, ASP.NET web programming with Visual Basic, Windows workflow, threading, and more. You'll explore all the new features of Visual Basic 2010 as well as all the essential functions that you need, including .NET features such as LINQ to SQL, LINQ to XML, WCF, and more. Plus, you'll examine exception handling and debugging, Visual Studio features, and ASP.NET web programming. Expert author team helps you master the tools and techniques you need most for professional programming Reviews why Visual Basic 2010 will be synonymous with writing code in Visual Studio 2010 Focuses on .NET features such as LINQ, LINQ to SQL, LINQ to XML, WPF, workflow, and more Discusses exception handling and debugging, data access with ADO.NET, Visual Studio features for Visual Basic developers, Windows programming with Windows Forms, ASP.NET web programming with VB, communication interfaces, Windows workflow, and threading This Wrox guide presents you with updated coverage on topics you need to know now.
    Note: "Wrox programmer to programmer"--Cover. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley Pub.
    ISBN: 0470524650 , 9780470524657
    Language: English
    Pages: 1 online resource (xvi, 367 p.) , ill.
    Series Statement: For dummies
    Parallel Title: Erscheint auch als
    DDC: 006.7/8
    RVK:
    Keywords: Silverlight (Electronic resource) ; Multimedia systems ; Web sites ; Design ; Application software ; Development ; Electronic books ; local
    Abstract: "Silverlight is a Web browser plugin that enables functions such as animation, streaming media, vector graphics, and audio-video playback that characterize rich Internet applications. It only requires a simple download, after which most end-users are not even aware that it's running. This helpful guide covers everything you need to know in order to start creating applications in Silverlight 4 and then moves on to key topics such as controls, data binding, skinning, using Visual Studio tools, and more"--Resource description page.
    Note: Description based on print version record. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub.
    Language: English
    Pages: 1 online resource (xvii, 492 p.) , ill.
    Series Statement: Developer Reference
    DDC: 005.2762
    RVK:
    Keywords: Mac OS ; Java (Computer program language) ; Application software ; Development ; Macintosh (Computer) ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Learn the guidelines of integrating Java with native Mac OS X applications with this Devloper Reference book. Java is used to create nearly every type of application that exists and is one of the most required skills of employers seeking computer programmers. Java code and its libraries can be integrated with Mac OS X features, and this book shows you how to do just that. You'll learn to write Java programs on OS X and you'll even discover how to integrate them with the Cocoa APIs. Shows how Java programs can be integrated with any Mac OS X feature, such as NSView widgets or screen savers Reveals the requirements for integrating Java with native OS X applications Covers OS X libraries and behaviors unique to working with Java With this book, you will learn that creating Java-based applications that integrate closely with OS X is not a myth! Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    ISBN: 9781035305520
    Language: English
    Pages: 1 Online-Ressource (viii, 358 pages) , illustrations
    Series Statement: New dimensions in networks
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als Cooperative networks
    DDC: 003
    RVK:
    Keywords: Mathematische Optimierung ; Netzwerk ; Kooperation ; Operations Research ; System analysis ; Information networks ; Mathematical optimization ; Information networks ; Aufsatzsammlung ; Konferenzschrift ; Rechnernetz ; Kooperation ; Netzwerk
    Abstract: Cooperative networks have gained a tremendous amount of attention over the last several years because of their existence not only in biological, social and economic arenas, but because of direct applications in many more areas such as communications, robotics and military sciences. This volume reflects a cross-fertilization of ideas from a broad set of disciplines and creativity from a diverse array of scientific and engineering research. While the benefits of networks in general have been recognized for quite some time, the idea of cooperative networks has several novel implications. Because distributed processing by heterogeneous nodes promises significant increases in system capability, performance and efficiency, research has intensified with a breadth of promising applications. Topics in this volume include networks of unmanned vehicles in uncertain environments, networks subject to eavesdropping and jamming, optimal node task-allocation, network complexity analysis, cooperative search involving multiple unmanned vehicles, and cooperative communications in ad-hoc networks, optimal control and optimization in man-in-the-loop scenarios. A broad array of readers, including faculty, graduate students and researchers interested in optimization, computer science, engineering, the social and behavioral sciences and related applications in cooperative systems will find this volume of great value
    Description / Table of Contents: Contents: Preface -- 1. Token-based approach for scalable team coordination / Yang Xu, Paul Scerri, Michael Lewis and Katia Sycara -- 2. Consensus controllability for coordinated multi-agent systems / Zhipu Jin and Richard M. Murray -- 3. Decentralized cooperative optimization for systems coupled through the constraints / Yoshiaki Kuwata and Jonathan P. How -- 4. Consensus building in cooperative control with information feedback / Wei Ren -- 5. Levy flights in robot swarm control and optimization / Yechiel J. Crispin -- 6. Eavesdropping and jamming communication networks / Clayton W. Commander, Panos M. Pardalos, Valeriy Ryabchenko, Oleg Shylo, Stan Uryasev, Grigoriy Zrazhevsky -- 7. Network algorithms for the dual of the constrained shortest path problem / Bogdan Grechuk, Anton Molyboha, Michael Zabarankin -- 8. Towards an irreducible theory of complex systems / Victor Korotkikh -- 9. Complexity of a system as a key to its optimization / Victor Korotkikh and Galina Korotkikh -- 10. Grasp with path-relinking for the cooperative communication problem on ad hoc networks / Clayton W. Commander, Paola Festa, Carlos A.S. Oliveira, Panos M. Pardalos, Mauricio G.C. Resende and Marco Tsitselis -- 11. Optimal control of an atr module - equipped mav/human operator team / Meir Pachter, Philip R. Chandler and Dharba Swaroop -- 12. An investigation of a dynamic sensor motion strategy / Nathan P. Yerrick, Abhishek Tiwari and David E. Jeffcoat -- 13. Market based adaptive task allocations for autonomous agents / Jared W. Patterson and Kendall E. Nygard -- 14. Cooperative persistent surveillance search algorithms using multiple unmanned aerial vehicles / Daniel J. Pack and George W.P. York -- 15. Social networks for effective teams / Paul Scerri and Katia Sycara -- 16. Optimization approaches for vision-based path planning for autonomous micro-air vehicles in urban environments / Michael Zabarankin, Andrew Kurdila, Oleg A. Prokopyev, Ryan Causey, Anukul Goel and Panos M. Pardalos -- 17. Cooperative stabilization and tracking for linear dynamic systems / Yi Guo -- Index.
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    Boston : Addison-Wesley | [Erscheinungsort nicht ermittelbar] : HathiTrust Digital Library
    ISBN: 9780201708523 , 0201708523 , 0201708523
    Language: English
    Pages: 1 online resource (xxi, 800 pages) , illustrations.
    Series Statement: DevelopMentor series
    Parallel Title: Erscheint auch als
    DDC: 005.276
    RVK:
    RVK:
    Keywords: Microsoft Visual studio ; Microsoft .NET Framework ; Application software Development ; Web sites Design ; Microsoft Visual Studio (Computer file) ; Microsoft Visual studio ; Microsoft .NET Framework ; Logiciels d'application ; Développement ; Sites Web ; Conception ; Application software ; Development ; Web sites ; Design ; Visual Studio.NET
    Note: Includes index. - Print version record , Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...