资源列表
[数据结构常用算法] liangxi
说明:求两个整数的最小公倍数的简单的算法代码,辗转相除法-Least common multiple of two integers a simple algorithm code, the Euclidean algorithm<shiwangying> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 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 y<> 在 2024-11-13 上传 | 大小:2kb | 下载: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-<陈军> 在 2024-11-13 上传 | 大小:353kb | 下载:0