自定义博客皮肤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)
  • 资源 (7)
  • 收藏
  • 关注

原创 Sound play with stream

Sound.loadSound,可以以流的形式,边下载边播放,而以这种形式下载的话 Sound.position就会有点毛病了当以流的形式下载一个的途中下载另一个,Sound.position并不会重 0 开始,而是持续下去.哪怕之前加一句Sound.stop();也无济于事.其实解决的办法很简单,不用去重新建立一个Sound什么的..只要把Sound.stop();改成Sound.start()

2006-06-30 22:18:00 1182 1

原创 gamepackage之LoadQueue

上一篇讲了Loader,这一篇的LoadQueue,是个很头痛的东西,感觉作者出神入化的境界已经到了走火入魔的地步了,这么说是有原因的-_-|| LoadQueue的实现是继承了Array,而没用组合,以设计模式来说可能会缺少弹性,但这并非重要的地方.所以不管了. 先看构造函数 理解上简单一点的话,用一个循环就行了 for(var i=0; i this[i] = arguments[i];

2006-06-23 01:42:00 1611

原创 gamepackage之Loader研究

闲来无聊研究了一下gamepackage里面的一个Loader和LoadQueue...发现作者确实是太牛X了,我已经对他pf的5体趴地了.... 先看class Loader,作者没有用Flash自带的MovieClipLoader来实现,而是自己写了一个算法,估计是为了兼容他自己的框架吧. 看代码,不去管里面的细节,像implements Executeable还有 Impulse.con

2006-06-22 21:42:00 1187

Writing.An.Interpreter.In.Go.B01N2T1VD2.pdf

In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey* programming language. Step by step. From tokens to output. All code shown and included. Fully tested.

2020-11-16

Head.First.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 to use iPhone SDK tools, including Interface Builder and Xcode, and master Objective-C programming principles that will make your app stand out. It's a complete learning experience for creating eye-catching, top-selling iPhone applications. Put Objective-C core concepts to work, including message passing, protocols, properties, and memory management Take advantage of iPhone patterns such as datasources and delegates Preview your applications in the iPhone Simulator Build complicated interactions that utilize multiple views, data entry/editing, and iPhone rotation Work with iPhone's camera, GPS, and accelerometer Optimize, test, and distribute your application We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First iPhone Development provides a visually-rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

2011-03-05

Head.First.Physics.part4

Wouldn't it be great if there were a physics book that showed you how things work instead of telling you how? Finally, with Head First Physics, there is. This comprehensive book takes the stress out of learning mechanics and practical physics by providing a fun and engaging experience, especially for students who "just don't get it." Head First Physics offers a format that's rich in visuals and full of activities, including pictures, illustrations, puzzles, stories, and quizzes -- a mixed-media style proven to stimulate learning and retention. One look will convince you: This isn't mere theory, this is physics brought to life through real-world scenarios, simple experiments, and hypothetical projects. Head First Physics is perfect for anyone who's intrigued by how things work in the natural world. You'll quickly discover that physics isn't a dry subject. It's all about the world we live in, encompassing everything from falling objects and speeding cars, to conservation of energy and gravity and weightlessness, and orbital behavior. This book: Helps you think like a physicist so you can understand why things really work the way they do Gives you relevant examples so you can fully grasp the principles before moving on to more complex concepts Designed to be used as a supplement study guide for the College Board's Advanced Placement Physics B Exam Introduces principles for the purpose of solving real-world problems, not memorization Teaches you how to measure, observe, calculate -- and yes -- how to do the math Covers scientific notation, SI units, vectors, motion, momentum conservation, Newton's Laws, energy conservation, weight and mass, gravitation and orbits, circular motion and simple harmonic motion, and much more If "Myth Busters" and other TV programs make you curious about our physical world -- or if you're a student forced to take a physics course -- now you can pursue the subject without the dread of boredom or the fear that it will be over your head. Head First Physics comes to rescue with an innovative, engaging, and inspirational way to learn physics!

2010-08-23

Head.First.Physics.part3

Wouldn't it be great if there were a physics book that showed you how things work instead of telling you how? Finally, with Head First Physics, there is. This comprehensive book takes the stress out of learning mechanics and practical physics by providing a fun and engaging experience, especially for students who "just don't get it." Head First Physics offers a format that's rich in visuals and full of activities, including pictures, illustrations, puzzles, stories, and quizzes -- a mixed-media style proven to stimulate learning and retention. One look will convince you: This isn't mere theory, this is physics brought to life through real-world scenarios, simple experiments, and hypothetical projects. Head First Physics is perfect for anyone who's intrigued by how things work in the natural world. You'll quickly discover that physics isn't a dry subject. It's all about the world we live in, encompassing everything from falling objects and speeding cars, to conservation of energy and gravity and weightlessness, and orbital behavior. This book: Helps you think like a physicist so you can understand why things really work the way they do Gives you relevant examples so you can fully grasp the principles before moving on to more complex concepts Designed to be used as a supplement study guide for the College Board's Advanced Placement Physics B Exam Introduces principles for the purpose of solving real-world problems, not memorization Teaches you how to measure, observe, calculate -- and yes -- how to do the math Covers scientific notation, SI units, vectors, motion, momentum conservation, Newton's Laws, energy conservation, weight and mass, gravitation and orbits, circular motion and simple harmonic motion, and much more If "Myth Busters" and other TV programs make you curious about our physical world -- or if you're a student forced to take a physics course -- now you can pursue the subject without the dread of boredom or the fear that it will be over your head. Head First Physics comes to rescue with an innovative, engaging, and inspirational way to learn physics!

2010-08-23

Head.First.Physics.part2

Wouldn't it be great if there were a physics book that showed you how things work instead of telling you how? Finally, with Head First Physics, there is. This comprehensive book takes the stress out of learning mechanics and practical physics by providing a fun and engaging experience, especially for students who "just don't get it." Head First Physics offers a format that's rich in visuals and full of activities, including pictures, illustrations, puzzles, stories, and quizzes -- a mixed-media style proven to stimulate learning and retention. One look will convince you: This isn't mere theory, this is physics brought to life through real-world scenarios, simple experiments, and hypothetical projects. Head First Physics is perfect for anyone who's intrigued by how things work in the natural world. You'll quickly discover that physics isn't a dry subject. It's all about the world we live in, encompassing everything from falling objects and speeding cars, to conservation of energy and gravity and weightlessness, and orbital behavior. This book: Helps you think like a physicist so you can understand why things really work the way they do Gives you relevant examples so you can fully grasp the principles before moving on to more complex concepts Designed to be used as a supplement study guide for the College Board's Advanced Placement Physics B Exam Introduces principles for the purpose of solving real-world problems, not memorization Teaches you how to measure, observe, calculate -- and yes -- how to do the math Covers scientific notation, SI units, vectors, motion, momentum conservation, Newton's Laws, energy conservation, weight and mass, gravitation and orbits, circular motion and simple harmonic motion, and much more If "Myth Busters" and other TV programs make you curious about our physical world -- or if you're a student forced to take a physics course -- now you can pursue the subject without the dread of boredom or the fear that it will be over your head. Head First Physics comes to rescue with an innovative, engaging, and inspirational way to learn physics!

2010-08-22

Head.First.Physics part1

Wouldn't it be great if there were a physics book that showed you how things work instead of telling you how? Finally, with Head First Physics, there is. This comprehensive book takes the stress out of learning mechanics and practical physics by providing a fun and engaging experience, especially for students who "just don't get it." Head First Physics offers a format that's rich in visuals and full of activities, including pictures, illustrations, puzzles, stories, and quizzes -- a mixed-media style proven to stimulate learning and retention. One look will convince you: This isn't mere theory, this is physics brought to life through real-world scenarios, simple experiments, and hypothetical projects. Head First Physics is perfect for anyone who's intrigued by how things work in the natural world. You'll quickly discover that physics isn't a dry subject. It's all about the world we live in, encompassing everything from falling objects and speeding cars, to conservation of energy and gravity and weightlessness, and orbital behavior. This book: Helps you think like a physicist so you can understand why things really work the way they do Gives you relevant examples so you can fully grasp the principles before moving on to more complex concepts Designed to be used as a supplement study guide for the College Board's Advanced Placement Physics B Exam Introduces principles for the purpose of solving real-world problems, not memorization Teaches you how to measure, observe, calculate -- and yes -- how to do the math Covers scientific notation, SI units, vectors, motion, momentum conservation, Newton's Laws, energy conservation, weight and mass, gravitation and orbits, circular motion and simple harmonic motion, and much more If "Myth Busters" and other TV programs make you curious about our physical world -- or if you're a student forced to take a physics course -- now you can pursue the subject without the dread of boredom or the fear that it will be over your head. Head First Physics comes to rescue with an innovative, engaging, and inspirational way to learn physics!

2010-08-22

AdvancED ActionScript Animation

AdvancED ActionScript Animation

2009-06-23

空空如也

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

TA关注的人

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