资源列表

« 1 2 ... .15 .16 .17 .18 .19 1620.21 .22 .23 .24 .25 ... 2656 »

[数据结构常用算法Dijkstra(cPP)

说明:Dijkstr数值算法,求解网络流的最短路径算法-Dijkstr numerical algorithm for solving the shortest path algorithm for network flow
<汪玲> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法Aircraft-ticketing-system

说明:通过此系统可以实现如下功能: 录入:可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 查询:可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 可以输入起飞抵达城市,查询飞机航班情况; 订票:(订票情况可以存在一个数据文件中,结构自己设定) 可以订票,如果该航班已经无票,可以提供相关可选择航班; 退票: 可退票,退票后修改相关数据文
<邓秋希> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法tree

说明:数据结构,堆栈操作,二叉树建立、遍历操作,哈夫曼树输入、编码译码-Data structures, stack operations, build a binary tree, traversal, Huffman tree input, coding and decoding
<yangd> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法link

说明:单链表是一种顺序存取的结构,为找第 i 个数据元素,必须先找到第 i-1 个数据元素。因此,查找第 i 个数据元素的基本操作为:移动指针,比较 j 和 i -Linked list structure is a sequential access for the data elements to find the first i must first find the first i-1 data elements. Therefore
<zn> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法red_black_tree

说明: red black tree in c code
<joeshmo> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法traversal-of-binary-tree

说明:二叉树的三种遍历的C#实现 能够在.net环境下执行-binary tree traversal traversal of binary tree
<> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法SOR

说明:松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel itera
<陈倩倩> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法qfile

说明:以数据结构记录模式,快速读写二进制文件,便于数据存储与检索-write file
<zhangjunning> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法FFT

说明:快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得。-Fast Fourier transform, discrete Fourier transform is a fast algorithm, which is the discrete Fourier transform of the odd, even, true, real and other characte
<erik> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法03

说明:《妙趣横生的算法》第三部分原书附带代码程序,绝对属实-" Algorithm for fun," the third part of the original program with the code, the absolute truth
<旺旺> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法DE.python

说明:Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Pytho
<谷琼> 在 2024-11-10 上传 | 大小:4kb | 下载:0

[数据结构常用算法bahuanhou

说明:这是一个关于八皇后的c++源程序,非常适合初学者学习,简单易懂-This is an eight queens on the c++ source, very suitable for beginners to learn, easy to understand
<邹杰> 在 2024-11-10 上传 | 大小:4kb | 下载:0
« 1 2 ... .15 .16 .17 .18 .19 1620.21 .22 .23 .24 .25 ... 2656 »

源码中国 www.ymcn.org