资源列表
[C#编程] test1
说明:可输入两个任意长度的数组,自动确定维数,并将其从最后一位开始向前依次比较(两数组维数可以不同),对应元素相同为1,不同为0,最终获得新的比较数组。-Enter the two arrays of arbitrary length, automatically determines the dimension, and in turn forward from the last one to start comparing (two array dimensions may be differen<李世民> 在 2025-09-12 上传 | 大小:1kb | 下载:0
[C#编程] disanti
说明:编写函数,实现:1)删除数组中相同元素;2)按照由小到大排序(除冒泡法)。例如:输入:{1,2,1,-1,0,0} ; 输出:{-1,0,1,2}-Write a function to achieve: 1) to delete an array of the same element 2) according to ascending order (except Bubble Act). For example: Input: {1,2,1,-1,0,0} Output: {-1,0,1<林梓晨> 在 2025-09-12 上传 | 大小:1kb | 下载:0