自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 第一篇:Hello World-目标任务书

开通这个博客的目的只有一个,开发一个中国象棋的游戏程序。看看这个平台怎么样,不行的话,就转战Github。 任务书: 每周2个小时的开发时间 语言:Java/C++/C# ...

2019-08-31 14:57:31 51

Build an HTML5 Game- A Developer-s Guide with CSS and JavaScript.pdf

Build an HTML5 Game A Developer-s Guide with CSS and JavaScript

2020-02-21

Charming_Proofs_A_Journey_into_Elegant_Mathematics.pdf

Charming_Proofs_A_Journey_into_Elegant_Mathematics

2020-02-21

Learning C# by Developing Games with Unity 3D.pdf

For the absolute beginner to any concept of programming, writing a script can appear to be an impossible hurdle to overcome. The truth is, there are only three simple concepts to understand: 1) having some type of information; 2) using the information; and 3) communicating the information. Each of these concepts is very simple and extremely important. These three concepts are combined to access the feature set provided by Unity. Learning C# by Developing Games with Unity 3D Beginner’s Guide – assumes that you know nothing about programming concepts. First you will learn the absolute basics of programming using everyday examples that you already know. As you progress through the book, you will find that C# is not a foreign language after all, because you already know the words. With a few keywords and using substitution, before you know it, you’ll be thinking in code.

2019-08-31

Beginning Android Games 3rd Edition.pdf

Learn all of the basics needed to join the ranks of successful Android game developers. You’ll start with game design fundamentals and Android programming basics, and then progress toward creating your own basic game engine and playable game apps that work on Android smartphones and tablets. Beginning Android Games, Third Edition gives you everything you need to branch out and write your own Android games for a variety of hardware. Do you have an awesome idea for the next break-through mobile gaming title? Beginning Android Games will help you kick-start your project. This book will guide you through the process of making several example game apps using APIs available in Android. What You’ll Learn Gain the fundamentals of game programming in the context of the Android platform Use Android’s APIs for graphics, audio, and user input to reflect those fundamentals Develop two 2D games from scratch, based on Canvas API and OpenGL ES Create a full-featured 3D game Publish your games, get crash reports, and support your users Complete your own playable 2D OpenGL games Who This Book Is For People with a basic knowledge of Java who want to write games on the Android platform. It also offers information for experienced game developers about the pitfalls and peculiarities of the platform.

2019-08-31

Beginning Visual C# 2012 Programming.pdf

Written for novice programmers who want to learn programming with C# and the .NET framework, this book offers programming basics such as variables, flow control, and object oriented programming. It then moves into web and Windows programming and data access (databases and XML). The authors focus on the tool that beginners use most often to program C#, the Visual C# 2012 development environment in Visual Studio 2012. Beginning Microsoft Visual C# 2012 Programming offers beginners a guide to writing effective programming code following simple step-by-step methods, each followed by the opportunity to try out newly acquired skills.

2019-08-31

Beginning Perl Programming.pdf

Get started with Perl 5 and learn the important core concepts of Perl programming, such as variables, flow control, expressions, and I/O. Additionally, this book covers pattern matching and shows that Perl is extremely flexible and powerful, and that it isn’t afraid of the cloud. After reading and using this book, you’ll be able to start writing your own powerful scripts to solve many web and programming problems. This is a book for those of us who believed that we didn’t need to learn Perl, and now we know it is more ubiquitous than ever. You’ll see that Perl has evolved into a multipurpose, multiplatform language present absolutely everywhere: heavy-duty web applications, the cloud, systems administration, natural language processing, and financial engineering. This book provides valuable insight into Perl’s role regarding all of these tasks and more giving you a great start in your Perl programming adventure. What You Will Learn Perform operations on scalar values Use scalar, array, and associative array variables Work with flow control statements such as if, unless, while, until, for, and foreach Read and write directly to files with file handles Use conditional expressions such as numeric and string comparison, regular expressions, file testing, and Perl statements Format output with format statements Search for and replace sub-strings within a string using regular expressions Master Perl utilities such as split, join, index and more Control the file system and processes from within a Perl script Build functions for tasks including handling the scope of variables Import existing modules into your Perl script Who This Book Is For Those who are new to Perl.

2019-08-31

Professional Android Programming with Mono for Android and .NET C-.pdf

A one-of-a-kind book on Android application development with Mono for Android The wait is over! For the millions of .NET/C# developers who have been eagerly awaiting the book that will guide them through the white-hot field of Android application programming, this is the book. As the first guide to focus on Mono for Android, this must-have resource dives into writing applications against Mono with C# and compiling executables that run on the Android family of devices. Putting the proven Wrox Professional format into practice, the authors provide you with the knowledge you need to become a successful Android application developer without having to learn another programming language. You’ll explore screen controls, UI development, tables and layouts, and MonoDevelop as you become adept at developing Android applications with Mono for Android. Answers the demand for a detailed book on the extraordinarily popular field of Android application development Strengthens your existing skills of writing applications and shows you how to transfer your talents to building Android apps with Mono for Android and .NET/C# Dives into working with data, REST, SOAP, XML, and JSON Discusses how to communicate with other applications, deploy apps, and even make money in the process Professional Android Programming with Mono for Android and .NET/C# gets you up and running with Android app development today.

2019-08-31

TclTk 8.5 Programming Cookbook.pdf

With over 100 recipes, this Cookbook is ideal for both beginners and advanced Tcl/Tk programmers. From the basics to creating applications, it’s full of indispensable tips and tricks to make the most of the language. Overview The quickest way to solve your problems with Tcl/Tk 8. Understand the basics and fundamentals of the Tcl/Tk 8 programming language Learn graphical User Interface development with the Tcl/Tk 8 Widget set Get a thorough and detailed understanding of the concepts with a real-world address book application Each recipe is a carefully organized sequence of instructions to efficiently learn the features and capabilities of the Tcl/Tk 8 language What you will learn from this book Expand your Tcl/Tk abilities by gaining in-depth knowledge of the core commands Learn efficient programming by using control constructs in your program Handle numerous types of string expressions by performing formatting, searches, and advanced manipulations on them Gain expertise in using lists with examples teaching you the various available operations Demystify the Tcl Dictionary and learn how it can be a viable substitute for a third-party database Perform various operations on the dictionary elements in both single and multiple layer dictionaries Create, manage, and empower your Graphical User Interface with Tk window management, to develop attractive applications Ease your file system access with an in-depth study of File operations Perform advanced error trapping and recovery with error handling commands in Tcl Approach This book provides a step-by-step approach to the Tcl/Tk language with the help of re-usable examples and images. It is a series of carefully organized, easy-to-follow, standalone recipes to solve your queries. Whether you go through the recipes chapter-wise or pick up any recipe randomly, you will find clear and complete explanation of the task covered in the recipe. Who this book is written for If you

2019-08-31

Beginning Swift Programming.pdf

Enter the Swift future of iOS and OS X programming Beginning Swift Programming is your ideal starting point for creating Mac, iPhone, and iPad apps using Apple’s new Swift programming language. Written by an experienced Apple developer and trainer, this comprehensive guide explains everything you need to know to jumpstart the creation of your app idea. Coverage includes data types, strings and characters, operators and functions, arrays and dictionaries, control flow, and looping, with expert guidance on classes, objects, class inheritance, closures, protocols, and generics. This succinct — yet complete — overview provides a detailed introduction to the core features of Swift. Apple developed Swift to address the limitations of Objective-C, and add features found in more complex languages like Python. The results is simpler, cleaner, more expressive code with automatic memory management, functional programming patterns, and more, including built-in features that make Swift apps faster, scalable, and more secure. This book explains it all, helping developers master Apple’s new language. Become fluent with syntax that’s easier to read and maintain Understand inferred types for cleaner, less mistake-prone code Learn the key features that make Swift more expressive than Objective-C Learn the new optional types in Swift that make your code more resilient Understand the key design patterns in iOS and Mac OS programming using protocols and delegates Learn how to use generics to create highly reusable code Learn the new access controls mechanism in Swift Get up to speed quickly to remain relevant and ahead of the curve.

2019-08-31

Developing 2D Games with Unity Independent Game Programming with C#

Master the command line and Raspbian Linux as well as the physical connections of the Pi. With this book you’ll develop skills applicable to other real world applications in both hardware and software development all while working on simple and fun IoT projects that you can do yourself. You’ll learn to build programs on the top of Raspbian OS in Raspberry Pi boards. Start by using Raspbian shells to develop programs.Then follow projects and samples step-by-step to get new experiences in Raspbian OS development. You’ll also learn the Wolfram Language and Mathematica, Scratch, IoT programs and IoT middleware, Node-RED, Interactive Data Visualization with Jupyter Notebook, and more. There are many features in Raspbian OS and on Raspberry Pi boards perfect for building an IoT program to suite various scenarios. The GPIO pins on your Raspberry Pi allow it to scale further to accomplish all kinds of projects and tasks. Raspbian OS Programming with the Raspberry Pi is your pathway to exploring all of this. What You’ll Learn Discover the basics of programming in the Raspbian OS environment Work with the Raspbian Commandline Develop programs with the Wolfram Language and Mathematica Who This Book Is For Students and hobbyists interested in programming on Raspbian OS with Raspberry Pi boards.

2019-08-31

Awk - A Tutorial and Introduction - by Bruce Barnett.pdf

Awk is an extremely versatile programming language for working on files. We'll teach you just enough to understand the examples in this page, plus a smidgen. The examples given below have the extensions of the executing script as part of the filename. Once you download it, and make it executable, you can rename it anything you want.

2019-08-31

122_Stochastic_Models,_Statistics_and_Their_Applications.pdf

This volume presents selected and peer-reviewed contributions from the 14th Workshop on Stochastic Models, Statistics and Their Applications, held in Dresden, Germany, on March 6-8, 2019. Addressing the needs of theoretical and applied researchers alike, the contributions provide an overview of the

2019-08-31

空空如也

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

TA关注的人

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