Real-Time Design PatternsMany of us have had the experience of working with a truly great software designer. Theyhave the ability to look at a really hard problem and seemingly with no effort construct anelegant and practi cal solution. Afterward, w
My first book, “μC/OS, The Real-Time Kernel” is now 6 years old and the publisher has sold well over 15,000 copies around the world. When I was asked to do a second edition, I thought it would be a fairly straightforward task; a few corrections here
Tired of waiting around for your page to reload? Frustrated by clunky web application interfaces? It’s time to give your web apps that slick, responsive desktop feel. And how do you do that? With Ajax, your ticket to building Internet applications t
Book Descr iption This is a short, concise, hands-on manual for managers at all levels - a handbook for a leader's first 90 days in office. This work contains lots of practical tools and questions for self-assessment. Written in a friendly and acces
Time dependent problems frequently pose challenges in areas of science and engineering dealing with numerical analysis, scientific computation, mathematical models, and most importantly—numerical experiments intended to analyze physical behavior and
head first系列09年新书,Iphone Development,实在是热门话题,供有需要的同志参考学习 Let's say you have an idea for a killer iPhone app. Where do you begin? Head First iPhone Development will help you get your first application up and running in no time. You'll quickly learn t
head first 2009新书,Python Looking for a reliable way to learn how to program on your own, without being overwhelmed by confusing concepts? Head First Programming introduces the core concepts of writing computer programs -- variables, decisions, loops
Continuous-time Markov decision processes (MDPs), also known as controlled Markov chains, are used for modeling decision-making problems that arise in operations research (for instance, inventory, manufacturing, and queueing systems), computer scien
CoDeSys (Controlled Development System) is an IEC-1131 compliant programming language for the TwinLine TLC6XX series servo and stepper drives. A CoDeSys project makes use of Program Organization Units (POU) including programs, functions, or function
This is a learning experience, not a reference book. We deliberately stripped out everything that might get in the way of learning whatever it is we’re working on at that point in the book. And the first time through, you need to begin at the beginn
Web Real-Time Communication (WebRTC) is a new standard that lets browsers com‐ municate in real time using a peer-to-peer architecture. It is about secure, consent-based, audio/video (and data) peer-to-peer communication between HTML5 browsers. This
R has a command line interface that offers considerable advantages over menu systems in terms of efficiency and speed once the commands are known and the language understood. However, the command line system can be daunting for the first-time user,
Three.js入门
由的Bruno Simon提供
设置
下载 运行以下命令:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build