首页 > 其他 > 详细

wc项目

时间:2016-10-22 00:39:56      阅读:128      评论:0      收藏:0      [点我收藏+]

import java.io.BUfferedReader;

import java.io.FileNotFoundException;

import java.io.FileReader;

import java.io.TOException;

import java.util.treeMap;

public class test

{

      public static TreeMap<Character,Integer>Pross(string str)

      {

            chae[] charArray=str.toCharArray();

            TreeMap<Character,Interger>tm=new TreeMap<Character,Interger>();

            for(int x=0;x<charArray.length;x++)

            {

                    tm.put(charArray[x],1);

             }

             else

             {

                   int count=tm.get(charArray[x])+1;

                   tm.put(charArray[x],count);

              }

       }

       return tm;

}

public static void main(string[] args)

{

     BufferedReader br=null;

     int line=0;

}

wc项目

原文:http://www.cnblogs.com/shuailu/p/5986378.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!