-
打印“魔方阵”。所谓“魔方阵”是指这样的方阵,它的每一行、每一列和对角线之和均相等。例如,三阶魔方阵为: 8 1 6 3 5 7 4 9 2 要求打印出由1到n...
打印“魔方阵”。所谓“魔方阵”是指这样的方阵,它的每一行、每一列和对角线之和均相等。例如,三阶魔方阵为: 8 1 6 3 5 7 4 9 2 要求打印出由1到n*n的自然数构成的魔方阵。-Print "magic matrices." The so-called "magic matrix" refers to the matrix, which each line, each diagonal out and the sum of all the same. For example, third-order magic Lineup : 8 1 6 3 5 7 4 9 2 request from a print n* n to the natural form of the magic number of matrices.
- 2022-01-25 16:01:22下载
- 积分:1
-
这是介绍蓝牙开发的电子资料,是很不错的资料,开发与蓝牙相关产品的开发人员应仔细看一下该资料...
这是介绍蓝牙开发的电子资料,是很不错的资料,开发与蓝牙相关产品的开发人员应仔细看一下该资料-This is the introduction of Bluetooth development of electronic information, is very good information, development and the development of Bluetooth-related products should carefully look at the information
- 2023-03-08 13:40:06下载
- 积分:1
-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1
-
俄罗斯方块源码,对提升VC是个不错的例子,望大家都能有所收获...
俄罗斯方块源码,对提升VC是个不错的例子,望大家都能有所收获-Tetris source to enhance the VC is a good example, we hope all will be harvested
- 2022-01-25 15:07:13下载
- 积分:1
-
pingponggame
pingponggame
- 2022-03-18 02:03:56下载
- 积分:1
-
C系统的Verilog转换器
system C to verilog converter
- 2022-02-06 02:17:19下载
- 积分:1
-
RSFlow 工作流站点,对于学习工作流定义有所帮助
RSFlow 工作流站点,对于学习工作流定义有所帮助-Workflow RSFlow site for learning the definition of workflow help
- 2023-02-19 17:00:03下载
- 积分:1
-
一个值得参考的VFP高考管理系统
一个值得参考的VFP高考管理系统-a worthy reference VFP College Entrance Examination Management System
- 2022-03-10 04:51:44下载
- 积分:1
-
实现OCX实例的调用,可以直接通过网页访问,
实现OCX实例的调用,可以直接通过网页访问,-Realize the call OCX example, you can visit directly through the website,
- 2022-12-12 18:40:03下载
- 积分:1
-
一个3阶的CIC内插滤波器,可作为delta sigma DAC升采样率模块,用于半带滤波器后。...
一个3阶的CIC内插滤波器,可作为delta sigma DAC升采样率模块,用于半带滤波器后。-a three bands CIC interpolation filter, as delta sigma DAC sampling rate or module for the half-band filter.
- 2022-01-30 10:39:37下载
- 积分:1