说明:适合于研究生数字图像等方面的研究人员使用,详细讲述矩阵分析的内容-Suitable for areas such as digital image post-graduate researchers use to describe in detail the contents of matrix analysis <Java.li> 在 2025-04-23 上传
| 大小:2.11mb | 下载:0
说明:设Excel当前工作表第一行有n个升序排列的数值,第二行有m个升序排列的数值。编一个VBA程序,将第二行的数据合并到第一行中且保序。-Excel worksheet for the current first line there are n-ascending numerical order, the second line there are m months in ascending numerical order. Provis <lee> 在 2025-04-23 上传
| 大小:10kb | 下载:0
说明:编写一个VBA程序,求M*N矩阵所有靠外侧元素之和。例如,矩阵为:
3 0 0 3
2 5 7 3
1 0 4 2
则所有靠外侧的各元素值之和为18。
-Write a VBA procedure, and M* N matrix of all elements and rely on lateral. For example, the matrix is: 300,325,731,042 all on the ou <lee> 在 2025-04-23 上传
| 大小:10kb | 下载:0
说明:编写一个VBA程序,功能是提取字符串中的数字符号。例如,程序运行后输入字符串“abc123edf456gh”,则输出“123456”。-Write a VBA procedure, function is to extract the number of string symbols. For example, the program to run after the input string <lee> 在 2025-04-23 上传
| 大小:10kb | 下载:0
说明:在Excel中,用VBA编程将n(n≥2)阶方阵就地按顺时针方向旋转90度。要求只能用一个简单变量作为转存的临时工作单元。-In Excel, using VBA programming would be n (n ≥ 2)-order square matrix in situ by 90 degrees clockwise rotation. Require only a simple variable as to keep the <lee> 在 2025-04-23 上传
| 大小:11kb | 下载:0
说明:本示例在工作表的单元格区域 A1:A500 中查找包含值 2 的所有单元格,并将这些单元格的值更改为 5。-This example in the work table range A1: A500 contains the value 2 to find all cells, and the value of these cells changed to 5. <lee> 在 2025-04-23 上传
| 大小:10kb | 下载:0