用C怎么编类似黑客帝国背景的那段程序?

来源:百度知道 编辑:UC知道 时间:2024/05/19 14:44:07
黑客帝国背景的那段,能用c编写吗?

大概是这样的死循环

#include<stdio.h>
#include<time.h>
#include<stdlib.h>
void main()
{
int a;
for(;;)
{
srand((unsigned)time(NULL));
a=rand()%100;
(char)a;
printf("%c",a);
}
}

JAVE是什么?那个东西用flash做最简单

你可以用JAVE做嘛