找回密码
 点一下
查看: 2210|回复: 16

test code

[复制链接]
发表于 2007-10-30 06:46:15 | 显示全部楼层 |阅读模式
[codes=jass]
call BJDebugMsg("this is jass code")
[/codes]
[codes=java]
System.out.println("this is java code");
[/codes]
[codes=php]
print("this is php code")
[/codes]
[codes=C]
printf("this is c code")
[/codes]
[codes=c++]
cout<<"this c++ code";
[/codes]
[codes=c#]
System.Console.Write("this C# code");
[/codes]
发表于 2007-10-30 07:24:35 | 显示全部楼层
趁机灌个水.
回复

使用道具 举报

发表于 2007-10-30 07:42:20 | 显示全部楼层
[jass]call BJDebugMsg("渣")[/jass]

貌似受到老某个插件的影响..
回复

使用道具 举报

 楼主| 发表于 2007-10-30 08:21:12 | 显示全部楼层
记得我刚刚花了大量资金,买了不少渣头,给你的所有马甲都用上了。怎么你的头像这么快就变回来了呢?
回复

使用道具 举报

发表于 2007-10-30 08:23:27 | 显示全部楼层
因为被偶驱散掉了
回复

使用道具 举报

 楼主| 发表于 2007-10-30 08:37:43 | 显示全部楼层
记得我是买了10个,其中有4个给你用了。
回复

使用道具 举报

发表于 2007-10-30 09:32:15 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

发表于 2007-10-30 09:45:06 | 显示全部楼层
5555555....

渣头...
回复

使用道具 举报

发表于 2007-10-30 13:58:03 | 显示全部楼层
好渣。那个C语言阵亡了。
回复

使用道具 举报

发表于 2007-10-30 17:54:27 | 显示全部楼层
渣头不错呀
回复

使用道具 举报

 楼主| 发表于 2007-10-30 18:02:21 | 显示全部楼层
楼上居然用魔免药水。
回复

使用道具 举报

发表于 2007-10-30 18:16:31 | 显示全部楼层
居然敢和权威拼财力!
回复

使用道具 举报

发表于 2007-10-30 18:16:43 | 显示全部楼层
没关系。反正钱多。
回复

使用道具 举报

发表于 2007-10-30 21:50:10 | 显示全部楼层
没钱人就只有受渣头的伤害了...
回复

使用道具 举报

发表于 2007-10-31 10:29:48 | 显示全部楼层
.........................
  1. 大家在玩什么?
复制代码
回复

使用道具 举报

发表于 2007-10-31 18:22:05 | 显示全部楼层
[codes=lua]
-- function closures are powerful

-- traditional fixed-point operator from functional programming
Y = function (g)
      local a = function (f) return f(f) end
      return a(function (f)
                 return g(function (x)
                             local c=f(f)
                             return c(x)
                           end)
               end)
end


-- factorial without recursion
F = function (f)
      return function (n)
               if n == 0 then return 1
               else return n*f(n-1) end
             end
    end

factorial = Y(F)   -- factorial is the fixed point of F

-- now test it
function test(x)
    io.write(x,"! = ",factorial(x),"\\n")
end

for n=0,16 do
    test(n)
end
[/codes]
LUA!
回复

使用道具 举报

 楼主| 发表于 2007-10-31 22:57:21 | 显示全部楼层
lua  的语法好
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 点一下

本版积分规则

Archiver|移动端|小黑屋|地精研究院

GMT+8, 2024-10-5 22:45 , Processed in 0.069431 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

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