资源列表

« 1 2 ... .00 .01 .02 .03 .04 1505.06 .07 .08 .09 .10 ... 2656 »

[数据结构常用算法liangxi

说明:求两个整数的最小公倍数的简单的算法代码,辗转相除法-Least common multiple of two integers a simple algorithm code, the Euclidean algorithm
<shiwangying> 在 2024-10-09 上传 | 大小:1024 | 下载: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-10-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法3

说明:编程实现四种调度算法 编程实现四种调度算法: (1) 先来先服务算法 (2) 短作业优先算法 (3) 优先权算法 (4) 基于时间片的多级反馈队列算法 -Programming implement four scheduling program implement four scheduling algorithms: (1) first come first serve algorithm (2) short
<瓜哥> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法4

说明:编程实现银行家算法 通过实例模拟银行家算法实现死锁预防。 掌握银行家算法实现死锁预防的原理 要求:输入实例,能够使用银行家算法判断资源分配后是否存在安全序列。 -Programming by example simulation banker bankers algorithm deadlock prevention algorithm. Master bankers, deadlock prevention algor
<瓜哥> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法6

说明:页面置换算法理解页面置换算法,实现先进先出(FIFO)置换算法和最久未使用(LRU)置换算法。给出任意的输入流,计算置换次数。-Page replacement algorithms understand page replacement algorithm, first in first out (FIFO) replacement algorithm and least-recently used (LRU) replacement
<瓜哥> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法7

说明:编程实现SSTF算法和SCAN算法 掌握SSTF算法和SCAN算法的原理,并编程实现-Programming algorithm SSTF and SCAN algorithms SSTF and SCAN algorithms to master the principles of algorithm and programming
<瓜哥> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法1

说明:进程状态迁移.写一个程序描述进程状态迁移过程,理解进程概念、状态转换及其控制-Process state transition. The process of writing a program that describes the status of the migration process, the process of understanding the concept of state transition and its c
<瓜哥> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法2

说明:编程实现生产者消费者或读写者的同步问题 编程实现生产者消费者或读写者的同步问题,目标掌握信号量实现进程同步及其应用-Programming producers or consumers who read and write the synchronization programming producers, consumers or those who read and write synchronization problem,
<瓜哥> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法Floyd

说明:最短路径的常见算法,能够算出图中所有节点之间的最短路径(时间复杂度为o(n^3))-Common shortest path algorithm
<Lee> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法Sort

说明:常用的排序算法,包括选择排序,插入排序,归并排序,快速排序,希尔排序,堆排序-Commonly used sorting algorithm, including selection sort, insertion sort, merge sort, quick sort, shell sort, heap sort
<Lee> 在 2024-10-09 上传 | 大小:4096 | 下载:0

[数据结构常用算法24

说明:通过输入的数,进行不同方式的排列,显示出不同的结果-By entering the number, the arrangement of different ways, showing different results
<slm> 在 2024-10-09 上传 | 大小:2997248 | 下载: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-10-09 上传 | 大小:361472 | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 1505.06 .07 .08 .09 .10 ... 2656 »

源码中国 www.ymcn.org