资源列表

« 1 2 ... .07 .08 .09 .10 .11 2012.13 .14 .15 .16 .17 ... 2656 »

[数据结构常用算法Polynomial

说明:用C++类的思想实现一个多项式,实验课作业,包括三个文件,头文件,源文件,测试文件。-The realization of a polynomial, experimental course work, including three files, header files, source files, test file with the thought C++ class.
<张勇> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法SortAlgorithm

说明:8中排序算法的C实现(冒泡、插入、选择、堆排序、归并排序、快速排序、基数排序)-8 sorting algorithm implemented by C
<> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法SanYuanZu_20131029110238

说明:假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N 为本结点的元素,P 为其父结点,L 指示N 为P 的左孩子,R 指示N 为P的右孩子。试写一个建立二元树的左右链表示算法,并实现先根、中根、后根以及层序遍历算法。-Suppose a hierarchical top-down, left to right to enter a triple each node (N, P, L/R). Wherein
<凉茶> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法nc

说明:newton-contes求积分MATLAB代码实现-Newton-contes MATLAB code implementation.
<龚琛> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法adsprograms

说明:SJNKJFJKDKNV SKVDKSNKVNKXNVKNKD
<Prabhat> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法quicksort

说明:快排算法的改进,当子问题规模小于k时使用简单插入排序算法,可以减小快排的运行时间-Fast row improved algorithm, when the scale of the problem child of less than k using a simple insertion sort algorithm can reduce the running time of fast row
<宋frost> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法SortingBinaryTree

说明:用C++实现排序二叉树的建立以及排序二叉树的查找、插入、删除。带注释,简洁明了。-Use c++ to build up a sorting binary tree,and its search,insert and delete.
<Jerry> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法Stack-and-Queue-

说明: 1.熟悉堆栈这种特殊线性结构的特性; 2.熟练并掌握堆栈在连接存储结构下的基本运算; 3.熟悉队列这种特殊线性结构的特性; 4.熟练并掌握队列在循环存储结构下的基本运算。-1 familiar with the characteristics of the special linear structure of the stack 2 skilled and master the basic operation
<chenchen> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法Dijkstras

说明:Python implementation of Dijkstra s Algorithm
<neelabh> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法power-flow

说明:forward backward power flow
<navid> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法Arithmetic-expression-evaluation

说明:[问题描述] 表达式计算是实现程序设计语言的基本问题之一。也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法或转换成后缀表达式方法对算术表达式进行求值的过程。 [基本要求] 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用中缀表达式向后缀表达式转换的方法,实现对算术四则混合运算表达式的求值。-Expression computing is to achieve one of the basic pr
<Vicki Cui> 在 2024-11-01 上传 | 大小:2048 | 下载:0

[数据结构常用算法coding

说明:《数据结构》 第8次上机题目 ( 排序 练习 ) 1.实现插入、交换、选择、归并等简单排序算法; 2.实现快速排序算法; 3.实现堆排序算法; 4.实现基数排序算法 (选做题)。 - Data Structure eighth title on the machine (sorted exercises) 1. Achieve insertion, exchange, selection, merging an
<lala> 在 2024-11-01 上传 | 大小:2048 | 下载:0
« 1 2 ... .07 .08 .09 .10 .11 2012.13 .14 .15 .16 .17 ... 2656 »

源码中国 www.ymcn.org