搜索资源列表
5地图染色d
- 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C + + MFC map rendering issues. The use of Document / View model MFC applications.
DLList
- 基于C语言的数据结构算法,双向链表定义函数.-based on the C-language algorithm data structure, two-way linked list defined functions.
C_algorithm
- 一些基于C语言平台上的常用算法程序集打包下载-some C language platform based on the algorithm used to download procedures set packing
kmeans
- 基于c++的k-means算法,效果比较明显。
theshortestroad
- 基于C++的简单最短路径求法 主要解决起讫点不同的问题
Exam3
- SSD6卡耐基梅陇大学考试3满分答案 SSD6 数据结构 基于C++ 作为大学期间最重要的一门课程额
MPI_QuickSort.并行快速排序算法
- 并行快速排序算法,基于MPI 2.0 c语言实现,注释很清楚明确。,Parallel QuickSort base on MPI 2.0 in C language.
LBM 多孔介质 C++程序
- 多孔介质内自然对流的LBM模拟程序,采用C++语言编写,基于Guo等人的模型开发,能够用于模拟多孔介质内的流动与传热问题。
CampusMap
- 数据结构的课程设计 共18页 基于C语言-Data structure of the curriculum design a total of 18 based on the C language
paixu
- 基于C++的排序各种排序操作,包括快速排序,shell排序,随机排序,选择排序等-C++ based on a variety of sort of sorting operation, including the quick sort, shell sort, random order, select Sort, etc.
DataStructureWithC
- 基于C语言的数据结构算法描述,包括常用的基础算法,适合初学者使用。-Based on the C language descr iption of the data structure algorithms, including the commonly used basic algorithm, suitable for beginners to use.
MyStackss
- 基于C++实现的数据结构中 顺序栈的类 基本功能 -Using C++ language in order to prepare the data structure stack type basic operation
c
- 一些基于C的一个小算法,适合无聊时学习使用。例如汉诺塔问题,魔术师问题-A small number of C-based Algorithm for learning to use when bored. Such as Tower of Hanoi problem, magician problems, and so
Intelligent_computer_mouse_program
- 基于C语言的智能电脑鼠搜索迷宫程序,是可直接参赛的程序-C language based search of intelligent computer mouse maze procedure is directly participating in the program
xueji-c
- 基于c语言的数据结构的学籍系统(线性表)生成、插入、删除的c程序源代码。-C language data structure based on the enrollment system (linear form) to generate, insert, delete the c program source code.
c
- 基于C语言的线性表链式存储算法。也是对线性表链式存储的探索-C-based linear chain table storage algorithm
基于C语言的MELP算法实现
- 用C语言实现MELP(混合激励线性预测)算法的源码
51CTO下载-数据结构(C#语言版)
- 用于学习数据结构方面的知识,本书是基于C#语言的(For learning data structure knowledge, this book is based on the C# language)
最大m子段和
- 这是一个解析数据结构合算法的经典案例,经过自己的思考而写出新代码,这是基于C语言的(This is a classic parsing data structure cost-effective method, and through their own thinking and write new code, which is based on the C language)
QuickSort
- 改进的基于c++的快速排序算法排序算法大体可分为两种: 一种是比较排序,时间复杂度O(nlogn) ~ O(n^2),主要有:冒泡排序,选择排序,插入排序,归并排序,堆排序,快速排序等。 另一种是非比较排序,时间复杂度可以达到O(n),主要有:计数排序,基数排序,桶排序等。(Improved fast sorting algorithm based on C ++)
