上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: elatsic search why so good 阅读全文
posted @ 2022-01-15 23:59 MikeLi 阅读(22) 评论(0) 推荐(0)
摘要: 1 public static int[] insertSort(int[] arr){ 2 int i,j,idx,jdx,n,ndx,flag,fdx; 3 int[] brr=new int[arr.length]; 4 5 //in 1st loop,cannot execute the l 阅读全文
posted @ 2021-11-11 01:30 MikeLi 阅读(54) 评论(0) 推荐(0)
摘要: 1 package ACM; 2 public class Sort{ 3 public static int[] selectSort(int[] arr){ 4 int i,j,minPst,minPstIdx,jdx,temp,idx; 5 jdx=0; 6 minPstIdx=0; 7 mi 阅读全文
posted @ 2021-11-02 12:07 MikeLi 阅读(39) 评论(0) 推荐(0)
摘要: sudo apt-get update 阅读全文
posted @ 2021-10-31 02:14 MikeLi 阅读(183) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/sunny05296/article/details/78268464 阅读全文
posted @ 2021-10-30 03:07 MikeLi 阅读(25) 评论(0) 推荐(0)
摘要: 1 #include <stdio.h> 2 3 int main() 4 { 5 6 double i; 7 8 for(i=0;i!=10;i+=0.1) 9 printf("%.1lf\n",i); 10 11 return 0; 12 } 0.00.10.20.30.40.50.60.70. 阅读全文
posted @ 2021-10-18 02:09 MikeLi 阅读(49) 评论(0) 推荐(0)
摘要: 原文链接:https://blog.csdn.net/gongxifacai_believe/article/details/53081466 编译HelloWorld.java生成字节码文件HelloWorld.class,运行HelloWorld.class报错:Error: Could not 阅读全文
posted @ 2021-10-18 01:45 MikeLi 阅读(3979) 评论(0) 推荐(1)
摘要: 安装: https://blog.csdn.net/zbj18314469395/article/details/86064849 配置环境变量: https://blog.csdn.net/moshowgame/article/details/99011206 阅读全文
posted @ 2021-10-17 01:30 MikeLi 阅读(56) 评论(0) 推荐(0)
摘要: Ubuntu 安装jdk后 java -version 报错 Ubuntu安装jdk报错:-bash /usr/.../java:No such file or directroy https://blog.csdn.net/blueskyliulan/article/details/4849198 阅读全文
posted @ 2021-10-17 01:05 MikeLi 阅读(196) 评论(0) 推荐(0)
摘要: sudo 出现unable to resolve host 解决方法 转 https://blog.csdn.net/ichuzhen/article/details/8241847 原因是因为改了机器名,从mikeli-dell-latitute-E6640改成了dell-pc 但是hosts文件 阅读全文
posted @ 2021-10-17 01:04 MikeLi 阅读(543) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页