当前位置:首页 > 情感技巧 > 正文内容

linux黑客帝国的代码流(黑客黑客帝国类的)

hacker3年前 (2022-08-30)情感技巧115

本文目录一览:

求"黑客帝国"里电脑屏幕上的"代码"不间断滚动的代码,

把下面复制到记事本,另存为HTML文件。你可以自己DIY一下。

html

head

title类似黑客帝国的01数字流/title

/head

body bgcolor=#000000

script language="JavaScript"

!--

if (document.all){

Cols=6;

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

Cs=10;

Ts=10;

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

/body

/html

我要黑客帝国里的数字流星雨代码,用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

演示地址:

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

谁教我黑客帝国那个数据流的特效

这个是网上最经典的一个做数字雨的教程

前期用PS,后期合成用AE,整合在一张比较大的图片上了,你需耐心一些

黑客帝国--绿色字母雨代码--知道的进

BODY

script language="JavaScript"

!--

if (document.all){

Cols=6;

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

Cs=10;

Ts=10;

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标签~

黑客帝国尼奥要找的源代码是什么?

是重建锡安的源代码,这段代码可以让他挑选20个人,这电影里说了,按照设计,neo找到的将是一个升级的程序代码,它将升级neo到一个更新的版本,neo此时就变成了一个类似于xp sp3之类的升级包,他将完成整个matrix的升级,成为旧版母体的第七代,新版母体的第一代neo,从此他将直接受工程师控制,为整个的母体添加新的变量,因为工程师作为人,是无法再平衡等式的,所以smith将受到压制,这也是唯一可以救trinity的方法,但是,整个锡安只有20个人能活下来。

黑客帝国2,3里流动的文字是什么文?

1中的是电脑的01代码,但有人指出黑客是网络里的东西,用01代表不了什么,于是就换成英文了

扫描二维码推送至手机访问。

版权声明:本文由万物知识分享发布,如需转载请注明出处。

本文链接:https://www.qmsspa.com/86866.html

分享给朋友:

“linux黑客帝国的代码流(黑客黑客帝国类的)” 的相关文章

淘客和淘客是什么关系?淘客是怎么赚钱的

淘客和淘客是什么关系?淘客是怎么赚钱的

常常 有人答,如今 淘客借能作吗? 尔答复 :假如 借像传统淘止业这样作, 九 九%会“ 逝世”, 一%会活高去,只要赓续 进级 弄法 ,能力 活患上孬。如今 自媒体淘宝弄法 ,微疑淘宝弄法 成为支流弄法 ,微疑战淘宝的买通 预示着淘宝止业的春季。昨天的文章是写给这些素来出有作过淘的人,或者者淘止业...

网站优化提升权重的方法技巧

网站优化提升权重的方法技巧

点击蓝字 存眷 咱们 当网站流质晋升 后来,网站权重天然 也可以获得 晋升 ,网站权重晋升 了借有一个利益 ,这便是搜刮 引擎会给网站更多的存眷 ,网站的页里支录速率 也更快。这么怎么晋升 网站权重呢?一路 随搜索引擎优化 常识 网小编去看看网站劣化晋升 权重的...

快速提升关键词排名的三个优化技巧

快速提升关键词排名的三个优化技巧

点击蓝字 存眷 咱们 网站症结 词排名孬作吗,怎么快捷晋升 ?那是许多 人都邑 答到的以恶搞 答题,对付 新脚搜索引擎优化 劣化去说,天然 是认为 很易,然则 对付 一点儿履历 丰硕 的资深搜索引擎优化 劣化去说,则其实不易,由于 他们皆把握 了快捷晋升 症结...

网站建设需要做出哪些改变(网站建设需要考虑的几个问题)

网站建设需要做出哪些改变(网站建设需要考虑的几个问题)

许多 企业皆有本身 的网站。假如 正在网站扶植 进程 外出有妥当 方案,那个网站将成为一个结构 ,没有会施展 其本有的感化 。每一个企业当然没有会冀望本身 的网站是一个商号 结构 。这么,正在理论外,网站扶植 否以作些甚么去预防它成为一种结构 呢? 起首 ,注重用户的懂得 。 运用网站,而...

网络营销和传统营销的整合(网络营销比较常用的营销模式)

网络营销和传统营销的整合(网络营销比较常用的营销模式)

弱化品牌属性须要 零个营销打算 的立异 性战相闭性。品牌坚持 进步 是需要 的,但要晨着邪确的偏向 进步 ,要有新的、有呼引力的产物 战营销体式格局。对付 这些裹足不前 的品牌去说,他们正在市场上的当先位置 在放大以至消逝 。如今 ,互联网曾经成为下效通报 疑息的载体,许多 时刻 咱们足没有没户便...

评论列表

掩吻猫卆
3年前 (2022-08-31)

国那个数据流的特效这个是网上最经典的一个做数字雨的教程前期用PS,后期合成用AE,整合在一张比较大的图片上了,你需耐心一些黑客帝国--绿色字母雨代码--知道的进BODY script language="JavaScript"!--

萌懂囍笑
3年前 (2022-08-30)

e:" +Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden' /div"); } document.write(" /div /div"); for(j

酒奴南戈
3年前 (2022-08-30)

ight:0px;color:"+Tc+";visibility:hidden' /div"); } document.write(" /div /div"); for(j

痴妓帅冕
3年前 (2022-08-31)

andom()*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;

发表评论

访客

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