自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (14)
  • 收藏
  • 关注

空空如也

Packt.Hands-On.Parallel.Programming.with.Csharp.8.and.NET.Core.3.178913241X.pdf

Hands-On Parallel Programming with C# 8 and .NET Core 3

2020-04-15

JavaScript Data Structures and Algorithms

The motivation for writing this book was the lack of resources available about data structures and algorithms written in JavaScript. This was strange to me because today many of the job opportunities for software development require knowledge of JavaScript; it is the only language that can be used to write the entire stack, including the front-end, mobile (native and hybrid) platforms, and back-end. It is crucial for JavaScript developers to understand how data structures work and how to design algorithms to build applications. Therefore, this book aims to teach data structure and algorithm concepts from computer science for JavaScript rather than for the more typical Java or C++. Because JavaScript follows the prototypal inheritance pattern, unlike Java and C++ (which follow the inheritance pattern), there are some changes in writing data structures in JavaScript. The classical inheritance pattern allows inheritance by creating a blueprint-like form that objects follow during inheritance. However, the prototypal inheritance pattern means copying the objects and changing their properties. This book first covers fundamental mathematics for Big-O analysis and then lays out the basic JavaScript foundations, such as primitive objects and types. Then, this book covers implementations and algorithms for fundamental data structures such as linked lists, stacks, trees, heaps, and graphs. Finally, more advanced topics such as efficient string search algorithms, caching algorithms, and dynamic programming problems are explored in great detail.

2019-04-04

SFML Game Development By Example

SFML Game Development By Example Create and develop exciting games from start to finish using SFML

2018-12-31

Unity 2018 Artificial Intelligence Cookbook, 2nd Edition

Unity 2018 Artificial Intelligence Cookbook, 2nd Edition When we think about artificial intelligence (AI), a lot of topics may come to mind, from simple behaviors such as following or escaping from the player, through the classic chess-rival AI, to state-of-the-art techniques in machine learning or procedural content generation.

2018-10-04

C# Programming for Absolute Beginners

C# Programming for Absolute Beginners Welcome, dear reader, as you begin your journey to learn programming! Computers,tablets, mobile phones, and many other electronic devices are programmable and willdo exactly what a human programmer tells them to do.Programming is a world based entirely on logic. In this respect, it is quite unique among human activities. If you like logic—for example, you like solving puzzles or youare accustomed to searching for the meaningful order around you—then you will love programming.

2018-10-04

Learning C# 7 By Developing Games with Unity 2017, 3rd Edition

Learning C# 7 By Developing Games with Unity 2017, 3rd Edition

2018-10-04

Gray Hat C#_ A Hacker's Guide

Gray Hat C#_ A Hacker's Guide

2017-09-14

Apress.The.Csharp.Programmers.Study.Guide

Apress.The.Csharp.Programmers.Study.Guide

2017-09-14

Functional C#

Functional C#

2017-04-28

Packt.Mastering.Csharp.and.NET.Programming.1785884379.pdf

Mastering C# and .NET Programming

2017-04-27

ASP.NET Core and Angular 2

2017-04-26

C# 7 and .NET Core Modern Cross-Platform Development 2nd

C# 7 and .NET Core Modern Cross-Platform Development 2nd

2017-04-24

Ionic in Action

Summary Ionic in Action teaches web developers how to build cross-platform mobile apps for phones and tablets on iOS and Android. You'll learn how to extend your web development skills to build apps that are indistinguishable from native iOS or Android projects. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Book Wouldn't it be great if you could build mobile apps using just your web development skills? With Ionic, you can do just that: create hybrid mobile apps using web technologies that you already know, like HTML, CSS, and JavaScript, that will run on both iOS and Android. Ionic in Action teaches web developers how to build mobile apps using Ionic and AngularJS. Through carefully explained examples, the book shows you how to create apps that use UI components designed for mobile, leverage current location, integrate with native device features like the camera, use touch gestures, and integrate with external data sources. Learn to test your apps to improve stability and catch errors as you develop. Finally, you'll discover the command-line utility, and how to build and deploy to app stores. What's Inside Create mobile apps with HTML, JavaScript, and CSSDesign complex interfaces with Ionic's UI controlsBuild once and deploy for both iOS and AndroidUse native device hardware and device-specific featuresCovers the entire mobile development process About the Reader Readers should know HTML, CSS, and JavaScript. Familiarity with AngularJS is helpful but not required. About the Author Jeremy Wilken is a senior UX software developer who works with Ionic, AngularJS, and Node.js. He lives in Austin, Texas. Table of Contents Introducing Ionic and hybrid appsSetting up your computer to build appsWhat you need to know about AngularJSIonic navigation and core componentsTabs, advanced lists, and form componentsWeather app, using side menus, modals, action sheets, and ionScrollAdvanced techniques for professional appsUsing Cordova pluginsPreviewing, debugging, and automated testingBuilding and publishing apps

2016-05-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除