资源列表

« 1 2 ... .32 .33 .34 .35 .36 2237.38 .39 .40 .41 .42 ... 2656 »

[数据结构常用算法c

说明:运用贪心策略实现多机调度问题(c语言版)-Using the greedy strategy to realize multi machine scheduling (C language version)
<weixiaobao> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法shujujiegoukejian

说明:数据结构重要课件,介绍了所有数据结构课程的相关算法原理-Important courseware data structure, this paper introduces the principle of all relevant algorithm of data structure course
<王一> 在 2025-06-17 上传 | 大小:24.55mb | 下载:0

[数据结构常用算法xiti

说明:数据结构习题,与课本内容配套使用,能够极大的辅助学习-Data structure problem sets, and textbook content, greatly assisted learning
<王一> 在 2025-06-17 上传 | 大小:598kb | 下载:0

[数据结构常用算法BiTree

说明:二叉树的实现,根据输入序列自动生成一颗二叉树,可以对生成的二叉树进行遍历和增删节点!-Binary tree implementation, based on the input sequence automatically generates a binary tree, you can generate a binary tree traversal and deletions node!
<飞天狐> 在 2025-06-17 上传 | 大小:6kb | 下载:0

[数据结构常用算法erfge

说明:C++源代码单词扫描程序,编译原理的 实验-C++ source code word scanner
<的言论> 在 2025-06-17 上传 | 大小:1017kb | 下载:0

[数据结构常用算法rumen

说明:关于ACM模板的差不多全部记录,仅供学习和参考-ACM template on almost all records, learning and reference purposes
<yayu> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法strassen

说明:Java实现Strassen大矩阵乘法,内有说明文档-Big Java implementation Strassen matrix multiplication, there are documented
<杨哇嘎> 在 2025-06-17 上传 | 大小:142kb | 下载:0

[数据结构常用算法manage

说明:设计一个实用的小型校园信息管理系统,其中涉及到3个主体:学生、教师和课程。教师之间选择的课程互不重复,学生之间选择的课程可以重复。教师的功能可以录入成绩、修改成绩、统计该课程的平均成绩以及显示相关信息。学生的功能除了选择课程外,还可以查询每门课的成绩和自己的平均成绩以及显示相关信息。-Designing a practical small campus information management system, which involves three main: students, teac
<刘金星> 在 2025-06-17 上传 | 大小:1.65mb | 下载:0

[数据结构常用算法cPP-experience

说明:c++课程学习,涵盖c++学习的所有基本实验!含有求水仙花数、完数、类与对象、继承与派生等!-c++ course of study, experiments largest integrated!
<刘金星> 在 2025-06-17 上传 | 大小:265kb | 下载:0

[数据结构常用算法huffman

说明:霍夫曼编码(Huffman Coding)是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。-Huffman coding (Huffman Coding) is an encoding is a lossless data compression entropy coding (right encoding) for the algorithm.
<刘金星> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法BInsertSort

说明:折半插入排序在查找记录插入位置时,采用折半查找算法 折半查找比顺序查找快, 所以折半插入排序在查找上性能比直接插入排序好 -Binary insertion sort to find records insertion position, using a binary search binary search algorithm is faster than the sequential search, binary insertion sort on so look better pe
<郑白> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法QuickSort

说明:任取待排序记录序列中的某个记录(例如取第一个记录)作为基准(枢),按照该记录的关键字大小,将整个记录序列划分为左右两个子序列: 左侧子序列中所有记录的关键字都小于或等于基准记录的关键字 右侧子序列中所有记录的关键字都大于基准记录的关键字 -Take any sequence of records to be sorted in a record (for example, take the first record) as a reference (pivot), in accor
<郑白> 在 2025-06-17 上传 | 大小:1kb | 下载:0
« 1 2 ... .32 .33 .34 .35 .36 2237.38 .39 .40 .41 .42 ... 2656 »

源码中国 www.ymcn.org