资源列表

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 2656 »

[数据结构常用算法会议安排

说明:本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-code with the greedy algorithm to achieve the best arrangements for the order, its goal is to arrange the largest number of meetings, the greedy algorithm is a typical application
<汪永威> 在 上传 | 大小:1kb | 下载:1

[数据结构常用算法傅里叶级数逼近源码

说明:傅立叶级数在数字信号处理中有非常重要的应用,这里提供了傅立叶级数在C环境下的源码及其应用,对于数据处理的工程人员大有裨益。-Fourier series in the digital signal processing is a very important application, it provides Fourier Series C environment in the source and application of data processing for the engineeri
<赵凤鲜> 在 上传 | 大小:1kb | 下载:1

[数据结构常用算法排序算法汇总和比较

说明:实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习-achieved insertion sort, Hill, in order Bubble Sort, quick sort, select, in order of ranking and sculpture merge sorting, and sequencing can analyze the performance and more appropriat
<叶靥> 在 上传 | 大小:1.81mb | 下载:1

[数据结构常用算法BFSandDFS

说明:用C写的源程序功能分别是1.用DFS算法判断有向图中是否有环2.从文件中读图,用邻接链表保存信息,寻找两个结点vi,vj间的最短路径-written in C source is a function respectively. DFS algorithm used to determine whether there are plans Central 2. Interpret drawings from the file, use the adjacent Chain preservatio
<光光> 在 上传 | 大小:3kb | 下载:1

[数据结构常用算法数据结构C++语言描述

说明:经典数据结构书籍 数据结构C++语言描述 的源代码 很难找的哦-classic books data structure data structure C++ language to describe the source code is very difficult to find the oh
<李作为> 在 上传 | 大小:763kb | 下载:1

[数据结构常用算法Access password

说明:access密码破解程序, 利用VB写的ACCESS数据库密码破解程序。效果极好。-access password cracking program written in VB ACCESS database password cracking program. Very effective.
<周卫华> 在 上传 | 大小:32kb | 下载:1

[数据结构常用算法四种方法求积分

说明:四种方法求积分:runge-kutta法,crank_nicolson法,adams法,ab4-am4法,改进型ab4-am4法-four methods for ranking : Runge- Kutta method, crank_nicolson, adams, ab4- am4, improved ab4- am4 France
<叶真> 在 上传 | 大小:3kb | 下载:1

[数据结构常用算法四种差分方法求微分方程

说明:差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence
<叶真> 在 上传 | 大小:2kb | 下载:1

[数据结构常用算法BoundAndBranch

说明:我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose of the shortest path, Tree.cpp
<> 在 上传 | 大小:30kb | 下载:1

[数据结构常用算法排序算法、字典和B-树的C++语言实现

说明:排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
<罗鹏魁> 在 上传 | 大小:24kb | 下载:1

[数据结构常用算法数据结构_用VC编写_二叉排序树

说明:这是用vc编写的二叉树排序算法 希望大家多给意见 是数据结构的一种算法-vc prepared by the binary tree algorithm to hope everyone is a data structure algorithms
<代价> 在 上传 | 大小:16kb | 下载:1

[数据结构常用算法用VC编写单链表(数据结构)

说明:用VC编写的单链表 是数据结构中线性表中的一种-VC prepared by the single-linked list data structure is linear form of a
<代价> 在 上传 | 大小:852kb | 下载:1
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 2656 »

源码中国 www.ymcn.org