当前位置:首页
> Luz 第2663页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Create thread
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
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.
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
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
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.
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
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
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
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.
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…