TOP
英國出版界指標大獎肯定!A.F. Steadman 獲年度作家,《史坎德》系列帶你踏上熱血奇幻旅程
縮小範圍
商品類型
搜尋結果 /

Programming HTML5 Applications

51353
7 / 1284
Linear Programming ― An Introduction With Applications
滿額折
出版日:2011/07/12 作者:Alan Sultan  出版社:Createspace Independent Pub  裝訂:平裝
Linear programming is an extremely useful area of applied mathematics and is used on a daily basis by many industries. Most books on linear programming require an in depth knowledge of linear algebra
優惠價: 1 1856
無庫存
Developing Android Applications With Adobe Air
滿額折
出版日:2011/05/20 作者:Veronique Brossier  出版社:Oreilly & Associates Inc  裝訂:平裝
If you want to use your ActionScript skills to build mobile applications for the Android OS, this thorough guide will show you how to use the unique programming environment, architecture, and tools i
優惠價: 1 2000
無庫存
出版日:2010/12/30 作者:Silvia Pfeiffer  出版社:Apress  裝訂:平裝
Plugins will soon be a thing of the past. The Definitive Guide to HTML5 Video is the first authoritative book on HTML5 video, the new web standard that allows browsers to support audio and video eleme
優惠價: 1 1520
無庫存
出版日:2010/10/14 作者:Lorenz T. Biegler  出版社:Cambridge University Press  裝訂:平裝
This book addresses modern nonlinear programming concepts and algorithms, especially as they apply to challenging applications in chemical process engineering. It relates the material to real-world pr
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2010/05/04 作者:Scott Stevenson  出版社:Oreilly & Associates Inc  裝訂:平裝
Build solid applications for Mac OS X, iPhone, and iPod Touch, regardless of whether you have basic programming skills or years of programming experience. With this book, you'll learn how to use Apple
優惠價: 1 1330
無庫存
出版日:2010/01/30 作者:S. Sumathi; Surekha P.  出版社:CRC Press UK  裝訂:精裝
Offering a wide range of programming examples implemented in MATLABR, Computational Intelligence Paradigms: Theory and Applications Using MATLABR presents theoretical concepts and a general framework
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2008/08/22 作者:Rafiquzzaman  出版社:John Wiley & Sons Inc  裝訂:精裝
A self-contained introduction to microprocessor theory and applications This book presents the fundamental concepts of assembly language programming and system design associated with typical micropro
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2008/07/16 作者:Diane Zak  出版社:Cengage Learning  裝訂:平裝
Pairing fundamental programming concepts with fun, engaging game applications, Microsoft Visual Basic 2008: RELOADED, Third Edition provides a solid foundation in programming principles and how to us
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
VISUAL BASIC 2008 FOR DUMMIES
滿額折
出版日:2008/03/14 作者:SEMPF  出版社:JOHN WILEY & SONS;LTD  裝訂:平裝
Visual Basic is a favorite programming language, so if you're new to programming, it's a great place to start. Visual Basic 2008 For Dummies is the fun and easy way to begin creating applications righ
優惠價: 9 1195
無庫存
Microsoft Outlook 2007 Programming ─ Jumpstart for Power Users and Administrators
滿額折
出版日:2007/05/30 作者:Sue Mosher  出版社:Digital Pr  裝訂:平裝
Microsoft Outlook is the most widely used e-mail program and offers the most programmability. Sue Mosher introduces key concepts for programming Outlook using Visual Basic for Applications, custom Out
優惠價: 1 3328
無庫存
出版日:2007/01/08 作者:Ramesh Gaonkar  出版社:Delmar Publishers  裝訂:精裝
Learn microcontroller fundamentals as well as the basics of architecture, assembly language programming, and applications in embedded systems! This comprehensive introduction to the PIC microcontrolle
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2007/01/05 作者:Ramesh S. Gaonkar  出版社:Delmar Publishers  裝訂:精裝
Learn microcontroller fundamentals as well as the basics of architecture, assembly language programming, and applications in embedded systems! This comprehensive introduction to the PIC microcontroll
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2002/06/01 作者:Horst Keller; Sascha Kruger  出版社:Prentice Hall  裝訂:精裝
With a focus on ABAP Objects, this textbook introduces SAP programming, with attention to ABAP workbench, programming basics, the runtime environment, core language elements, classical and object- ori
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2000/07/01 作者:Greg Riccardi  出版社:Pearson College Div  裝訂:精裝
This book is a concise and modern treatment of introductory database topics that enlists Java and the Internet to present core DBMS theory from an applications perspective. It incorporates programming
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Introduction to Functional Programming Systems Using Haskell
90 折
出版日:1992/06/18 作者:Antony J. T. Davie  出版社:Cambridge Univ Pr  裝訂:平裝
Here is an introduction to functional programming and its associated systems. A unique feature is its use of the language Haskell for teaching both the rudiments and the finer points of the functional technique. Haskell is a new, internationally agreed and accepted functional language that is designed for teaching, research and applications, that has a complete formal description, that is freely available, and that is based on ideas that have a wide consensus. Thus it encapsulates some of the main thrusts of functional programming itself, which is a style of programming designed to confront the software crisis directly. Programs written in functional languages can be built up from smaller parts, and they can also be proved correct, important when software has to be reliable. Moreover, a certain amount of parallelism can be extracted from functional languages automatically. This book serves as an introduction both to functional programming and Haskell, and will be most useful to student
優惠價: 9 2398
無庫存
出版日:2022/10/31 作者:Norman Ramsey  出版社:Cambridge Univ Pr  裝訂:精裝
Computer scientists often need to learn new programming languages quickly. The best way to prepare for this is to understand the foundational principles that underlie even the most complicated industrial languages. This text for an undergraduate programming languages course distills great languages and their design principles down to easy-to-learn 'bridge' languages implemented by interpreters whose key parts are explained in the text. The book goes deep into the roots of both functional and object-oriented programming, and it shows how types and modules, including generics/polymorphism, contribute to effective programming. The book is not just about programming languages; it is also about programming. Through concepts, examples, and more than 300 practice exercises that exploit the interpreter, students learn not only what programming-language features are but also how to do things with them. Substantial implementation projects include Milner's type inference, both copying and mark-an
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
A First Course in Statistical Programming with R
滿額折
出版日:2021/05/31 作者:W. John Braun  出版社:Cambridge Univ Pr  裝訂:平裝
This third edition of Braun and Murdoch's bestselling textbook now includes discussion of the use and design principles of the tidyverse packages in R, including expanded coverage of ggplot2, and R Markdown. The expanded simulation chapter introduces the Box–Muller and Metropolis–Hastings algorithms. New examples and exercises have been added throughout. This is the only introduction you'll need to start programming in R, the computing standard for analyzing data. This book comes with real R code that teaches the standards of the language. Unlike other introductory books on the R system, this book emphasizes portable programming skills that apply to most computing languages and techniques used to develop more complex projects. Solutions, datasets, and any errata are available from www.statprogr.science. Worked examples - from real applications - hundreds of exercises, and downloadable code, datasets, and solutions make a complete package for anyone working in or learning practical data
優惠價: 9 2047
無庫存
出版日:2019/02/12 作者:D. Michael Ploor  出版社:Goodheart-Willcox Pub  裝訂:平裝
Video Game Design and Programming Concepts is a contemporary approach to introducing basic programming concepts. Students will experience hands-on programming by building video games in an object-orie
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2019/02/11 作者:David I. Schneider  出版社:Pearson College Div  裝訂:平裝
For courses in Visual Basic Programming. A Current and Comprehensive Introduction to Visual Basic Programming Schneider’s Introduction to Programming Using Visual Basic has been cons
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2019/02/01 作者:Terry Felke-Morris  出版社:Pearson College Div  裝訂:平裝
For introductory courses in Web Design Provide a strong foundation for web design and web development Basics of Web Design: HTML5, is a foundational introduction to beginning web design an
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Functional Programming For Dummies
滿額折
出版日:2019/01/18 作者:Mueller  出版社:John Wiley & Sons Inc  裝訂:平裝
Your guide to the functional programming paradigm Functional programming mainly sees use in math computations, including those used in Artificial Intelligence and gaming. This programming pa
優惠價: 9 1026
無庫存
Excel Vba in Easy Steps ― Covers Visual Studio Community, 2017
滿額折
出版日:2018/11/27 作者:Mike McGrath  出版社:In Easy Steps Ltd  裝訂:平裝
Excel VBA in easy steps neatly demonstrates VBA (Visual Basic for Applications) Macro programming in a clear and concise manner, so you can get more from the popular Microsoft Excel spreadsheet applic
優惠價: 1 608
無庫存
出版日:2018/08/30 作者:Christoforos Kachris (EDT); Babak Falsafi (EDT); Dimitrios Soudris (EDT)  出版社:Springer Nature  裝訂:精裝
This book provides readers with an overview of the architectures, programming frameworks, and hardware accelerators for typical cloud computing applications in data centers. The authors present the mo
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/03/17 作者:Tony Gaddis  出版社:Pearson College Div  裝訂:平裝
For introductory courses in Computer Programming. The Fundamentals of Programming When it comes to programming, understanding the founding concepts can greatly improve student engagement and fu
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2018/02/12 作者:Terry Felke-Morris  出版社:Pearson College Div  裝訂:平裝
For courses in web development and design. Give students a well-rounded introduction to web development and design Web Development and Design Foundations with HTML5 introduces HTML and CS
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/12/04 作者:Li Zheng; Yuan Dong; Fang Yang; Tsinghua University Press (CON)  出版社:De Gruyter  裝訂:平裝
This book begins by explaining key concepts in programming, and elaborates on characteristic of class, including inheritance, derivation and polymorphism. It also introduces generic programming and St
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/07/27 作者:Alex Okita  出版社:A K Peters Ltd  裝訂:精裝
Designed to give you enough familiarity in a programming language to be immediately productive, Learning C# Programming with Unity 3D provides the basics of programming and brings you quickly up to sp
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/06/18 作者:Mark Collins  出版社:Apress  裝訂:平裝
This book provides a broad, yet thorough coverage of HTML5 including markup, styling, and scripting. Accessible for both the beginner and expert, with lots of practical examples and best practice insi
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2017/02/28 作者:Kevin D. Dorfman  出版社:Cambridge Univ Pr  裝訂:精裝
Designed primarily for undergraduates, but also graduates and practitioners, this textbook integrates numerical methods and programming with applications from chemical engineering. Combining mathematical rigor with an informal writing style, it thoroughly introduces the theory underlying numerical methods, its translation into MATLAB programs, and its use for solving realistic problems. Specific topics covered include accuracy, convergence and numerical stability, as well as stiffness and ill-conditioning. MATLAB codes are developed from scratch, and their implementation is explained in detail, all while assuming limited programming knowledge. All scripts employed are downloadable, and built-in MATLAB functions are discussed and contextualised. Numerous examples and homework problems - from simple questions to extended case studies - accompany the text, allowing students to develop a deep appreciation for the range of real chemical engineering problems that can be solved using numerica
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Reactive Java Programming
滿額折
出版日:2016/12/10 作者:Andrea Maglie  出版社:Apress  裝訂:平裝
Reactive Java Programming teaches you reactive programming using the Java programming language and its functional aspects, sometimes called RxJava. According to the author, Netflix created Reactive Ja
優惠價: 1 1739
無庫存
出版日:2016/10/04 作者:Georgios Keramidas (EDT); Nikolaos Voros (EDT); Michael H?er (EDT)  出版社:Springer Verlag  裝訂:精裝
This book serves as a single-source reference to the state-of-the-art in Internet of Things (IoT) platforms, services, tools, programming languages, and applications. In particular, the authors focus
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2016/09/20 作者:Ray Toal; Rachel Rivera; Alexander Schneider; Eileen Choe  出版社:Productivity Press  裝訂:平裝
The book is a programming languages textbook disguised as a tour of modern programming languages. As readers move through each language, they will encounter numerous examples introducing its key featu
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2016/07/01 作者:Jamil Momand; Alison Mccurdy; Silvia Heubach; Nancy Warter-perez  出版社:Oxford Univ Pr  裝訂:平裝
Concepts in Bioinformatics and Genomics takes a conceptual approach to its subject, balancing biology, mathematics, and programming, while highlighting relevant real-world applications. Topics are de
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2016/04/28 作者:David I. Schneider  出版社:Pearson College Div  裝訂:平裝
For courses in Visual Basic Programming From the Beginning: A Comprehensive Introduction to Visual Basic Programming Schneider’s Introduction to Programming Using Visual Basic, Tenth Edition br
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
出版日:2016/04/25 作者:Patrick M. Carey  出版社:Course Technology Ptr  裝訂:平裝
Provide the thorough instruction your students need to build interactive Web sites from scratch with NEW PERSPECTIVES ON HTML5, CSS3, AND JAVASCRIPT, 6E. This edition provides clear, comprehensive cov
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Visual Basic in Easy Steps ― Covers Visual Basic 2015
滿額折
出版日:2016/03/15 作者:Mike McGrath  出版社:In Easy Steps Ltd  裝訂:平裝
Now in its fourth edition, Visual Basic in Easy Steps shows how to quickly create Windows applications using the latest Visual Basic 2015 programming environment. It provides code examples, screenshot
優惠價: 1 570
無庫存
Beginning Visual C# 2015 Programming
90 折
出版日:2015/12/29 作者:Perkins (COR); Jacob Vibe Hammer; Jon D. Reid  出版社:John Wiley & Sons Inc  裝訂:平裝
Get started with Visual C# programming with this great beginner's guideBeginning Visual C# 2015 Programming provides step-by-step directions for programming with C# in the .NET framework. Beginning wi
優惠價: 9 2025
無庫存
出版日:2015/12/11 作者:Michael L. Scott  出版社:Elsevier Science Ltd  裝訂:平裝
Programming Language Pragmatics, Fourth Edition, is the most comprehensive programming language textbook available today. It is distinguished and acclaimed for its integrated treatment of language des
若需訂購本書,請電洽客服 02-25006600[分機130、131]。
Node.js for Embedded Systems ─ Using Web Technologies to Build Connected Devices
滿額折
出版日:2015/11/25 作者:Patrick Mulder  出版社:Oreilly & Associates Inc  裝訂:平裝
This practical book shows you how to build web applications that connect devices to the Internet of Things, using JavaScript and the Node.js platform. Programming Arduino boards in C or C+&
優惠價: 1 1649
無庫存
Html5 Games ― Novice to Ninja
滿額折
出版日:2015/09/25 作者:Earle Castledine  出版社:Oreilly & Associates Inc  裝訂:平裝
Start developing your own browser-based HTML5 games! This fun book will show you how it's possible for anyone to build impressive, fast games using HTML, CSS, JavaScript and open web technologies; gam
優惠價: 1 1518
無庫存
  • 51353
    1284
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 1284

暢銷榜

客服中心

收藏

會員專區