资源列表
C-qsort-bsearch-weekday
- 三个程序: 应用stdlib.h的快速排序、二分查找; 一个我自己写的计算星期几的程序。-quicksort binarysearch weekday
Queue
- 展示了队列的使用方法,对我们学习很有帮助- It show what to use the queue。It will help many people to learn queue.
labyright
- 用0、1制作一个简单的迷宫,1为可行,0为不可行,寻找一条走出迷宫的道路-make one labyrinth with 0 and 1,0 makes the wall and you can walk if it is 1.this program is to find one path in this labyrinth.
cPP-linkedlist
- c++实现单链表与双头链表的操作,包括创建,插入,删除,遍历等。-c++ linkedlist include the basic operation
Sift
- 一个用C++来修改的SIFT算法,可以查看源码有一些中文注释 交流学习
chess
- 这是一份国际象棋的源程序,实现了两个玩家在联网的状态下进行对战的功能,使用控制台的方式实现,十分适合C++初学者学习数据结构,套接字等,采用VS2010环境开发-This is the source of an international chess, two players in the state of networked multiplayer capability, use the console to achieve very For C beginners to learn da
classic-cPP-programs
- 冒泡法 附加详解 快速排序 双向冒泡 SHELL排序 进制转换 后面还有 算法的问题+解析。 背包 -Bubbling method additional explanation Quick sort Two-way bubbling SHELL sort Into system transformation There are problems+ analysis algorithm. Backpack......
sort
- 用不同的排序方法实现排序,通过选择进入不同的排序方法-Sort with different sort
AVL_tree
- 数据结构课程中的二叉平衡树的源代码,支持插入,删除等操作。-AVL Tree for data structure.
KMeans-1-Java
- Java实现K-means算法,很好,很实用的-Java implementation of the K-means algorithm, very good, very practical
KMeans-2-CPP
- VC++语言实现k-means算法,很好的,很实用-VC++ implementation of the K-means algorithm, very good, very practical
xian-xing-biao-de-caozuo-
- 一、 实验目的 1、 掌握使用Turbo C2.0上机调试线性表的基本方法; 2、 掌握线性表的基本操作:插入、删除、查找以及线性表合并等运算在顺序存储结构和链接存储结构上的运算。 二、 实验要求 1、 认真阅读和掌握本实验的程序。 2、 上机运行本程序。 3、 保存和打印出程序的运行结果,并结合程序进行分析。 4、 按照你对线性表的操作需要,重新改写主程序并运行,打印出文件清单和运行结果 -First, the purpose of the experiment
