博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
程序进程逐步显示,并可以控制停止和继续以及跳转
阅读量:6259 次
发布时间:2019-06-22

本文共 762 字,大约阅读时间需要 2 分钟。

 

public class main {    public static void main(String[] args) {                int[] A=new int[10];        Scanner in=new Scanner(System.in);//        for(int i=0;i<10;i++)//        { //                    A[i]=in.nextInt();//        }                int[] B={4,-2,3,4,-5,-6,1,-8,-9,2};                main a=new main();                System.out.println(a.max(B, 10));     }/* * @param A * @param n * @return */public int max(int[] A,int n){ int k=1;    int end=A[0];    int sum=A[0];    int m=0;    int nn=0;    for(int i=0;i
end) { end=sum; m=i; nn=j; } System.out.print("子数组为["); for(int p=m;p

转载于:https://www.cnblogs.com/muailiulan/p/11070604.html

你可能感兴趣的文章
Swift入门篇-swift简介
查看>>
05 继承
查看>>
弧度和角度的转换
查看>>
[leetcode]Unique Paths II @ Python
查看>>
nginx源码分析之hash的实现
查看>>
数据结构快速回顾——二叉树 解幂子集问题
查看>>
选择排序
查看>>
使用微软 URL Rewrite Module 开启IIS伪静态
查看>>
浅谈UML中类之间的五种关系及其在代码中的表现形式
查看>>
原创:CentOS6.4配置solr 4.7.2+IK分词器
查看>>
cocos2d(3.0)一些基础的东西
查看>>
jQuery动画animate方法使用介绍
查看>>
自适应网页设计(Responsive Web Design)
查看>>
[C#]Hosting Process (vshost.exe)
查看>>
spring beans源码解读之--bean definiton解析器
查看>>
mysql索引优化
查看>>
Async Performance: Understanding the Costs of Async and Await
查看>>
POJ3352Road Construction(构造双连通图)sdut2506完美网络
查看>>
[原]Android打包之跨平台打包
查看>>
Linq的Distinct方法的扩展
查看>>