自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (23)
  • 收藏
  • 关注

转载 RadMasm写汇编控制台程序

本文介绍利用RedASM写一个messageBox “hello world”.RadAsm 是我用过最爽的一个汇编IDE了, 代码高亮,智能提示……RadASM支持多种不同的汇编编译器,这里我们选择MASM.既然是IDE了,创建工程就很简单了, 文件->Win32 App(no res)->名字“MessageBox,”一路Next.然后呢,我们写下如下的汇编程序:Tit

2013-03-08 14:38:06 2118

转载 各种编程语言的Hello World程序

http://en.wikipedia.org/wiki/List_of_Hello_world_program_examples

2013-03-08 10:21:27 686

转载 汇编程序开发环境搭配

引子由于这些日子一直都在研究底层的技术,从 Windows 驱动程序,到 Windows 内核等等技术的学习,让我对底层的技术越发有兴趣了,而刚好,在研究 WRK 时,对内存管理,寄存器,地址总线,数据总线,控制总线等的理解不够透彻,所以越发的想学习汇编程序设计来提升功力,而由于近来在公司里一直都有项目压着,所以在公司里也实在不好拿本汇编程序设计看,所以只好晚上回来学习了,

2013-03-08 10:05:25 663

Advanced_iOS_App_Architec.pdf

Welcome to Advanced iOS App Architecture. The main goal of this book is to thoroughly explain and show how to apply popular iOS app architectures, one by one. We can’t wait for you to explore the architectures covered in the following chapters.

2019-11-12

Hello Swift! .pdf

Hello Swift! is a how-to guide to programming iOS Apps with the Swift language, written from a kid’s perspective. This approachable, well-illustrated, step-by-step guide takes you from beginning programming concepts all the way through developing complete apps. (Adults will like it too!) It’s fun to play games and explore new things on your iPhone. How amazing would it be to create your own apps? With a little practice, you can! Apple’s Swift language, along with special coding playgrounds and an easy-to-use programming environment, make it easier than ever. Take it from author Tanmay Bakshi, who started programming when he was just five years old. His book, Hello Swift! iOS app programming for kids and other beginners, teaches you how to write apps for iPhones and iOS devices step by step, starting with your first line of Swift code. Packed with dozens of apps and special exercises, the book will teach you how to program by writing games, solving puzzles, and exploring what your iPhone can do. Hello Swift! gets you started. Where you go next is up to you! What’s inside Crystal-clear explanations anyone can understand Kid-friendly examples, including games and puzzles Learn by doing–you’ll build dozens of small apps Exercises that encourage critical thinking

2019-07-06

Python for Teenagers Learn to Program like a Superhero! 9781484245491.epub

尽管本书是给13-18岁的人写的,但事实上任何人都可以读,本书浅显易懂 、又非常全面 ,是一部非常优秀的Python入门书籍。

2019-06-16

GitHub For Dummies.pdf

Though you spend many hours sitting at your computer, alone, debugging and writing code, the ideal coding team includes more than just you. Hundreds of developers spent more than four years building World of Warcraft before its first release in 2004. Although occasionally you can build a big hit like Flappy Bird alone, in a couple of days, the norm for software development is that you will work with other coders, designers, testers, user experience experts, product managers, and sometimes hardware engineers to bring something to the hands of users. When you’re first starting out on complex coding projects, understanding effective ways to collaborate can be daunting. This book introduces you to the world of open source development (the epitome of collaboration), as well as effective ways to work with one other person — or even yourself over the course of many years! (I don’t know about you, but Sarah from three years ago knows stuff that Sarah from today can’t remember, and Sarah from today has more experience than Sarah from three years ago.) GitHub For Dummies is written as a reference guide. Each part introduces you to a different aspect of collaborative coding. So if you’re experienced in using GitHub, but you’re new to the open source community, you can jump to Part 5 and skip some of the GitHub basics.

2019-06-08

Building Serverless Microservices in Python

If you are a developer with basic knowledge of Python and want to learn how to build, test, deploy, and secure microservices, then this book is for you. No prior knowledge of building microservices is required.

2019-05-19

Swift in Depth

非常好的swift语言特征使用指南。This book is very practical, showcasing tips and tricks you can apply straight away in your daily programming.

2019-05-12

Complete iOS 12 Development Guide.epub

If you are completely new to Swift, iOS, or programming and want to become an expert in developing iOS applications, this Learning Path is for you. You’ll also find this Learning Path useful if you’re an experienced programmer looking to explore the latest iOS 12 features.

2019-05-11

The Object-Oriented Thought Process, 5th Edition 9780135181966.pdf

面向对象编程方法说起来容易做起来难,什么样的面向对象设计是好的?怎样用面向对象的方法设计软件?这深入浅出的书就是一本独孤“面向对象”谱。

2019-05-10

Swift Style An Opinionated Guide to an Opinionated Language

Optional类型是Swift语言中最难把握的关键特征之一,同时Optional类型也使得Swift代码具有现代化的风骚。本书从Optional入手,手把手教会读者如何让自己的Swift代码真正实现Swift Style.

2018-10-28

用Swift语言实现机器学习

在Ios设备上实现人工智能,无疑采用Swift编程语言是最佳的选择。本书具体介绍了各种机器学习的Swift实现。

2018-10-28

iOS 12 Programming Fundamentals with Swift Swift, Xcode, and Cocoa Basics

重要性等同于windows上的《Windows程序设计》的巨著!

2018-10-27

从JAVA开始学习编程——核心JAVA基础

这可不是一本JAVA的语法入门书籍,它介绍了用JAVA实现的算法,有趣哟

2018-10-05

Introduction to Java programing and Data structures 2019版

The new ACM/IEEE Computer Science Curricular 2013 defines the Body of Knowledge organized into 18 Knowledge Areas. To help instructors design the courses based on this book, we provide sample syllabi to identify the Knowledge Areas and Knowledge Units. The sample syllabi are for a three semester course sequence and serve as an example for institutional customization. The sample syllabi are accessible from the Instructor Resource Center. Many of our users are from the ABET-accredited programs. A key component of the ABET accreditation is to identify the weakness through continuous course assessment against the course outcomes. We provide sample course outcomes for the courses and sample exams for measuring course outcomes on the Instructor Resource Center

2018-09-04

Swift 4 数据结构和算法入门

介绍采用Swift 4描述数据结构和算法的2018版新书,适合入门。

2018-05-11

算法,语言,自动机和编译器

计算机科学的入门知识读本,对建立和串联编程必须的基本概念很有用。

2018-05-03

Learn to Program with Small Basic

微软精心制作的,教儿童/少年编程的最佳语言,SMALLBASIC。

2018-05-03

OS X and iOS Kernel Programming

Kernel development can be a daunting task and is very different from programming traditional user applications. The kernel environment is more volatile and complex. Extraordinary care must be taken to ensure that kernel code is free of bugs because any issue may have serious consequences to the stability, security, and performance of the system. This book covers the fundamentals necessary to begin programming in the kernel. We cover kernel development from a theoretical and practical point of view. We cover concepts fundamental to kernel development such as virtual memory and synchronization, as well as more practical knowledge. The book primarily focuses on Mac OS X, however the XNU kernel is also used by iOS, and hence the theoretical material in this book will also apply to it. By far the most common reason for doing development within the kernel’s execution environment is to implement a device driver for controlling internal or external hardware devices. Because of this, much of the focus of this book is centred on the development of device drivers. The primary framework for device driver development in the XNU kernel is I/O Kit, which we cover extensively. As theory becomes boring quickly we have provided working code samples which you can play with to learn more or use as a starting point for your own drivers. We hope you have as much fun reading this book as we have enjoyed writing it.

2018-04-28

foundation of F#

这是一本介绍F# 和函数式编程的e文书,值得一看

2008-09-25

空空如也

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

TA关注的人

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