摘要:
昨天:分配任务今天:配置android开发环境,查图片转换成黑白色的过程。问题:安装不上SDK,总是提示unable to connect! 阅读全文
摘要:
作为图文转化还是有很多优点的,在这里我就分析一下它的方便快捷Need:有些非电子版的文字不方便我们编辑,图文转换可以轻而易举达到目的。Approach:现在技术手段应该还有点难度,应该可以换个方法实现,扫描成Pdf格式再转成txt或doc格式,或者转化成识别图片中的文字。Benefit:有些非电子版... 阅读全文
摘要:
#include#define N 100#includeusing namespace std;typedef struct{ int dian[N]; int xian[N][N]; int dianx,xianx;}A;void set(A &shu,int x,int y)... 阅读全文
摘要:
#includeusing namespace std;#define N 4void maxhe(int a[],int &s,int &jmin,int &jmax){ int sum=a[0],b=a[0],x=0,y=0; int j=1; while((j-x=0)... 阅读全文
摘要:
#includeusing namespace std;#define N 4void max(int a[],int &s,int &jmin,int &jmax){ int sum=a[0],b=a[0],x=0,y=0; int j=1; while((j-x=0) ... 阅读全文
摘要:
#includeusing namespace std;#define Nu 5int main(){ int a[Nu]={2,-2,4,-6,1}; cout0) { b=a[j%Nu]; if(jb) ... 阅读全文
摘要:
#includeusing namespace std;#define Nu 5int main(){ int a[Nu]={1,-2,5,-3,6}; cout<<"随机产生数组为:"; for(int i=0;i<Nu;i++) cout<<a[i]<<" ";... 阅读全文
摘要:
#include#define N 5using namespace std;int main(){ int a[4][5]={1,2,-1,-4,-20,-8,-3,4,2,1,3,8,10,1,3,-4,-1,1,7,-6},i,j; for(i=0;i<N-1;i++) { ... 阅读全文
摘要:
#includeusing namespace std;#define Nu 100000int main(){ int a[Nu],k; cout100); a[i]=k==1?a[i]:-a[i]; cout<<a[i]<<" "; } co... 阅读全文
摘要:
#include using namespace std; #define N 10int main() { cout>num; for(int i=0;ihe[n]) n=i; } ////////////跟组最大和的位置i的值来确定参与的数 k=0; m=num; while(n>m) { ... 阅读全文