资源列表

« 1 2 ... .78 .79 .80 .81 .82 1483.84 .85 .86 .87 .88 ... 2656 »

[数据结构常用算法Kuskal

说明:寻找最小生成树的贪心算法,一个能可靠运行的VC++程序-a Kuskal project writed using vc 6.0
<wangjingyu> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法datastruct

说明:常用数据结构代码,包括哈希表、链表、队列、二叉树等!-Detailed examples of the use of Datastruct
<封帛> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法Sort

说明:自己写的关于排序的算法实现,包括插入,快速, 选择, 归并排序-Algorithm about sort , including: insertion sort,quick sort, selecting sort, merge sort
<lishengze> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法Campus-tour-guide-system

说明:数据结构课程设计源代码 校园景点路线导航系统实例源代码 -Data structure curriculum design source code campus attractions route navigation system source code examples
<yangbin> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法DoubleLinkList

说明:一个简单的双向链表的小程序,实现了增加和删除节点的功能。-A simple two-way chain table of small program, realized the function of add and remove nodes
<付焕> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法calculator

说明:递归下降计算表达式。支持浮点数与字符串的运算。支持三目运算符(?:)-Recursive descent calculation expression. Support for floating-point arithmetic and string. Support ternary operator (? :)
<amlo> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法SingleList

说明:本段代码主要实现单链表的逆置功能,此外提供对单链表的其他操作有插入、删除、更新和显示等。-This code is mainly to achieve a single set list of inverse functions, in addition to providing a single list of other actions have to insert, delete, update, and display.
<林雨> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法BinaryTree

说明:实现二叉树的构造程序。二叉树由一个根节点和根节点上的左子树和右子树组成。该段代码能够构造一个二叉树并计算节点数目、树的高度以及显示节点。-Procedures to achieve binary tree structure. From left sub-tree of a binary tree root and root on the composition and the right subtree. This code can
<林雨> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法6226754PLANEFEM

说明:PROGRAM PLANEFEM IMPLICIT REAL*8(A-H,O-Z) CHARACTER*80 LINECHAR,NEWLINECHAR COMMON A(30000),L(4000) COMMON /SOL/NPOIN,NELEM,NTYPE,NMATS OPEN(5,FILE= FEMDATA ,STATUS= OLD ) OPEN(6,FILE= FEMOUT ,STATUS= U
<张蕊> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法String

说明:使用C++/C语言实现的String类,对于数据结构的学习有所帮助。-Using C++/C language implementation of the String class for learning data structures helpful.
<xuezheng> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法sorting

说明:使用C++/C语言实现的排序算法,希望对数据结构学习者有帮助。-Sorting algorithm using C++/C language, and I hope to help the learner data structure.
<xuezheng> 在 2024-10-10 上传 | 大小:7168 | 下载:0

[数据结构常用算法LEAST-SQUARE-BASED-svd

说明:基于l1,l2 NORM 的最小二乘法,岭回归等算法,懂的人一看就知道好用,利用SVD进行计算的-Based on L2, NORM L1 least square method, ridge regression and other algorithms, the people who understand the good use, the use of SVD for calculation
<wyl> 在 2024-10-10 上传 | 大小:7168 | 下载:0
« 1 2 ... .78 .79 .80 .81 .82 1483.84 .85 .86 .87 .88 ... 2656 »

源码中国 www.ymcn.org