摘要: 点击下载查看,密码已经告知。 文件打开软件Excel2003或者以上版本 1.07CAD成绩 2.07软件设计 3.07艺术设计 祝孩儿们假期愉快。 阅读全文
posted @ 2009-01-06 22:21 HelloCG 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 坐标算法:如图 算法实现: Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sp... 阅读全文
posted @ 2009-01-06 17:04 HelloCG 阅读(238) 评论(0) 推荐(0) 编辑
摘要: Chapter 1. WCF Essentials(第一章 WCF概要) 本章描述WCF的基本概念和架构,使您能够建立一个简单的服务。您将学习到一些基本术语如:地址(addresses),绑定(bindings),契约(contracts)和端点(endpoints);了解如何去寄存一个服务(host a service),学习如何去写一个客户端;并且理解一些相关的主题,例如:处理托管和可靠性(... 阅读全文
posted @ 2009-01-05 18:12 HelloCG 阅读(753) 评论(1) 推荐(0) 编辑
摘要: 1.构建小球精灵 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2009-01-05 17:21 HelloCG 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 1.构建小球精灵 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2009-01-05 14:07 HelloCG 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 1.构建小球精灵 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2009-01-05 10:51 HelloCG 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 1.构建小球精灵 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2009-01-05 09:14 HelloCG 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1.构建小球精灵 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2009-01-04 22:53 HelloCG 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 1.简单的缓动 A: sprite.vx=(targetX-sprite.x)*easing; sprite.vy=(targetY-sprite.y)*easing; sprite.x+=sprite.vx; sprite.y+=sprite.vy; B: var dx:Number=targetX-sprite.x; var dy:Number=targetY-sprite.y; sprite... 阅读全文
posted @ 2009-01-03 21:57 HelloCG 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 1.构建小球精灵 Ball.as Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package { import flash.display.Sprite; public class Ball extends Sprite ... 阅读全文
posted @ 2009-01-03 21:33 HelloCG 阅读(195) 评论(0) 推荐(0) 编辑