搜索资源列表
c++算法与数据结构
- ----c++算法--与--数据结构----- ----c++算法--与--数据结构-Data Structures and c++ Algorithms
C Algorithm_配套源码Robert Sedgewick
- 这是Donald Kunth(计算机科学学术界最最有名的大师级人物,曾获图灵奖及其他无数科技奖项)的弟子Robert Sedgewick的名著C算法一书的配套源码-Kunth (computer science academic gurus of the most famous figures, won the Turing Award and countless other technology awards) Robert Sedgewick the disciples of the fam
C算法程序v2_-徐士良
- 常用算法的C语言描述。里边算法非常详尽。解压即可使用。-common algorithms described in C language. Inside algorithm very detailed. Decompression can be used.
经典算法
- 最经典的C算法,有简单的也有难的,算法极其精妙-classic C algorithms, it is simple difficult, the algorithm is extremely exquisite
C-Alg
- c算法在众多的编程思想中应用频率很高的 能够掌握并加以强化练习,对程序员来说是极为有利的_-c algorithm in a number of application programming thinking of the high frequency to be able to master and strengthening exercises, the programmer is highly favorable _
C算法常用源码
- 里面包含C语言常用算法的大量的源代码和资料-containing the C language commonly used algorithm of the source code and information
Alpha_Beta剪枝算法
- C++实现了Alpha_Beta剪枝算法,对于给定的Alpha_Beta博弈树,使用Alpha_Beta剪枝算法对其进行剪枝,输出剪掉的结点。
c语言经典数据结构算法
- c语言数据结构经典的算法,完整程序!
C常用算法程序集
- C常用算法程序集源程序和电子书
MPI_QuickSort.并行快速排序算法
- 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
几个C语言数据结构算法的例子
- 几个C语言数据结构算法的例子,- Some data structure algorithmic code writed by C language
tin 三角网的生长算法
- 三角网的生长算法,turbo C 运行环境。
LBM 多孔介质 C++程序
- 多孔介质内自然对流的LBM模拟程序,采用C++语言编写,基于Guo等人的模型开发,能够用于模拟多孔介质内的流动与传热问题。
fft算法
- c语言编写的频谱计算测试程序,可将其用于工程中
C-algorithm
- C算法程序集的第二版的原程序,包含有几佰个最常运用到的子程序和算法-C algorithm for assembly of the second version of the original program, where hundreds of the most frequently contain routines and algorithms applied to
C
- 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
C++paixu
- 编写一个程序,用菜单选择各种排序算法,对所给数据进行排序,并显示排序前与排序后的结果。-The preparation of a program, using menu to select a variety of sorting algorithms, to data of the sort, and display the sort order before and after results.
Miller-Rabin-c
- 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
suanfadaquan
- 数据结构的算法大全,里面有很多算法的代码,全部是用C语言写的。-Data structures algorithms Daquan, there are many algorithms of code, all is written in C language.
c-algorithms-1.2.0
- 里面实现了C常用的数据结构算法,像AVL树,链表,二叉树等。-C which implements common data structure algorithms, such as AVL trees, linked lists, binary trees and so on.