搜索资源列表
TeristBetal
- 自己编写的俄罗斯方块小程序。该程序与网络上其他程序不同,本程序是完全采用C++编写的控制台下的程序,而非窗口程序,虽然不华丽,但是非常适合初学者学习算法和基本C++知识。-own sheet prepared by the Russian small programs. The program networks with various other procedures, the procedures are completely prepared by the C procedures und
kmeans
- 这是基本的k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码,希望对大家有所帮助。-This is the basic k-means algorithm is a pattern recognition classification of polyethylene, which is used to achieve its algorithm C Following is the source code, I hope all of you to help.
math
- 关于组合数学的算法包括基本的递推,卡特兰数等经典的数-On the combination of mathematics, including basic recursive algorithm, the number of classic Cartland few
SeqList
- 顺序表的基本操作,也是算法的实验,符合实验的基本要求,有详细注释-The basic operation of the order form as well as the experimental method, in line with the basic requirements of the experiment, detailed notes
hannuo
- 基于VC实现了汉诺塔的基本算法,并且显示了算法运行的过程。-Tower of Hanoi-based VC implements the basic algorithm, and shows the process of running the algorithm.
sort
- 各种排序算法的基本实现 插入排序 快速排序 希尔排序 {-The basic realization of the various sorting algorithms
8queens_by_MFC
- 用回溯算法MFC实现八皇后问题 不仅展示了使用Microsoft基础类的基本知识 而且也是MFC应用程序的起点 -Backtracking algorithm using MFC to achieve the eight queens problem is not only demonstrated the use of basic knowledge of Microsoft Foundation Classes MFC applications, but also the sta
BiSortTree
- 在学习数据结构课程是二叉排序树的基本操作算法实现-binary sort tree
Graph
- 在学习数据结构课程是图的操作基本算法实现-graph
HuffmanCoding
- 在学习数据结构课程是哈夫曼编码的操作基本算法实现-Huffman
AlgoTimer
- 数据结构中的ADT timer程序,上传了源代码和基本的算法-The introduction of abstrct data stucture ,hope you enjoy int
shuzhisuanfa
- 实现数值分析中的一些基本算法,Jacobi、Gauss、Gauss-Seidel、拉格朗日插值以及列主元高斯消去发等-Some of the basic algorithm in numerical analysis
shu
- 二叉树的基本操作算法,实现了二叉树的基本操作!-The basic operation of the binary tree algorithm to achieve the basic operation of a binary tree!
Newton
- 此程序实现了利用牛顿迭代法解方程的算法,重要的是利用牛顿迭代法的基本原理,通过编程算出了最后的解-This program implements the algorithm using Newton iterative method of solving equations, newton method basic principle, be programmed to calculate the final solution
lianbiao
- 链表基本操作算法,包括插入,删除,自己编的,可以借鉴-Linked lists basic operation algorithms, including insert, delete, and made themselves, can learn from
DSAAIC
- Mark ALLEN Weiss的著名书籍数据结构与算法分析里面的源代码,包括基本的数据结构,如链表、栈、队列、堆、树、AVL树、红黑树、各种排序算法.-Mark ALLEN Weiss' s famous book data structure and algorithm analysis inside the source code, including basic data structures such as linked lists, stacks, queues, heap,
sort
- 数据结构排序问题,一些基本的排序算法的C语言实现。-The sort of data structures.
quick-sort
- 基本排序算法,快速排序的c语言版本,适合新手学习。-Basic sorting algorithm, quick sort c language version, suitable for beginners to learn.
sortb
- 8种基本排序算法的排序过程的动态演示,以及不同排序算法的对比,冒泡、快速、直接插入、归并、希尔、基数、选择、堆排序,其中堆排序有树状图演示,每个排序过程都有核心代码同步演示。-The dynamic demonstration of the sorting process of eight basic sorting algorithms, and the comparison of different sorting algorithms, bubbling, quick, direct in
Astar-example-1
- A*是一种基本的路径规划算法,本程序提供了A*的一个例子,初学者可以通过代码学习A*的原理。-A* is a basic path planning algorithm, this program provides an example of A*, beginners can learn the principle of A*.