system tag

14 questions


1 answers
114 views
0
This is a shared memory question in the operating system.

Hi, everyone. I keep getting confused about the concept of shared memory from the dinosaur book.I just brought the producer code.while(true) { while (counter == BUFFER_SIZE); // do nothing buffer[in] ...

2 years ago

1 answers
86 views
0
Please tell me the difference between system ("cls") and system ("clear").

The c/c++ erases the system (cls) and system (clear) console screens, so please tell me the difference between the two.

2 years ago

1 answers
68 views
0
Get the number of Python drives

As a beginner at Python, I have a question.How do I get the number of drives on that computer in Python?For example, some computers have drive C only, and some computers may have drive D or E. Is ther...

2 years ago

1 answers
83 views
0
Obtaining Python Directory Capacity

Is there a way to get the capacity of the directory in Python?I thought that using os.path.getsize() as you would get the file size would give you the capacity of the directory, but it all comes out a...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.