资源列表
data-structure--C
- C编程实现栈、队列、二叉树的顺序存储和链式存储-C programming sequence of stacks, queues, binary tree to store and chain store
phone-number-system
- 这是由C语言编写的电话号码查询系统,可以对其进行电话簿删除,添加,修改等操作-This is the C language to write the phone number of the inquiry system, can carry on the telephone directory delete, add, modify and operation
Two-forks-tree-problem
- 二叉树问题 1、 按根、左子树和右子树三部分进行遍历 遍历二叉树的顺序存在下面6种可能: TLR(根左右), TRL(根右左) LTR(左根右), RTL(右根左) LRT(左右根), RLT(右左根) 其中,TRL、RTL和RLT三种顺序在左右子树之间均是先右子树后左子树,这与人们先左后右 的习惯不同,因此,往往不予采用。余下的三种顺序TLR、LTR和LRT根据根访问的位置不同分别 被称为先序遍历、中序遍历和
Data-structure-CPP-part2
- 《数据结构》中伪代码的C++代码编译实现,本代码配合严蔚敏编写的《数据结构》,可使初学者通过练习,更快的掌握-C++ source code of <Data Structure> which may help beginner learn more efficiency
exp
- 这是一个各种数据结构中的排序算法,排序,插入等操作的程序,程序可以比较各种算法对同一数据,或者不同数据的排序时间进行分析。同时还有实验报告-This is in the sorting operation of the algorithm, sort, insert, etc., in a variety of data structures, programs can compare various algorithms for analysis of the same data or dif
shuzhizhuanhuan
- 利用栈的基本知识实现了从十进制到比十更小的进制数的转换。并且运用了蓝底作为输出界面。-Basic knowledge of the use of stack convert from decimal to hexadecimal number smaller than ten. And the use of a blue background as the output interface.
ch15
- 实现hash函数的一个小例子 其中包含了3个.java的文件,希望大家能喜欢-implements the hash, it can help you know about the hash,centainly you can row it up
zhexuejiajincansuanfa
- 哲学家就餐算法的一种(最节约资源的)java实现方法。-The dining philosophers an algorithm java implementation (resource conservation).
SLIC Superpixels And Supervoxels Code
- SLIC Superpixels And Supervoxels Code
Dijkstra
- 简单的Dijkstra算法实现,大家可以稍微-Implement of the Dijkstra algorithm.
EM-Algorithm
- 参数估计 EM算法 的c语言实现在linux下编译通过-Parameter estimation of EM algorithm realize the C language in the Linux under the compiler through
QueueInitial
- 实现基于顺序表的顺序栈(数据结构定义+基本运算)-Sequence stack-based sequence table (data structures defined the+ basic arithmetic)
