资源列表
[数据结构常用算法] mlfzuijindui
说明:4蛮力法求解最近对问题 4蛮力法求解最近对问题-4 brute force method to solve the problem brute force method for solving the problem<zx> 在 2025-09-02 上传 | 大小:128kb | 下载:0
[数据结构常用算法] Algorithms-of-MIT_PART1
说明:这是麻省理工学院的关于算法方面的介绍,是比较好的学习资料。-This is MIT on the introduction of the algorithms is a good learning materials.<王博> 在 2025-09-02 上传 | 大小:1.45mb | 下载:0
[数据结构常用算法] matrix-cookbook
说明:这是一本矩阵方面的知识的学习资料,这个资料比较全面的介绍矩阵方面的一些变换和计算,值得一看。-This is a matrix of knowledge, learning materials, and this information is relatively comprehensive introduction to some transformation matrix and calculation, worth a visit.<王博> 在 2025-09-02 上传 | 大小:374kb | 下载:0
[数据结构常用算法] precision--calculation
说明:ACM辅导资料,还有一些cdoj上的题目。模拟与高精度计算。-The ACM counseling information, there are some topics on cdoj. Analog with the precision of calculation.<kk> 在 2025-09-02 上传 | 大小:99kb | 下载:0
[数据结构常用算法] select_sort
说明:/*选择排序 *从待排序的数中找到最小的元素,放到第一个位置, *从剩下的n - 1个元素中找到最小的元素,放到第二个位置, *依次下去,直到n - 1个元素。 *每次排序都会在待排序的元素中找出一个最小的值放到待排序的数的首段。 */-/* Sort select* find the smallest element from the number to be sorted, and placed in the first position, find the smalle<雷海军> 在 2025-09-02 上传 | 大小:1kb | 下载:0