天真御姐

文章
7
资源
0
加入时间
3年0月8天

LeetCode—剑指Offer:数组中重复的数字(临时数组)剑指Offer:数组中重复的数字(简单)

剑指Offer:数组中重复的数字(简单)2020年8月7日题目来源:力扣解题简单的想法,用数组记录出现次数,若不为0则说明重复,直接返回这个值class Solution { public int findRepeatNumber(int[] nums) { int len=nums.length; //新建一个长度为len的数组用来存放数字出现次数 int[] occ=new int[len]; for(int i=0;i

查看剪切板的内容!

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;name

linux网络带宽,网速检测

linux文件下载地址,下载3.1.3https://iperf.fr/iperf-download.phphttps://downloads.es.net/pub/iperf/修改编译配置:https://blog.csdn.net/u012153439/article/details/79699414./configure --host=arm --prefix=$(pwd)/…/out/ --host=arm-hisiv300-linux CFLAGS=-static --enable