资源列表

« 1 2 ... .35 .36 .37 .38 .39 2540.41 .42 .43 .44 .45 ... 2656 »

[数据结构常用算法Seqlist

说明: 建立含有若干个元素的顺序表; 对已建立的顺序表实现插入、删除、查找等基本操作。 -Contains a number of elements in the order table established sequence table insert, delete, find basic operations.
<ruzi> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法string-line

说明:线性表的一些简易操作:建表、插入、删除、查找、逆置、显示、销毁,使用主函数测试。 创建表L 依次插入元素5,6,8,9,3,14后,显示表中所有元素 查找元素9的位置i,并删除位置i的元素9 逆置表元素后,再显示 销毁表-some simble actions on string lines under Visual C++.
<> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Students_GradeManager

说明:用c简单实现了一个学生成绩管理系统,结构简单,意思明了-A student performance management system, c simple structure is simple and clear meaning
<小易> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法GuangyiErChaShu

说明:由广义表形式的输入建立二叉链表,用递归算法实现的,很有参考价值 -Establish generalized the form of input binary list recursive algorithm of great reference value
<小易> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法linelist1

说明:数据结构中线性表的算法实现,功能包括线性表的初始化、插入和删除等-The algorithm linear table data structure, function including linear table initialization, insert, and delete
<> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法kmeans

说明:数据挖掘中的聚类算法,为k均值算法,算比较经典的算法-Clustering algorithm in data mining, considered a classic algorithm for k-means algorithm
<周小波> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法beyes

说明:数据挖掘中的聚类算法,为朴素贝叶斯算法,算比较经典的算法-Clustering algorithm in data mining, Naive Bayes algorithm, considered classic algorithms
<周小波> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法bubble

说明:簡單實用的 C 語言 bubble 排序法-The basic bubble sort in C language
<ander> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法maze

说明:分治算法,走迷宫问题,0可通过,1不可通过。-Divide and conquer algorithms, Maze problem by, not by.
<林洁> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法lab-2

说明:汽车加油行驶问题。线性规划与网络流24题之一,44ms过OJ。具有一定的参考性。-Car refueling traveling. Linear programming and network flow to one of the 24 questions, 44ms Accpted at OJ. Reference.
<俞风英> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法222

说明:学生管理系统,使用二叉树,使用广度优先遍历-Student management system
<zhangning> 在 2024-12-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法ZeroOnePack

说明:分支界限法求解0-1背包问题。有N件物品和一个容量为V的背包,第i件物品的费用是c[i],价值是w[i],求解将哪些物品装入背包可使这些物品的费用总和不超过背包容量,且价值总和最大。-Branch and bound method for solving 0-1 knapsack problem. N items and a capacity V of the backpack, the cost of items i C [i], t
<郝既得> 在 2024-12-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .35 .36 .37 .38 .39 2540.41 .42 .43 .44 .45 ... 2656 »

源码中国 www.ymcn.org