查看: 2812|回复: 17
打印 上一主题 下一主题

看看你的GOTHIC名字是什么

[复制链接]

1

精华

1049

帖子

3157

积分

viscount

soir

Rank: 7Rank: 7Rank: 7

牧场荣誉勋章

跳转到指定楼层
1#
发表于 2006-10-6 12:12 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
如题
http://teacher.zjnu.cn/spin/garden/mixed/gothic_name.htm
我的名字是BOOLDY TEARS..........呵呵...跟我原来想的一样
PS:大家如果用的是中文名...最好用拼音....不然用中文的话出来的名字可能一样......
Il n'y a pas d'amour heureux

0

精华

138

帖子

414

积分

knight

Rank: 5Rank: 5Rank: 5

18#
发表于 2006-10-14 16:36 | 只看该作者
就是跟据你写的FIRSTNAME和LASTNAME的字母序号值进行一套加加减减的转换,得出一个数组标号,然后在他预先定义的名字集合中找一个名字,给你配上.
就很像算命什么的.
Exegi monumentum aere perennius
http://sonb.yculblog.com/
...光荣属于罗马...
回复 支持 反对

使用道具 举报

14

精华

4474

帖子

1万

积分

超级版主

La Piémontoise

17#
发表于 2006-10-13 23:14 | 只看该作者
Javascript吧,我觉得和C很像阿
   Yet, Freedom, yet, thy banner, torn but flying,
  Streams like a thunder-storm against the wind.
回复 支持 反对

使用道具 举报

1

精华

1049

帖子

3157

积分

viscount

soir

Rank: 7Rank: 7Rank: 7

牧场荣誉勋章

16#
 楼主| 发表于 2006-10-13 23:11 | 只看该作者

回复 #13 JF 的帖子

十分看不懂...需要高人解释下...我是某`某`某盲......
Il n'y a pas d'amour heureux
回复 支持 反对

使用道具 举报

14

精华

4474

帖子

1万

积分

超级版主

La Piémontoise

15#
发表于 2006-10-8 11:31 | 只看该作者

回复 #13 JF 的帖子

这个代码 看不懂
   Yet, Freedom, yet, thy banner, torn but flying,
  Streams like a thunder-storm against the wind.
回复 支持 反对

使用道具 举报

0

精华

365

帖子

1095

积分

baron

Rank: 6Rank: 6

14#
发表于 2006-10-8 09:27 | 只看该作者


原帖由 Vans.bluge 于 2006-10-7 14:08 发表

海砂是:无情的天使长....



"无情的天使长"这名字不错
回复 支持 反对

使用道具 举报

0

精华

138

帖子

414

积分

knight

Rank: 5Rank: 5Rank: 5

13#
发表于 2006-10-7 22:34 | 只看该作者
<SCRIPT LANGUAGE="JavaScript">

function CookieMonster() {
        var the_cookie = document.cookie;
        var broken_cookie = the_cookie.split(":");
        var the_name = broken_cookie[1];
        var the_name = unescape(the_name);
        new String(the_name);
        var the_namer = the_name.charAt(0);
        if (the_namer == "1") {
                location.replace('cookie.html');
        }
}

fullName = new String;
var x = 0;
var currentNum = 0;
var currentChar;
var y = 0;

var ozName = new Array("Dead on Arrival", "Liquid Fantasy", "Vicious Gurl", "Toxic Tears", "Velvet Dreams", "Bondage Slut", "bitch slave", "Evil Queen", "Lips Sewm Shut", "Necrotic Freak", "Damaged Roses", "Leather Pleasure", "Liquid Skin", "Beautifully Decayed", "Velvet Kisses", "Razorblade Kisses", "Withered Waste", "Lucifer", "Freak", "Crimson Moon", "Cruel Intentions", "Mummified Corpse", "Beautifully Chaotic", "Bloody Kisses", "Liquid Dreams", "Homicidal Maniac", "Velvet Vamp", "Glitter Girl", "Lucid Nightmare", "Beautiful Disgrace", "Cob Webbed Crotch", "Beautifully Chaotic", "Angeldust", "Midnight Fantasy", "Trauma", "Chaotic Kittie", "Twisted Whispers", "Demented Whore", "Latex Freak", "Disturbed Angel", "Deadly Whispers", "Heartless ArchAngel", "Dancing Corpse", "Gilded Crotch", "slut boi", "Velvet Tears", "Morbid Princess", "Satanist Bitch", "Bloody Tears", "Deranged Insanity", "Violent Sex Addict", "Shadow Dweller", "Latex Sex", "Vicious Mistress", "Pixie Corpse", "Demonic Angel", "Vicious Tongue", "Velvet Crotch", "Faerie Corpse", "Dead Pleasures", "Dessicated corpse", "Midnight Temptress", "Death Dealer", "Panic Queen", "Twisted Illusions", "sedated", "Fetal Mind", "Liquid Vamp", "Kittie Corpse", "Heavenly Demonic", "Fucked up Freak", "Innocence Lost", "Beautiful Scars", "Synthetic Darkness", "Static Pulse", "Morbid Mistress", "Bitter Beauty", "Velvet Rain Drops", "Damaged Roses", "Flirting With Suicide", "Death Mask", "Bloody Angel", "Beautiful Nightmare", "Beautiful Nightmare", "Angelic Scars", "The Evil Fairy", "Dead Psycho", "Candlelight Chaos", "Violent Beauty", "Disturbed Angel", "Suicides bride")


function matchLtr() {

        if (currentChar == "a" || currentChar == "A") {
                currentNum = 1;
        }
        if (currentChar == "b" || currentChar == "B") {
                currentNum = 2;
        }
        if (currentChar == "c" || currentChar == "C") {
                currentNum = 3;
        }
        if (currentChar == "d" || currentChar == "D") {
                currentNum = 4;
        }
        if (currentChar == "e" || currentChar == "E") {
                currentNum = 5;
        }
        if (currentChar == "f" || currentChar == "F") {
                currentNum = 6;
        }
        if (currentChar == "g" || currentChar == "G") {
                currentNum = 7;
        }
        if (currentChar == "h" || currentChar == "H") {
                currentNum = 8;
        }
        if (currentChar == "i" || currentChar == "I") {
                currentNum = 9;
        }
        if (currentChar == "j" || currentChar == "J") {
                currentNum = 10;
        }
        if (currentChar == "k" || currentChar == "K") {
                currentNum = 11;
        }
        if (currentChar == "l" || currentChar == "L") {
                currentNum = 12;
        }
        if (currentChar == "m" || currentChar == "M") {
                currentNum = 13;
        }
        if (currentChar == "n" || currentChar == "N") {
                currentNum = 14;
        }
        if (currentChar == "o" || currentChar == "O") {
                currentNum = 15;
        }
        if (currentChar == "p" || currentChar == "P") {
                currentNum = 16;
        }
        if (currentChar == "q" || currentChar == "Q") {
                currentNum = 17;
        }
        if (currentChar == "r" || currentChar == "R") {
                currentNum = 18;
        }
        if (currentChar == "s" || currentChar == "S") {
                currentNum = 19;
        }
        if (currentChar == "t" || currentChar == "T") {
                currentNum = 20;
        }
        if (currentChar == "u" || currentChar == "U") {
                currentNum = 21;
        }
        if (currentChar == "v" || currentChar == "V") {
                currentNum = 22;
        }
        if (currentChar == "w" || currentChar == "W") {
                currentNum = 23;
        }
        if (currentChar == "x" || currentChar == "X") {
                currentNum = 24;
        }
        if (currentChar == "y" || currentChar == "Y") {
                currentNum = 25;
        }
        if (currentChar == "z" || currentChar == "Z") {
                currentNum = 26;
        }
               
        x += currentNum;
}

function selName() {
       
        x = 0;
        fullName = document.names.firstname.value + document.names.lastname.value;
       
        for (i=0; i < fullName.length; i++) {
       
                currentChar = fullName.charAt(i);
                matchLtr();
               
        }
               
        popName()
}

function popName() {

        y = x % 90;
        document.names.ozbitchname.value = ozName[y];
        start();
}  

function start() {

        document.names.firstname.focus();
}

</SCRIPT>


算法在这里了
Exegi monumentum aere perennius
http://sonb.yculblog.com/
...光荣属于罗马...
回复 支持 反对

使用道具 举报

6

精华

1225

帖子

3735

积分

earl

耶稣会会长兼西班牙公爵

Rank: 8Rank: 8Rank: 8Rank: 8

王牌火枪手十字勋章

12#
发表于 2006-10-7 20:34 | 只看该作者
DEAD ON ARRIVAL
回复 支持 反对

使用道具 举报

10

精华

2535

帖子

7658

积分

荣誉居民

歌德仲马和狄更斯

Rank: 8Rank: 8Rank: 8Rank: 8

11#
发表于 2006-10-7 19:38 | 只看该作者
Edmund Dantes:
"Truama"~~~~~
回复 支持 反对

使用道具 举报

10

精华

2535

帖子

7658

积分

荣誉居民

歌德仲马和狄更斯

Rank: 8Rank: 8Rank: 8Rank: 8

10#
发表于 2006-10-7 19:31 | 只看该作者
Dead Psycho……
什么……
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

移动版|Archiver|芦笛

GMT+8, 2025-6-23 21:50

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表