资源列表

« 1 2 ... .87 .88 .89 .90 .91 1092.93 .94 .95 .96 .97 ... 2656 »

[数据结构常用算法shujujiegou

说明:数据结构的文件代码。 -Data structure file code. Data structure file code.
<人人> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法zuixiaoshengchengshu

说明:用数据结构生成一个最小生成树问题,c语言环境下实现之-sndhyegfvrebwveftwcv,febewyvaa rnuegyfe
<曹茂元> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法algorithm

说明:算法设计与分析相关算法的代码,算法设计与分析的课本中涉及到的算法都有,并且都通过编译-Algorithm design and analysis of the code related algorithms, algorithm design and analysis of the textbooks are involved in the algorithm, and are compiled by
<fang> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法DLL_C_InsertSort_readdata

说明:主要是对动态库的一个实现,包含读取文件中数据,插入法排序!-Is mainly an implementation of a dynamic library, read the file containing the data, insertion sort!
<张镰续> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法PolynomialNet

说明:用数据结构实现两个多项式相加,相减,相乘,其中还用到检验多项式是否正确-Data structure with two polynomial addition, subtraction, multiplication, which also used the correct test polynomial
<loli> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法Mazing-Problem

说明:迷宫问题 以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求: (1)首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。 (2)测试几组数据,数据的规模由小变大,即网格越来越小,障碍越来越复
<panbowen> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法Kruskal

说明:用完全c语言实现Kruskal算法,其中用到了存储矩阵、联通矩阵和标记矩阵,编写的很完美。-This is a C program to complish the Kruskal algorithm!
<陈露> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法TSMatrix

说明:输入一个稀疏矩阵A,由程序将其转换成三元组表存储;转置后的三元组表,由程序将其转换成矩阵形式后输出。-Enter a sparse matrix A, the program will convert it into a triple store table transposed triples table, the program will convert it into a matrix form of the output.
<冯武明> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法cprogramme

说明:一些初学者用得到的小程序,很多种c的算法,包括冒泡法,排序,添加某一个元素-Some beginners get a small program
<xiaogang> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法N-QUENE

说明:算法在前N/2个位置,利用随机算法求解,得到一个可能的排列之后,利用回溯法求解后面的布局,-Algorithm is the first N/2 positions, using a random algorithm to get a possible arrangement, the use of backtracking to solve the back of the layout,
<JLH> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法the-data-structure-of-C-code

说明:清华严蔚敏版数据结构 C代码,强烈建议学习此课程者使用-Tsinghua Yan Wei-min version of the data structure of C code
<栀子花> 在 2024-11-20 上传 | 大小:43kb | 下载:0

[数据结构常用算法2010211307-2-24

说明: 假设稀疏矩阵A和B均以三元组表作为存储结构,试写出矩阵相加(相乘—选做)的算法,另设三元组表C存放结果矩阵。 矩阵相加测试实例: 0 7 0 8 0 2 0 1 0 0 A= 4 0 0 0 5 B= 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6 0 6 0 0 -6 0 处理过程提示: 输入稀疏矩阵A和B 检测A和B能否相加 矩阵相加运算 打印运算结
<李俐贤> 在 2024-11-20 上传 | 大小:43kb | 下载:0
« 1 2 ... .87 .88 .89 .90 .91 1092.93 .94 .95 .96 .97 ... 2656 »

源码中国 www.ymcn.org