- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
div id=dot0 style=position: absolute; visibility: hidden; height: 13; width: 43; left: 47; top: 45
/div
div id=dot1 style=position: absolute; height: 11; width: 11;
ddfont size=-1 color=#FF0000有/font/dd
/div
div id=dot2 style=position: absolute; height: 11; width: 11;
ddfont size=-1 color=#FFCC00弹/font/dd
/div
div id=dot3 style=position: absolute; height: 11; width: 11;
ddfont size=-1 color=#FFFF00性/font/dd
/div
div id=dot4 style=position: absolute; height: 11; width: 11;
ddfont size=-1 color=#99FF00的/font/dd
/div
div id=dot5 style=position: absolute; height: 11; width: 11;
ddfont size=-1 color=#0000FF跟/font/dd
/div
div id=dot6 style=position: absolute; height: 11; width: 11;
ddfont size=-1 color=#6699FF随/font/dd
/div
div id=dot7 style=position: absolute; height: 11; width: 11;
ddfont size=-1 color=#CC00FF文/font/dd
/div
div id=dot8 style=position: absolute; height: 11; width: 11;
ddfont size=-1 color=#FF99FF字/font/dd
/div
script LANGUAGE=JavaScript
!-- hide code
var nDots = 9;
if (document.allwindow.print)
document.body.style.cssText=overflow-x:hidden;overflow-y:scroll
var Xpos = 0;
var Ypos = 0;
// fixed time step, no relation to real time
var DELTAT = .01;
// size of one spring in pixels
var SEGLEN = 10;
// spring constant, stiffness of springs
var SPRINGK = 10;
// all the physics is bogus, just picked stuff to
// make it look okay
var MASS = 1;
var GRAVITY = 50;
var RESISTANCE = 10;
// stopping criterea to prevent endless jittering
// doesnt work when sitting on bottom since floor
// doesnt push back so acceleration always as big
// as gravity
var STOPVEL = 0.1;
var STOPACC = 0.1;
var DOTSIZE = 11;
// BOUNCE is percent of velocity retained when
// bouncing off a wall
var BOUNCE = 0.75;
var isNetscape = navigator.appName==Netscape;
// always on for now, could be played with to
// let dots fall to botton, get thrown, etc.
var followmouse = true;
var dots = new Array();
init();
function init()
{
var i = 0;
您可能关注的文档
最近下载
- 牦牛肉食用方法.pdf VIP
- 2025年危化品停车场安全预评价报告样本 .pdf VIP
- 2024-2025学年小学科学二年级上册(2024)青岛版(六三制2024)教学设计合集.docx
- 四年级英语单词大比拼训练.doc VIP
- 石油公司业务系统集成项目用户需求说明书V.doc VIP
- 社区卫生服务中心处方评价表.docx VIP
- 专题16 阅读理解之主旨大意题(题型与策略)(解析版)-2025年暑假新七年级英语衔接学习与能力提升专练(通用版).docx
- 财务三大报表(带公式).xls VIP
- 山西省名校2024-2025学年高一上学期10月联考试题含答案(9科试卷).pdf
- 儿童贫血相关疾病诊治进展题库答案-2025年华医网继续教育.docx VIP
文档评论(0)