资源列表
[数据结构常用算法] translation
说明:全国交通算法,求最短路径,最省时间,最少工作量. VC开发的,很有借鉴意义-National transport algorithm for the shortest path, least time, at least workload. VC developed referential significance<蒋小轲> 在 2024-11-02 上传 | 大小:223232 | 下载:0
[数据结构常用算法] Insert_sort
说明:void insert_sort(int *a,int n) { if(n==1) return insert_sort(a,n-1) int temp=a[n-1] for(int i=n-2 i>=0 i--) { if(temp<a[i]) a[i+1]=a[i] else break } a[i+1]=temp }-void in<Katherine> 在 2024-11-02 上传 | 大小:223232 | 下载:0
[数据结构常用算法] DataStructCode
说明:很好的数据结构代码,我调试过没有问题,从最基本的链表到图算法都有-Good data structure code, I had no problems debugging, from the most basic graph algorithms are linked to<李寅斌> 在 2024-11-02 上传 | 大小:223232 | 下载:0
[数据结构常用算法] concurrent-data-structures.pdf.tar
说明:Concurrent data structures.<Ak> 在 2024-11-02 上传 | 大小:223232 | 下载:0
[数据结构常用算法] Qeuing-simulation-sysem
说明:queuing simulation system theory and the solution for some problem that will stop you for bullding-queuing simulation system theory and the solution for some problem that will stop you for bullding<george barakat> 在 2024-11-02 上传 | 大小:223232 | 下载:0
[数据结构常用算法] zhebanchazhao
说明:用c++实现的折半查找算法,简单明了-C++ binary search algorithm is simple.<haung> 在 2024-11-02 上传 | 大小:223232 | 下载:0
[数据结构常用算法] The-similarity-calculation-string
说明:一个关于--计算字符串的相似度--的经典算法实现与分析-A string of calculation about-similarity of classical algorithm to realize-and analysis<kklljj> 在 2024-11-02 上传 | 大小:223232 | 下载:0
[数据结构常用算法] The-experiment
说明:某学校对教职工每月工资的计算规定如下:专职教师固定工资2000,再加上课时补贴20元/课时;行政人员只有固定工资3000元/每月;兼职教师只有课时补贴50元/课时。-A school staff monthly wage calculation rules are as follows: fixed salary of full-time teachers, plus a subsidy of 20 yuan/class class<郭培源> 在 2024-11-02 上传 | 大小:223232 | 下载:0