2015年6月11日
摘要: //poj:2972 #include#includelong b2ten(char *x,int b){ int ret=0; int len=strlen(x); for(int i=0;i=b) return -1; ret*=b; ret+=x[i]-'0'; } return (l... 阅读全文
posted @ 2015-06-11 22:05 _noname 阅读(139) 评论(0) 推荐(0) 编辑
摘要: %% BP神经网络的输入输出数据% clear all% clc% x=rand(1,1500);% y=rand(1,1500);% p=[x;y]';% z=x.^2-y.^2+3;% save x x% save y y% save p p% save z z %%clear allclc... 阅读全文
posted @ 2015-06-11 16:34 _noname 阅读(1240) 评论(0) 推荐(0) 编辑