摘要:
电脑护眼攻略步骤: 目前,一种神秘的电脑护眼攻略在白领中流行:桌面->右键->属性->外观->高级->项目选择(窗口)、颜色1(L)选择(其它)将色调改为:85。饱和度:123。亮度:205->添加到自定义颜色->在自定义颜色选定点确定->确定这样所有的文档都不再是刺眼的白底黑字,而是非常柔和的豆沙绿色。 这种调节屏幕的办法,在办公室中非常风靡,据... 阅读全文
posted @ 2010-05-11 11:33
VRS
阅读(548)
评论(0)
推荐(0)
摘要:
如何撰写数学建模论文--兼谈数学建模竞赛答卷要求当我们完成一个数学建模的全过程后,就应该把所作的工作进行小结,写成论文。撰写数学建模论文和参加大学生数学建模竞赛时完成答卷,在许多方面是类似的。事实上数学建模竞赛也包含了学生写作能力的比试,因此,论文的写作是一个很重要的问题。首先要明确撰写论文的目的。数学建模通常是根据实际需要而提出的,这就要求对建模全过程作一个全面的、系统的小结,使有关的技术人员(... 阅读全文
posted @ 2010-05-11 11:16
VRS
阅读(528)
评论(0)
推荐(0)
摘要:
《Making Up the Mind》上讲了这么一个简单但深刻的实验: 我们看到这张图片的第一反应是:5个凸的按钮,1个凹的按钮。现在仅仅将图片上下颠倒一下: 在我们眼中立即就变成了:1个凸的按钮,5个凹的按钮。为什么同一副图片,仅仅是上下颠倒一下,我们就对其作出了完全不同的解释呢?我们知道,视觉图像要到达大脑,首先要在视网膜上成像(视网膜上密密麻麻地排布着感光细胞),刺激感光细胞形成的神经电冲... 阅读全文
posted @ 2010-05-11 10:53
VRS
阅读(1007)
评论(1)
推荐(2)
摘要:
#include<iostream>using namespace std;int shu[100];int main(){ int num,i,j,sam,ella; cin>>num; while(num) { sam=ella=0; for(i=0;i<num;i++) cin>>shu[i]; j=num-1; i=0; sam+=shu... 阅读全文
posted @ 2010-05-11 10:31
VRS
阅读(231)
评论(0)
推荐(0)
摘要:
#include<iostream.h>#include<string.h>//using namespace std;char start[100],end[100];#define pi 3.14159;int main(){ int amou,ang,rad; double dist; while(cin>>start && strcmp(... 阅读全文
posted @ 2010-05-11 10:30
VRS
阅读(198)
评论(0)
推荐(0)
摘要:
#include<iostream>using namespace std;int shu[100];int main(){ long n,a,i,j,jishu,temp; cin>>n; while(n--) { cin>>a; jishu=0; i=0; while(a!=0) { temp=a%2; a/=2; if(temp==1) { sh... 阅读全文
posted @ 2010-05-11 10:30
VRS
阅读(373)
评论(0)
推荐(0)
摘要:
#include<iostream.h>#include<math.h>//using namespace std;float shu[100];int main(){ float num,n; int i,j,jishu; float temp; cin>>num; for(i=0;i<25;i++) shu[i]=pow(2,i); while(nu... 阅读全文
posted @ 2010-05-11 10:29
VRS
阅读(141)
评论(0)
推荐(0)
摘要:
#include<iostream>using namespace std;char f[100],t[100],zifu[5];int main(){ float num,sum; do{ cin>>f; if(f[0]=='#') break; cin>>t; sum=0; while(1) { cin>>num>>zi... 阅读全文
posted @ 2010-05-11 10:28
VRS
阅读(196)
评论(0)
推荐(0)
摘要:
#include<iostream>using namespace std;int s[1000][200];int main(){ int n,num,i,j,jishu,cishi=0; cin>>n; while(n--) { cin>>num; memset(s[cishi],0,sizeof(s[cishi])); for(i=2;i<=n... 阅读全文
posted @ 2010-05-11 10:27
VRS
阅读(167)
评论(0)
推荐(0)
摘要:
#include<iostream>#include<iomanip>using namespace std;int shu[100],up[2],down[2];int main(){ int i,j,temp,jishu,baoji; double a,b; while((cin>>shu[0]) && shu[0]!=0) { a=0; ... 阅读全文
posted @ 2010-05-11 10:26
VRS
阅读(250)
评论(0)
推荐(0)