文件名称:First_Test1
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-05-11
- 文件大小:
- 56kb
- 下载次数:
- 0次
- 提 供 者:
- xiaoba******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、使用System.Array类的方法获取已知数组(数组元素为80,90,67,89,78,85,45,69,77,95)的维数、长度,并对数组排序、反转。
提示:Rank,Length,Sort(),Reverse()
2、 使用Random方法生成随机数。数组A中有8个互不相同的元素,数组B中有5个互不相同的元素,A和B中的数为100以内的正整数。编程产生数组C,C中包含在A中但不在B中的元素。
任意输入两个正整数a,b, 求a+b的和, a,b的取值范围为1—10100
-System.Array class method to get the the known array (array elements 80,90,67,89,78,85,45,69,77,95) dimension, length, and array sorting, reverse . Tip: Rank, Length, Sort (), Reverse () 2, using the Random method to generate random numbers. There are eight distinct elements in the array A, array B, has 5 mutually different elements, A and B number is a positive integer of less than 100. Programmed to generate an array of C, C contains the element A but not B. Input any two positive integers a, b, seeking a+b and a, b of the range 1-10100
提示:Rank,Length,Sort(),Reverse()
2、 使用Random方法生成随机数。数组A中有8个互不相同的元素,数组B中有5个互不相同的元素,A和B中的数为100以内的正整数。编程产生数组C,C中包含在A中但不在B中的元素。
任意输入两个正整数a,b, 求a+b的和, a,b的取值范围为1—10100
-System.Array class method to get the the known array (array elements 80,90,67,89,78,85,45,69,77,95) dimension, length, and array sorting, reverse . Tip: Rank, Length, Sort (), Reverse () 2, using the Random method to generate random numbers. There are eight distinct elements in the array A, array B, has 5 mutually different elements, A and B number is a positive integer of less than 100. Programmed to generate an array of C, C contains the element A but not B. Input any two positive integers a, b, seeking a+b and a, b of the range 1-10100
(系统自动生成,下载前可以参看下载内容)
下载文件列表
First_Test1\First_Test1\Properties\AssemblyInfo.cs
...........\...........\First_Test1.csproj
...........\...........\bin\Debug\First_Test1.vshost.exe.manifest
...........\...........\...\.....\First_Test1.vshost.exe
...........\...........\...\.....\First_Test1.exe
...........\...........\...\.....\First_Test1.pdb
...........\...........\obj\Debug\First_Test1.pdb
...........\...........\...\.....\First_Test1.exe
...........\...........\...\.....\First_Test1.csproj.FileListAbsolute.txt
...........\...........\Program.cs
...........\First_Test1.sln
...........\First_Test1.suo
...........\..........2\Properties\AssemblyInfo.cs
...........\...........\First_Test2.csproj
...........\...........\bin\Debug\First_Test2.exe
...........\...........\...\.....\First_Test2.pdb
...........\...........\...\.....\First_Test2.vshost.exe.manifest
...........\...........\...\.....\First_Test2.vshost.exe
...........\...........\obj\Debug\First_Test2.csproj.FileListAbsolute.txt
...........\...........\...\.....\First_Test2.pdb
...........\...........\...\.....\First_Test2.exe
...........\...........\Program.cs
...........\..........3\Properties\AssemblyInfo.cs
...........\...........\First_Test3.csproj
...........\...........\bin\Debug\First_Test3.exe
...........\...........\...\.....\First_Test3.pdb
...........\...........\...\.....\First_Test3.vshost.exe.manifest
...........\...........\...\.....\First_Test3.vshost.exe
...........\...........\obj\Debug\First_Test3.csproj.FileListAbsolute.txt
...........\...........\...\.....\First_Test3.exe
...........\...........\...\.....\First_Test3.pdb
...........\...........\Program.cs
...........\..........1\obj\Debug\TempPE
...........\..........2\obj\Debug\TempPE
...........\..........3\obj\Debug\TempPE
...........\..........1\bin\Debug
...........\...........\obj\Debug
...........\..........2\bin\Debug
...........\...........\obj\Debug
...........\..........3\bin\Debug
...........\...........\obj\Debug
...........\..........1\Properties
...........\...........\bin
...........\...........\obj
...........\..........2\Properties
...........\...........\bin
...........\...........\obj
...........\..........3\Properties
...........\...........\bin
...........\...........\obj
...........\First_Test1
...........\First_Test2
...........\First_Test3
First_Test1