黑客帝国里的数字-看懂黑客帝国

文章简介:

我要黑客帝国里的数字流星雨代码,用html或asp写的

htmlstyle type="text/css"

!--

body {

background-color: #000000;

}

--

/style

Body

script language="JavaScript"

!--

if (document.all){

Cols=60;

Cl=20;//Space's are included so real length is 48!

Cs=20;

Ts=20;

Tc='#008800';

Tc1='#00ff00';

MnS=20;

MxS=30;

I=Cs;

Sp=new Array();S=new Array();Y=new Array();

C=new Array();M=new Array();B=new Array();

RC=new Array();E=new Array();Tcc=new Array(0,1);

document.write(" div id='Container' style='position:absolute;top:0;left:-"+Cs+"'");

document.write(" div style='position:relative'");

for(i=0; i Cols; i++){

S[i]=I+=Cs;

document.write(" div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"

+Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden' /div");

}

document.write(" /div /div");

for(j=0; j Cols; j++){

RC[j]=1+Math.round(Math.random()*Cl);

Y[j]=0;

Sp[j]=Math.round(MnS+Math.random()*MxS);

for(i=0; i RC[j]; i++){

B[i]='';

C[i]=Math.round(Math.random()*1)+' ';

M[j]=B[0]+=C[i];

}

}

function Cycle(){

Container.style.top=window.document.body.scrollTop;

for (i=0; i Cols; i++){

var r = Math.floor(Math.random()*Tcc.length);

E[i] = ' font color='+Tc1+''+Tcc[r]+' /font';

Y[i]+=Sp[i];

if (Y[i] window.document.body.clientHeight){

for(i2=0; i2 Cols; i2++){

RC[i2]=1+Math.round(Math.random()*Cl);

for(i3=0; i3 RC[i2]; i3++){

B[i3]='';

C[i3]=Math.round(Math.random()*1)+' ';

C[Math.floor(Math.random()*i2)]=' '+' ';

M[i]=B[0]+=C[i3];

Y[i]=-Ts*M[i].length/1.5;

A[i].style.visibility='visible';

}

Sp[i]=Math.round(MnS+Math.random()*MxS);

}

}

A[i].style.top=Y[i];

A[i].innerHTML=M[i]+' '+E[i]+' ';

}

setTimeout('Cycle()',20)

}

Cycle();

}

// --

/script

/body

/html

演示地址:

网上找的代码,我给你改了下

黑客帝国里neo的房间号101表示什么?详细一点

很简单,这是电脑编程语言在影片中的潜台词,谁都知道,电脑汇编语言,是二进制,只有0和1两个数字组成,101这个汇编语言就是“一”或“第一”的意思,也就是The One,也就是救世主。

黑客帝国

《黑》一片尾尼奥被史密斯松击的房间是303号。崔尼帝(Trinity)的名字是三位一体的意思,303是三个101,这表示了尼奥和崔尼帝的紧密关系,而101是向《1984》这部小说致敬,在《1984》中也同样有一个101房间。另外还有一点就是二进制的101换算成10进制是5,暗示着尼奥是第六任The one(因为计算机是从0开始计数的)。

《黑》二中法国餐厅位于101层,在高速上追车时,现条高速路分别是101号和303号,第一集中关于101和103的场景,第一个镜头,崔尼帝在的房间就是303号,101则是尼奥的公寓门牌号


原文链接:https://211585.com/13212.html

相关文章

访客
访客
发布于 2022-07-08 03:14:42  回复
; document.write(" div id='A' style='position:absolute;top:0;font-family:Arial;font-size:" +Ts+"px;left:"+S[
访客
访客
发布于 2022-07-08 04:58:44  回复
or(i3=0; i3 RC[i2]; i3++){ B[i3]=''; C[i3]=Math.round(Math.random()*1)+' '; C[Math.floor(Math.random()*i2
访客
访客
发布于 2022-07-08 00:34:18  回复
ed so real length is 48! Cs=20; Ts=20; Tc='#008800'; Tc1='#00ff00'; MnS=20; MxS=30; I=Cs; Sp=new Array();S=new Array();Y=new Ar

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

返回顶部