« PHP getimagesize imagecreatefromjpeg | Main | Linux kernel 2.6.12 发布 使用GIT版本控制系统的第一次 »
June 17, 2005
清华大学硕士学位论文评分参考标准 计算器
|
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 http://windtear.net/archives/2005/06/17/000692.html http://windtear.net/archives/2005/06/17/000692.html a 0.15 论文选题 b 0.25 论文成果与新见解 c 0.25 理论分析实践环节 d 0.15 论文写作及科学作风 e 0.20 答辩情况 -- a*0.15+b*0.25+c*0.25+d*0.15+e*0.20 代码: a <input id=a value=85 size=3> 0.15 论文选题<br> b <input id=b value=85 size=3> 0.25 论文成果与新见解<br> c <input id=c value=85 size=3> 0.25 理论分析实践环节<br> d <input id=d value=85 size=3> 0.15 论文写作及科学作风<br> e <input id=e value=85 size=3> 0.20 答辩情况<br> -- a*0.15+b*0.25+c*0.25+d*0.15+e*0.20<br> <input id=result value=85><br> <input type=button value="计算" onclick="calc();"> <script language=JavaScript> function calc() { a=document.getElementById("a").value; b=document.getElementById("b").value; c=document.getElementById("c").value; d=document.getElementById("d").value; e=document.getElementById("e").value; document.getElementById("result").value=a*0.15+b*0.25+c*0.25+d*0.15+e*0.20; } </script> |
Posted by windtear at June 17, 2005 9:40 PM
Trackback Pings
TrackBack URL for this entry:
http://cgi.windtear.net/cgi-bin/wt-tb.cgi/692
Comments
Post a comment
【我爱网络】
2007-12-31 23:51 2007年度 ipcn.org/ipchina.org 总结报告
2007-12-31 00:31 vmware gsx server service
2007-12-31 00:15 squid 对 404 302 缓存的相关问题
2007-12-30 14:24 升级到 MovableType 3.3x 并修改 entry_basename 兼容性
2007-12-30 13:52 [php] realip judge 前面补0的ip格式剔除
2007-12-14 16:34 rm -rf * 系统管理员要排查的定时炸弹
2007-12-13 19:03 山西的宽带运营商太过分了 私自窜改dns解析
2007-12-13 16:35 F5 MIB 再学习 唯一性标记用地址的小bug
2007-12-11 22:15 perl 用Spreadsheet::WriteExcel写了个处理/读写excel的小程序
2007-12-11 13:39 perl 变量转义的问题