资源列表
[数据结构常用算法] How-c-language-FLOAT-are-represented
说明:c语言中FLOAT 是如何表示的?尾数,阶码是如何在32位上安排的,即哪几位是 尾数,哪几位是阶码,那一位是符号位。-How c language FLOAT are represented? Mantissa, exponent is how 32-bit on the arrangement, that is what several of the mantissa, which is the order of a few yards, then a is the sign bit.<> 在 2025-06-18 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 6
说明:页面置换算法理解页面置换算法,实现先进先出(FIFO)置换算法和最久未使用(LRU)置换算法。给出任意的输入流,计算置换次数。-Page replacement algorithms understand page replacement algorithm, first in first out (FIFO) replacement algorithm and least-recently used (LRU) replacement algorithm. Any given input st<瓜哥> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 2
说明:编程实现生产者消费者或读写者的同步问题 编程实现生产者消费者或读写者的同步问题,目标掌握信号量实现进程同步及其应用-Programming producers or consumers who read and write the synchronization programming producers, consumers or those who read and write synchronization problem, the target volume to achieve p<瓜哥> 在 2025-06-18 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Bubble-sort-method
说明:冒泡法排序:如果有n个数,则要进行n-1趟比较。在第1趟比较中要进行n-1次两两比较,在第j趟比较中要进行n-j次两两比较-Bubble sort method: If you have n numbers, n-1 times will have to be compared. Times in comparison to the first n-1 times for any two, in comparison to the j-times nj times for pairwise co<陈军> 在 2025-06-18 上传 | 大小:353kb | 下载:0