PCDVD數位科技討論區

PCDVD數位科技討論區 (https://www.pcdvd.com.tw/index.php)
-   效能極限 (https://www.pcdvd.com.tw/forumdisplay.php?f=18)
-   -   DVD下雪,CPU使用率90% (https://www.pcdvd.com.tw/showthread.php?t=241564)

永杰 2003-08-29 10:11 PM

今日下午在公司狂delay......

原來要讓眾家兄弟的pc掛掉是那麼的簡單

雪停了..真好(以後別再玩這種遊戲啦..會死郎喔)

coffee boy 2003-08-29 10:56 PM

嗚嗚....沒雪了...
太晚來 本來想試試開網頁 LAG 的樣子說....
這顏色也不錯看阿...我認為啦

BOBER_NET 2003-08-29 11:13 PM

哇!!!我錯過了下雪拉:cry:

Curtis Hsu 2003-08-29 11:38 PM

引用:
Originally posted by BOBER_NET
哇!!!我錯過了下雪拉:cry:


唉..我也錯過了...建議用個選項來讓人家玩啦.....

新手中的新手 2003-08-30 01:07 AM

哇..我也錯過了下雪
夜晚裡下起白雪
嗯...一定很漂亮
呵~~~~~~

jamesfuh 2003-08-30 09:08 AM

把以下這段存成 .htm檔
再用IE開啟...也可自己玩玩下雪!

**********Begin*********
<META http-equiv=Content-Type content="text/html; charset=big5">
<META http-equiv=Content-Language content=zh-hk>
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId></HEAD>
<BODY text=#ffffff vLink=#ffffcc aLink=#ffffff link=#ffffcc bgColor=#000000
onload=snow()>
<SCRIPT language=JavaScript>
<!--
N = 40;
Y = new Array();
X = new Array();
S = new Array();
A = new Array();
B = new Array();
M = new Array();
V = (document.layers)?1:0;

iH=(document.layers)?window.innerHeight:window.document.body.clientHeight;
iW=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < N; i++){
Y[i]=Math.round(Math.random()*iH);
X[i]=Math.round(Math.random()*iW);
S[i]=Math.round(Math.random()*5+2);
A[i]=0;
B[i]=Math.random()*0.1+0.1;
M[i]=Math.round(Math.random()*1+1);
}
if (V){
for (i = 0; i < N; i++)
{document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,"+M[i]+","+M[i]+"'></LAYER>")}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < N; i++)
{document.write('<div id="si" style="position:absolute;top:0;left:0;width:'+M[i]+';height:'+M[i]+';background:#fffff0;font-size:'+M[i]+'"></div>')}
document.write('</div></div>');
}
function snow(){
var H=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var W=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var T=(document.layers)?window.pageYOffset:document.body.scrollTop;
var L=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < N; i++){
sy=S[i]*Math.sin(90*Math.PI/180);
sx=S[i]*Math.cos(A[i]);
Y[i]+=sy;
X[i]+=sx;
if (Y[i] > H){
Y[i]=-10;
X[i]=Math.round(Math.random()*W);
M[i]=Math.round(Math.random()*1+1);
S[i]=Math.round(Math.random()*5+2);
}
if (V){document.layers['sn'+i].left=X[i];document.layers['sn'+i].top=Y[i]+T}
else{si[i].style.pixelLeft=X[i];si[i].style.pixelTop=Y[i]+T}
A[i]+=B[i];
}
setTimeout('snow()',10);
}
//-->
</SCRIPT>

******End*************

OAB 2003-08-30 10:05 AM

引用:
Originally posted by HKFB
不曉得會不跑出測試分數...大家來比 PCDVD BENCHMARK 哈


你不錯ㄛ!!
真幽默...:like:

overgod 2003-08-30 10:43 AM

我使用MOZILA FIREBIRD0.61中文版,不能顯示下雪的情景,IE就可以了,不知要如何修改呢?

will0227 2003-08-30 02:02 PM

引用:
Originally posted by jamesfuh
把以下這段存成 .htm檔
再用IE開啟...也可自己玩玩下雪!

**********Begin*********
<META http-equiv=Content-Type content="text/html; charset=big5">
<META http-equiv=Content-Language content=zh-hk>
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId></HEAD>
<BODY text=#ffffff vLink=#ffffcc aLink=#ffffff link=#ffffcc bgColor=#000000
onload=snow()>
<SCRIPT language=JavaScript>
<!--
N = 40;
Y = new Array();
X = new Array();
S = new Array();
A = new Array();
B = new Array();
M = new Array();
V = (document.layers)?1:0;

iH=(document.layers)?window.innerHeight:window.document.body.clientHeight;
iW=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < N; i++){
Y[i]=Math.round(Math.random()*iH);
X[i]=Math.round(Math.random()*iW);
S[i]=Math.round(Math.random()*5+2);
A[i]=0;
B[i]=Math.random()*0.1+0.1;
M[i]=Math.round(Math.random()*1+1);
}
if (V){
for (i = 0; i < N; i++)
{document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,"+M[i]+","+M[i]+"'></LAYER>")}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < N; i++)
{document.write('<div id="si" style="position:absolute;top:0;left:0;width:'+M[i]+';height:'+M[i]+';background:#fffff0;font-size:'+M[i]+'"></div>')}
document.write('</div></div>');
}
function snow(){
var H=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var W=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var T=(document.layers)?window.pageYOffset:document.body.scrollTop;
var L=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < N; i++){
sy=S[i]*Math.sin(90*Math.PI/180);
sx=S[i]*Math.cos(A[i]);
Y[i]+=sy;
X[i]+=sx;
if (Y[i] > H){
Y[i]=-10;
X[i]=Math.round(Math.random()*W);
M[i]=Math.round(Math.random()*1+1);
S[i]=Math.round(Math.random()*5+2);
}
if (V){document.layers['sn'+i].left=X[i];document.layers['sn'+i].top=Y[i]+T}
else{si[i].style.pixelLeft=X[i];si[i].style.pixelTop=Y[i]+T}
A[i]+=B[i];
}
setTimeout('snow()',10);
}
//-->
</SCRIPT>

******End*************

剛試過
不行...:eek:

OAB 2003-08-30 03:57 PM

引用:
Originally posted by will0227
剛試過
不行...:eek:


<HTML>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META http-equiv=Content-Language content=zh-hk>
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId></HEAD>
<BODY text=#ffffff vLink=#ffffcc aLink=#ffffff link=#ffffcc bgColor=#000000 onload=snow()>

<SCRIPT language=JavaScript>
<!--
N = 40;
Y = new Array();
X = new Array();
S = new Array();
A = new Array();
B = new Array();
M = new Array();
V = (document.layers)?1:0;

iH=(document.layers)?window.innerHeight:window.document.body.clientHeight;
iW=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < N; i++){
Y[i]=Math.round(Math.random()*iH);
X[i]=Math.round(Math.random()*iW);
S[i]=Math.round(Math.random()*5+2);
A[i]=0;
B[i]=Math.random()*0.1+0.1;
M[i]=Math.round(Math.random()*1+1);
}
if (V){
for (i = 0; i < N; i++)
{document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,"+M[i]+","+M[i]+"'></LAYER>")}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < N; i++)
{document.write('<div id="si" style="position:absolute;top:0;left:0;width:'+M[i]+';height:'+M[i]+';background:#fffff0;font-size:'+M[i]+'"></div>')}
document.write('</div></div>');
}

function snow(){
var H=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var W=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var T=(document.layers)?window.pageYOffset:document.body.scrollTop;
var L=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < N; i++){
sy=S[i]*Math.sin(90*Math.PI/180);
sx=S[i]*Math.cos(A[i]);
Y[i]+=sy;
X[i]+=sx;
if (Y[i] > H){
Y[i]=-10;
X[i]=Math.round(Math.random()*W);
M[i]=Math.round(Math.random()*1+1);
S[i]=Math.round(Math.random()*5+2);
}
if (V){
document.layers['sn'+i].left=X[i];document.layers['sn'+i].top=Y[i]+T}
else{
si[i].style.pixelLeft=X[i];si[i].style.pixelTop=Y[i]+T}
A[i]+=B[i];
}
setTimeout('snow()',10);
}
//-->
</SCRIPT>
</BODY>
</HTML>

以上程式碼用notepad存成檔名為: XXX.HTM 一定行...
P4 2.6C @ 3.22GHz
開了約11~12個雪花視窗時,CPU使用率接近100%.


所有的時間均為GMT +8。 現在的時間是10:59 AM.

vBulletin Version 3.0.1
powered_by_vbulletin 2025。