ruder

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2009年3月30日

摘要: function Draw( ) { } Draw.prototype.Draw=function(items,x,y) { for(var i=0;i<items.length;i++) { this.DrawByIndex(x,y,items[i],i); } } ... 阅读全文
posted @ 2009-03-30 17:23 徐境 阅读(143) 评论(0) 推荐(0)

摘要: Draw.prototype.DrawBy=function(x,y,item,circle,index) { var position=parseInt(index/circle); var m=index-position*circle; var h=item.h+10; var w=item.w+... 阅读全文
posted @ 2009-03-30 17:22 徐境 阅读(137) 评论(0) 推荐(0)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->var SuperMath=new Object(); SuperMath["Qu2"]=function(a,b,c) { var x1=(0-b+Math.sqrt(b*b-4*a*c))/... 阅读全文
posted @ 2009-03-30 17:13 徐境 阅读(108) 评论(0) 推荐(0)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> $(document).ready(function(){ var group=new Group(); ... 阅读全文
posted @ 2009-03-30 17:09 徐境 阅读(109) 评论(0) 推荐(0)