资源列表
SLIQ
- sliq算法详细介绍 包括算法 优缺点等
solution_to_Euler_Road
- 求解混合图欧拉回路,并输出一种解法。里面带有测试例子和相关图示。-The code to solve Euler circuit in mixed graph. It also contain the test data.
ComputingforNumericalMethodsUsingVisualC
- 基于c++的各种算法,能是你在较短时间内掌握编程的精髓-Computing+for+Numerical+Methods+Using+Visual+C++
SqList
- 数据结构顺序表,包括其基本功能和高级功能-Data structure sequence table, including the basic and advanced features
Leo-J.-Guibas-
- 红黑树的c源码实现与剖析,用c语言完整实现过红黑树,但个人感觉,代码还是不够清晰。特此,再奉献出一份c++的完整实现源码,以飨读者。-Leo J. Guibas
222
- 实现了二叉树的相关操作,大致包括如下内容:1 建树 2 各种遍历:前序 中序 后序 层次遍历 3 搜索 4 插入 5 删除 6 显示等。 -Related to the achievement of a binary tree operation, generally include the following: 1 contribution to the various traverse 2: pre-order level in the traversal sequence after
mid_value_filter
- 基于C语言和冒泡排序的中值滤波器的实现 基于C语言和冒泡排序的中值滤波器的实现-Bubble sort based on the C language and the implementation of median filter
listsort.tar
- 常见的排序算法大致分为四类: 1.插入排序:插入排序(insert.c)、shell排序(shellsort.c) 2.选择排序:选择排序(selectsort.c)、堆排序(heapsort.c) 3.交换排序:冒泡排序(bubblesort.c)、快速排序(quicksort.c) 4.归并排序(mgergesort.c)-Common sorting algorithm is broadly divided into four categories: 1 Insert
DV
- dv算法代码,使用c语言实现的,有输入提示,比较好-dv algorithm code, the use of c language, there is the input prompt, better
huffman
- 数据结构课程设计,哈夫曼译码编码器,c++数据结构实现,-Data structure curriculum design, Huffman decoder encoder, c++ data structure,
303142
- 一种新的SVM算法,性能很好,我经过好多验证的,请放心使用()
123
- dijkstra算法,卫星通信,最小路径以及衰落计算(Dijkstra algorithm, satellite communication)
