- 浏览: 58263 次
- 性别:
- 来自: 柳州
最新评论
-
山雨欲来风满楼:
已经成功运行了rails3 beta,暂时发现的一些区别:1. ...
Rails 3.0 release note -
司徒正美:
我的智力投智又被升级掉……
Rails 3.0 release note -
xhanxhanxhan:
http://www.engineyard.com/blog/ ...
Rails 3.0 release note -
poshboytl:
正版的来了http://weblog.rubyonrails. ...
Rails 3.0 release note -
rainlife:
peepcode也放出了一个如何升级到rails3.0的scr ...
Rails 3.0 release note
文章列表
改进了一下程序,在我的p4 3.2上以2064ms运算完7040个
到此告一段落,880的版本不想写了,麻烦,研究一下五阶的,好像好复杂。371993326789901217467999448150835200000000个组合,呼呼。
开头的两个include 是iostream 和time.h,万恶的代码显示器
cpp 代码
#include
#include
using namespace std;
struct uni
{
int a,b,c,d;
}; ...
我写的四阶幻方出来了,运行结果正确,7040个的版本。虽然好像还有些问题,不过算了,能跑就可以了,呵呵。
不要输出的话我的p4 3.2G上耗时5s,算还过得去吧 ^_^
以下是程序:
cpp 代码
#include <iostream></iostream>
#include <time.h></time.h>
using namespace std;
struct uni
{
int a,b,c,d;
};
...
- 2007-08-23 15:59
- 浏览 2155
- 评论(0)