摘要:
电脑护眼攻略步骤: 目前,一种神秘的电脑护眼攻略在白领中流行:桌面->右键->属性->外观->高级->项目选择(窗口)、颜色1(L)选择(其它)将色调改为:85。饱和度:123。亮度:205->添加到自定义颜色->在自定义颜色选定点确定->确定这样所有的文档都不再是刺眼的白底黑字,而是非常柔和的豆沙绿色。 这种调节屏幕的办法,在办公室中非常风靡,据... 阅读全文
posted @ 2010-05-11 11:33
VRS
阅读(549)
评论(0)
推荐(0)
摘要:
如何撰写数学建模论文--兼谈数学建模竞赛答卷要求当我们完成一个数学建模的全过程后,就应该把所作的工作进行小结,写成论文。撰写数学建模论文和参加大学生数学建模竞赛时完成答卷,在许多方面是类似的。事实上数学建模竞赛也包含了学生写作能力的比试,因此,论文的写作是一个很重要的问题。首先要明确撰写论文的目的。数学建模通常是根据实际需要而提出的,这就要求对建模全过程作一个全面的、系统的小结,使有关的技术人员(... 阅读全文
posted @ 2010-05-11 11:16
VRS
阅读(539)
评论(0)
推荐(0)
摘要:
《Making Up the Mind》上讲了这么一个简单但深刻的实验: 我们看到这张图片的第一反应是:5个凸的按钮,1个凹的按钮。现在仅仅将图片上下颠倒一下: 在我们眼中立即就变成了:1个凸的按钮,5个凹的按钮。为什么同一副图片,仅仅是上下颠倒一下,我们就对其作出了完全不同的解释呢?我们知道,视觉图像要到达大脑,首先要在视网膜上成像(视网膜上密密麻麻地排布着感光细胞),刺激感光细胞形成的神经电冲... 阅读全文
posted @ 2010-05-11 10:53
VRS
阅读(1009)
评论(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
阅读(236)
评论(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<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
阅读(203)
评论(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
阅读(147)
评论(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
阅读(197)
评论(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
阅读(168)
评论(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)
摘要:
#include<iostream.h>#include<math.h>#include<iomanip.h>//using namespace std;int shu[100];int main(){ int a,b,n,i,j,temp,jishu; double pair; while((cin>>n) && n!=0) { ... 阅读全文
posted @ 2010-05-11 10:25
VRS
阅读(179)
评论(0)
推荐(0)
摘要:
#include<iostream.h>#include<string.h>#include<math.h>#include<iomanip.h>char s[100];char chu[1000][100]; //由于每一次输出chu,之后如果又使用chu的话,chu里面的数据并 //没有消去,则有问题,所以开了一个字符串数组1000位,但这好 /... 阅读全文
posted @ 2010-05-11 10:24
VRS
阅读(292)
评论(0)
推荐(0)
摘要:
#include<iostream.h>#include<math.h>double shu[201];void jian(){ int i; for(i=1;i<=200;i++) shu[i]=pow(i,3);}int main(){ int a,b,c,d; jian(); for(a=6;a<=200;a++) { for(b=2;b<a;b... 阅读全文
posted @ 2010-05-11 10:24
VRS
阅读(194)
评论(0)
推荐(0)
摘要:
#include<iostream>using namespace std;char s[105][105],chu[105][105];char din[105];int k1,k2;int main(){ din[0]='0'; int k,n,i,j,n1,n2,a,b,c,num; cin>>n; while(n--) { k=0; i=0; memset(s,... 阅读全文
posted @ 2010-05-11 10:23
VRS
阅读(279)
评论(0)
推荐(0)
摘要:
#include<iostream>using namespace std;int shuru[105]; int main(){ int n,jishu=0,j=1; int i,sum=0; while(cin>>n && n!=0) { for(i=0;i<n;i++) { cin>>shuru[i]; sum+=shuru[i]... 阅读全文
posted @ 2010-05-11 10:22
VRS
阅读(182)
评论(0)
推荐(0)
摘要:
#include<iostream.h>#include<math.h>//using namespace std; //公式是N=No(1/2)^(t/T),由于No=原子数(题中的w)* 810, //而N为t时刻的原子总质量(题中的d),使公式变形,得:int main() // t=5730*log((810*w)/d){ int num,sen,j=1; doub... 阅读全文
posted @ 2010-05-11 10:21
VRS
阅读(239)
评论(0)
推荐(0)
摘要:
//Geometry Made Simple//求直角三角形第三边#include<iostream.h>#include<string.h>#include<math.h>#include<iomanip.h>//using namespace std;int main(){ int shu[3],i,j=1; char ch; double ch... 阅读全文
posted @ 2010-05-11 10:21
VRS
阅读(229)
评论(0)
推荐(0)
摘要:
//IBM Minus One#include<iostream>#include<string>using namespace std;char s[100];int main(){ int i,n,num,k; cin>>num; n=num; while(n--) { cin>>s; k=strlen(s); for(i=0;i<k... 阅读全文
posted @ 2010-05-11 10:20
VRS
阅读(147)
评论(0)
推荐(0)
摘要:
////////////////////////////////////////////////////////////////////Deck//叠多少张牌可超桌面多少#include<iostream.h>#include<iomanip.h>//using namespace std;int main(){ int n,i; float out; cout<&l... 阅读全文
posted @ 2010-05-11 10:20
VRS
阅读(166)
评论(0)
推荐(0)
摘要:
//////////////////////////////////////////////////////////////////Martian Addition//火星人(二十进制相加)#include<iostream>#include<string>using namespace std;char s1[105],s2[105];char chu[105];int ... 阅读全文
posted @ 2010-05-11 10:19
VRS
阅读(282)
评论(0)
推荐(0)
摘要:
/////////////////////////////////////////////////////////////////////////Inversion//逆序数序与其求原序#include<iostream>#include<string>using namespace std;char nor[100];long shuru[10000];long chu[... 阅读全文
posted @ 2010-05-11 10:18
VRS
阅读(355)
评论(0)
推荐(0)
摘要:
/////////////////////////////////////////////////////////Digital Roots//位数和的因子#include<iostream>#include<string>using namespace std;char n[10000];int main(){ memset(n,-1,sizeof(n)); int nu... 阅读全文
posted @ 2010-05-11 10:17
VRS
阅读(177)
评论(0)
推荐(0)
摘要:
/////////////////////////////////////////////////////////////////////////////Word Reversal//字符逆置#include<iostream.h>#include<string.h>char s[10000][1000];int i,j,k;int main(){ int m,n,jis... 阅读全文
posted @ 2010-05-11 10:17
VRS
阅读(352)
评论(0)
推荐(0)
摘要:
////////////////////////////////////////////////////////带括号矩阵连乘的模拟//使用stack来解决#include<iostream>#include<stack>#include<string>using namespace std;struct matrx{ int row; int col;}ma[... 阅读全文
posted @ 2010-05-11 10:16
VRS
阅读(360)
评论(0)
推荐(0)
摘要:
////////////////////////////////////////////////////////////FatMouse's Speed 白老鼠越大越慢//利用dp,与DNA序列相似#include<iostream>using namespace std;int st[1001][2], output[1001]; class Mouse{public: int si... 阅读全文
posted @ 2010-05-11 10:16
VRS
阅读(326)
评论(0)
推荐(0)
摘要:
///////////////////////////////////////////////////////////////////////猴子与香蕉//把每一种方块化为三个,先排序,再用n^2的dp#include<iostream>#include<algorithm>using namespace std;struct block{ int x; int y; in... 阅读全文
posted @ 2010-05-11 10:15
VRS
阅读(347)
评论(0)
推荐(0)
摘要:
////////////////////////////////////////////////////1090一道数学题//已知三点的坐标,求以此三点所确定的圆的周长//先用余弦定理cosα=(b^2+c^2-a^2)/(2bc),再求sinα,那么直径d=a/sinα,周长l=dπ#include<iostream>#include<... 阅读全文
posted @ 2010-05-11 10:14
VRS
阅读(271)
评论(0)
推荐(0)
摘要:
//////////////////////////////////////////////////////1088约瑟夫问题// 这里我用了简化算法,参考以下的说明,只是有点不同先把第一个删掉,从第二个开始数,// 循环n-1遍(因为已去掉首个),最终剩下当前的第一个结束。#include<iostream>using namespace std;int main(){ int n;... 阅读全文
posted @ 2010-05-11 10:13
VRS
阅读(524)
评论(0)
推荐(0)
摘要:
//////////////////////////////////////////////////////////////////最大子矩阵和问题#include<iostream>using namespace std;int MaxSum(int n,int *a){ int i; int b; b=0; int max=0; for(i=1;i<=n;i++) { if... 阅读全文
posted @ 2010-05-11 10:12
VRS
阅读(205)
评论(0)
推荐(0)
摘要:
//////////////////////////////////////////////////////////Gene Assembly//DNA序列中最多gene序列//用贪心法,先以基因头位置对基因排序,再用静态链存储、搜索#include<iostream>using namespace std;#define MAX 1005long st[MAX][2],output[... 阅读全文
posted @ 2010-05-11 10:12
VRS
阅读(514)
评论(0)
推荐(0)
摘要:
//一道物理题,VR=VS*R*C*w/sqrt(R^2*C^2*w^2+1)#include<iostream>#include<iomanip>#include<cmath>using namespace std;int main(){ double VS,R,C; int n,s; cin>>VS>>R>>C>&g... 阅读全文
posted @ 2010-05-11 10:11
VRS
阅读(358)
评论(0)
推荐(0)
摘要:
//////////////////////////////////////////////1068(其他进制是否回文数)#include<iostream>using namespace std;unsigned int st[100];//判断数组st是否前len位是否为回文数bool deter_palin(int len){ int i; bool flags=1; for(i... 阅读全文
posted @ 2010-05-11 10:10
VRS
阅读(235)
评论(0)
推荐(0)
摘要:
/////////////////////////////////////////////////////////1068摩斯密码//直接模拟#include<iostream>#include<algorithm>using namespace std;char code[35][2][5]; //记录29个摩斯密码 char str[150]; //记录输入的原码cha... 阅读全文
posted @ 2010-05-11 10:09
VRS
阅读(304)
评论(0)
推荐(0)
摘要:
////////////////////////////////////////////////////////////////////Color Me Less//最接近颜色点#include<iostream.h>#include<math.h>int shu[16][3];int i,j;void shuru(){ for(i=0;i<16;i++) for(... 阅读全文
posted @ 2010-05-11 10:08
VRS
阅读(218)
评论(0)
推荐(0)
摘要:
//A New Growth Industry//细菌培养基#include<iostream>using namespace std;int shu[25][25],guodu[25][25];int d[16];int main(){ int n,i,j,tianshu,temp; cin>>n; while(n--) { memset(shu,0,sizeof(sh... 阅读全文
posted @ 2010-05-11 10:06
VRS
阅读(278)
评论(0)
推荐(0)
摘要:
//I Think I Need a Houseboat//以圆面积扩散,要几年淹没#include<iostream.h>#include<math.h>#define pi 3.1415926int main(){ float i,j; int n,s;// cout<<int(624*pi/100+0.5); cin>>n; s=n; whil... 阅读全文
posted @ 2010-05-11 10:05
VRS
阅读(260)
评论(0)
推荐(0)
摘要:
//Financial Management//求平均数#include<iostream>using namespace std;int main(){ int i=12; float n,sum=0; while(i--) { cin>>n; sum+=n; } cout<<"$"<<sum/12.0<<endl; return ... 阅读全文
posted @ 2010-05-11 10:05
VRS
阅读(141)
评论(0)
推荐(0)
摘要:
广搜#include<iostream>#include<queue>using namespace std;int Map[8][2]={{-1,0},{1,0},{0,-1},{0,1},{-1,-1},{-1,1},{1,-1},{1,1}};char Gra[25][25];struct node { int x; int y;}start,temp;int mai... 阅读全文
posted @ 2010-05-11 10:03
VRS
阅读(289)
评论(0)
推荐(0)
摘要:
#include<iostream>using namespace std;int main(){ float num,sum,i; while(cin>>num && num!=0.00) { i=2; sum=0; while(1) { sum+=1/i; if(sum>=num) { cout<<i-1<<" ca... 阅读全文
posted @ 2010-05-11 10:02
VRS
阅读(162)
评论(0)
推荐(0)
摘要:
//这里有新的输入输出格式,注意其实输入格式跟输出格式是分开的,即系就算某一输出改变在另一输入前,//只要输出格式符合要求就行//用三重for做#include<iostream>#include<string>using namespace std;int st[3][30],sttemp[3][30];char s[10000];void insert(int n){ ... 阅读全文
posted @ 2010-05-11 10:01
VRS
阅读(525)
评论(0)
推荐(0)
摘要:
//除余加密//由于被除数与余数同余,而且均小于28,则相互mod相同#include<iostream>#include<string>using namespace std;char st[100],en[100];int stnum[100],ennum[100];int main(){ int i,k,len,pos; while(cin>>k &... 阅读全文
posted @ 2010-05-11 10:00
VRS
阅读(215)
评论(0)
推荐(0)
摘要:
#include <iostream>using namespace std;int st[105][105];int row[105],col[105];int main(){ int n; while(cin>>n && n!=0) { int i,j; for(i=0;i<n;i++) { row[i]=0; col[i]=0; } f... 阅读全文
posted @ 2010-05-11 09:59
VRS
阅读(199)
评论(0)
推荐(0)
摘要:
/////////////////////////////////////////////////最大堡垒数//用回溯法(其实是N皇后问题的改装)+暴力A掉#include<iostream>#include<math.h>using namespace std;char a[5][5];//堡垒类,方便对成员的访问class Blockhouses{ friend int... 阅读全文
posted @ 2010-05-11 01:21
VRS
阅读(266)
评论(0)
推荐(0)
浙公网安备 33010602011771号