资源列表

« 1 2 ... .53 .54 .55 .56 .57 458.59 .60 .61 .62 .63 ... 2656 »

[数据结构常用算法process

说明:编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值
<黄强> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Push_Pop

说明:Push and pop functions
<Pedro> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法bstree

说明:分别构建函数,实现二叉排序树的创建,插入数据,删除结点-Constructing function, the realization of the binary sort tree creating, inserting data, deleting node
<王文超> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法arithmetic

说明:四则运算,可以实现加减乘除的三元运算,可修改为四元运算-Arithmetic, can realize the add, subtract, multiply and divide the ternary, can be changed for four yuan operations
<yue> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法HeapSort

说明:数据结构 有中文注释 源代码 堆排序-data structure source code heap sort
<asdf> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法N-Queens-problem

说明:N皇后问题回溯算法,算法质量高,参加ACM的同学,喜欢C算法的同学可以研究一下-N-Queens problem backtracking algorithm, the algorithm of high quality, to participate in the ACM students, students like C algorithm can be studied
<杨龙飞> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Level-traversing-a-binary-tree-

说明:层次遍历二叉树(顺序结构) 注意:此代码仅演示层次遍历二叉树(顺序结构),并不考虑诸多细节, 感兴趣的可自行修改-Level traversing a binary tree (order structure) Note: This code only demonstrates the level traversing a binary tree (order structure), does not t
<富宇> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法circular_buffer

说明:使用C语言实现一个循环缓冲区,用于生产者和消费者。-circular buffer
<bibiru> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法merge

说明:这个源代码包含递归合并和迭代合并两种算法,方便初学算法分析成员,希望站长验收下!-The source code contains a recursive consolidation and iterative combination of two algorithms, convenient beginner Algorithm members, I hope the owners acceptance under
<cyy> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dynamic-programe

说明:这个程序描述的是动态规划算法,方便初学算法分析的成员参考。-This procedure describes the dynamic programming algorithm, a member of reference convenient beginner algorithm analysis
<cyy> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra 算法的实现,数据结构作业.C++ 实现-Dijkstra the homework of Data Structure
<徐昊> 在 2025-01-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法Sapin

说明:exemple of tree with texture
<masaryk> 在 2025-01-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 458.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org