導航:首頁 > 編程語言 > 字元串的組合java實現

字元串的組合java實現

發布時間:2024-12-02 18:15:30

java怎麼把2個字元串拼接在一起

差距很大
GTX1060撐死也就GTX980的性能
RX 480和頂級非公GTX970差不多
而GTX1070比GTX980TI還強一點
二者差距百分之40

② java 列出一個字元串的全字元組合情況,不考慮重復字元

package;

importjava.util.Arrays;
importjava.util.LinkedList;

publicclassRecursionSub3Sort
{
staticintcount=0;
staticchar[]array={'a','b','c'};
staticLinkedList<char[]>list=newLinkedList<char[]>();
staticint[]indexs=newint[3];
staticintlen=array.length;

publicstaticvoidmain(String[]args)
{
getSub();
for(char[]cs:list)
{
System.out.println(Arrays.toString(cs));
}
}

privatestaticLinkedList<char[]>getSub()
{
while(count<=len)
{
recursionSub(0,-1);
count++;
}
returnlist;
}

privatestaticLinkedList<char[]>recursionSub(intind,intstart)
{
start++;
if(start>count-1)
{
returnnull;
}
for(indexs[start]=0;indexs[start]<len;indexs[start]++)
{
recursionSub(0,start);
if(start==count-1)
{
char[]temp=newchar[count];
for(inti=count-1;i>=0;i--)
{
temp[start-i]=array[indexs[start-i]];
}
if(temp.length==1
||Arrays.toString(temp).replaceAll("[\[\]\s,]","").replaceAll("(\w)\1+","$1")
.length()!=1)
{
list.add(temp);
}
}
}
returnlist;
}
}

閱讀全文

與字元串的組合java實現相關的資料

熱點內容
win10能用的dnf輔助 瀏覽:694
win10支持webp 瀏覽:724
hdfsjava入門demo 瀏覽:586
調用文件菜單用什麼 瀏覽:951
定製數據中心機房走線架多少錢 瀏覽:906
核桃編程怎麼操作無人機 瀏覽:160
iphone如何拷貝文件 瀏覽:989
180合擊狂雷版本 瀏覽:355
修改word附件文件名 瀏覽:116
資料庫維護難嗎 瀏覽:138
魅族系統更新文件在哪 瀏覽:784
上傳文件校驗是什麼意思 瀏覽:560
c語言讀寫配置文件 瀏覽:724
編程學精通會怎麼樣 瀏覽:119
tenda路由器初始密碼 瀏覽:974
什麼是PB文件 瀏覽:669
解綁京東支付賬號密碼怎麼辦 瀏覽:232
什麼可以對文件和文件夾進行管理 瀏覽:678
linux怎麼生成驅動庫文件 瀏覽:615
數控三維編程軟體學哪個 瀏覽:462

友情鏈接