[C++] 63_C language exception handling

exception handling The concept of anomaly Exceptions may occur during the execution of a program The difference between Exception and Bug Exceptions are the predictable branch of execution when a program runs Bug is a bug in the program, an unexpected way to run Comparison of Exception and Bug abnormal Runtime divides by zero External ...

Posted by cx323 on Wed, 08 May 2019 17:57:03 +0200

Computer Operating System Experiment 3: Simulation of Dynamic Distribution

1. Experimental Purpose Understanding data structures and allocation algorithms in dynamic partitioning allocation, and further understanding of dynamic partitioning storage management and its implementation 2. Experimental Contents C language is used to dynamically distinguish the allocation and recycling processes using t ...

Posted by sdyates2001 on Mon, 06 May 2019 02:24:04 +0200