资源列表

« 1 2 ... .48 .49 .50 .51 .52 953.54 .55 .56 .57 .58 ... 2656 »

[数据结构常用算法FIFO-c

说明:操作系统先来先服务调度算法模拟(C描述)-Operating a first-come first-served scheduling simulation (C descr iption)
<olivejy> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法backpack-ga-algorithm

说明:背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
<olivejy> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法schedule

说明:短作业优先调度算法(C++代码)对于学习调度的人在编算法时会有帮助-Short job first scheduling algorithm (C++ code) for people to learn scheduling algorithms will be helpful in preparing
<olivejy> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法chapter1

说明:python exercise from MIT web courses
<Rui> 在 2025-06-15 上传 | 大小:6kb | 下载:0

[数据结构常用算法tree

说明:数据结构重点——数与二叉树的详细教学资料-Key data structures- binary number and details of teaching materials
<Lynn> 在 2025-06-15 上传 | 大小:304kb | 下载:0

[数据结构常用算法table_single

说明:顺序表和单链表分别实现集合的并,交,差以及对称差运算-Order to achieve the table and set of single chain, respectively, intersection, difference and symmetric differential operators
<邹蓉> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法jiheyusuan

说明:本文件为,实现数组及数值的集合运算的代码。-This document is to achieve the set of the array and numerical computation code.
<邹蓉> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法ALGO3-9

说明:用递归函数求解迷宫问题(求出所有解) 只是一个程序 已经编译通过 有详细的注释-Recursive function to solve maze problems (all the solutions obtained) is a program has been compiled through detailed notes
<王世海> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法ch03

说明:打印出所有的1-1000之间所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153-Between all of the 1-1000 print all of the " Narcissus number" , the so-called " Narcissistic number" refers to a three-digit, the number of its Members and equal to the n
<庄志聪> 在 2025-06-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法Text1

说明:一个统计学生成绩的程序,要求输入10个学生5门功课的成绩,分别用子函数求出:(1)每个学生的平均分;(2)每门功课的平均分;(3)找出最高分所对应的学生和功课-A statistical procedure for student achievement, asked to enter the 10 students five homework results were obtained with Functions: (1) The average score for each student
<Candy> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法RedBlackTree

说明:红黑树、二叉搜索树的实现和性能比较。因为实验要求指定了输入哪些数据,所以在实现时我用了一个数组将所有的数据保存到内存里,然后直接调用插入和删除操作,这样就不再需要用户输入数据,省去了输入数据的麻烦。删除操作也是在程序里直接调用的,不要用户输入。-red black tree
<何雯> 在 2025-06-15 上传 | 大小:246kb | 下载:0

[数据结构常用算法lcs

说明:最长子序列,问题描述: 随机生成小于等于n的自然数的一个序列,输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3,即长度为3的递增子序列。 -lcs
<何雯> 在 2025-06-15 上传 | 大小:180kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 953.54 .55 .56 .57 .58 ... 2656 »

源码中国 www.ymcn.org