-->
当前位置:首页 > Luz 第2663页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Create thread

Luz5年前 (2021-05-10)282
To create two threads, the requirements are as follows:(1) One thread outputs 100 1 ~ 26, and the other thread outputs 1…

PROGRAMMING:Class definition

Luz5年前 (2021-05-10)410
Define a class ddate, in which there are data members year, month and day, representing year, month and day respectively…

PROGRAMMING:Enter the name of the file, open the file and output the contents of the file to the screen.

Luz5年前 (2021-05-10)402
Write a program, when the user input file name does not exist, you can re-enter, until you enter a correct file name, op…

PROGRAMMING:Youyuan is very simple

Luz5年前 (2021-05-10)532
The C + + exam is in progress. Please design a student class, whose student number and test scores are private data memb…

PROGRAMMING:The problem of data spacing

Luz5年前 (2021-05-10)419
The complex class has two data members: A and B, which represent the real part and imaginary part of the complex respect…

PROGRAMMING:Find the subscript of the smallest element in the integer array.

Luz5年前 (2021-05-10)378
Write a program to find the subscript of the smallest element in the integer array. If the number of such elements is gr…

PROGRAMMING:Sum

Luz5年前 (2021-05-10)362
Calculate the sum of all the odd number between 0~2000.1+3+5+...+1999=?answer:If there is no answer, please comment…

PROGRAMMING:The problem of data spacing

Luz5年前 (2021-05-10)439
Complex class has two data members: A and B, which represent the real part and imaginary part of complex respectively, a…

PROGRAMMING:Multiplication of matrix

Luz5年前 (2021-05-10)385
A matrix in linear algebra can be expressed as a two-dimensional array of row * column. When both row and column are 1,…

PROGRAMMING:The combination and ascending order of arrays.

Luz5年前 (2021-05-10)375
There are two arrays: array A is 1, 7, 9, 11, 13, 15, 17, 19, and array B is 2, 4, 6, 8, 10. Combine the two arrays into…