资源列表

« 1 2 ... .64 .65 .66 .67 .68 2269.70 .71 .72 .73 .74 ... 2658 »

[数据结构常用算法calculator

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

[数据结构常用算法hash

说明:这是用哈希表实现的学生信息管理系统的程序。提供添加、删除、查找和显示学生信息以及清屏的功能。-This is achieved using a hash table of student information management system procedures. Provide add, delete, search and display student information and clear screen functio
<林雨> 在 2024-05-13 上传 | 大小:290816 | 下载: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-05-13 上传 | 大小:7168 | 下载:0

[数据结构常用算法sporting

说明:运动会雏形,希望大家见谅,可以查看男女生项目成绩-Games prototype, I hope you will forgive me
<姚易> 在 2024-05-13 上传 | 大小:3072 | 下载:0

[数据结构常用算法sort_and_search

说明:几个重要的排序算法(插入,冒泡,选择及快排等)和查找算法(普通查找,二分查找)-Several important sorting algorithms (insertion, bubble, selection and fast scheduling, etc.) and search algorithms (general search, binary search)
<李彦宏> 在 2024-05-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法querybus

说明:公交查询系统。利用c语言,数据结构做出。-Bus query system. Using c language, data structure.
<lxd> 在 2024-05-13 上传 | 大小:568320 | 下载:0

[数据结构常用算法Floyed-Huffman-prim

说明:算法设计与分析课程中常用的一些算法,包括Floyed算法,Huffman算法、prim算法,单源最短路径算法,分数背包问题-Algorithm Design and Analysis course some commonly used algorithms, including Floyed algorithm, Huffman algorithm, prim algorithm, single-source shortest path
<liyuqin> 在 2024-05-13 上传 | 大小:540672 | 下载:0

[数据结构常用算法Lcs

说明:求最长公共子序列。本算法使用动态规划算法,解得最长公共子序列问题。-Find the longest common subsequence. The algorithm uses a dynamic programming algorithm, the solution was the longest common subsequence problem.
<wutong> 在 2024-05-13 上传 | 大小:1024 | 下载:0

[数据结构常用算法k-means

说明:k-均值聚类算法(C语言实现): 给定类的个数K,将N个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-k-means clustering algorithm (C language): given the number of classes K, N objects will be assigned to the K class, making the class the biggest similar
<> 在 2024-05-13 上传 | 大小:2048 | 下载:0

[数据结构常用算法Linear-table-_-leading-chain-said

说明:将第一个结点作为一个特殊的结点,不用来存储数据的链表-The first node as a special node is not used to store data list
<于渊> 在 2024-05-13 上传 | 大小:275456 | 下载:0

[数据结构常用算法Linear-table-_-endless-chain-said

说明:不创建头结点的链表。满足以下功能:列举表元素,插入、删除元素,清空表,查询元素值,查询元素位置,列举前驱元素,列举后继元素,退出程序。-Do not create a head node of the list. Meet the following functions: lists of elements, insert, delete elements, empty table, query element values, quer
<于渊> 在 2024-05-13 上传 | 大小:12288 | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 2269.70 .71 .72 .73 .74 ... 2658 »

源码中国 www.ymcn.org