资源列表
encode
- 字典序问题 给定的字母表A由26个小写英文字母组成A={a,b,…,z},该字母表产生的升序字符串是指字符串中字母按照从左到右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1次。 对于任意长度不超过6的升序字符串,编程计算出它在上述字典中的编码。
ssh
- 素数的求法,用vb编写的-primes for the law, prepared by using vb
Theestablishmentandtraversebinarytreeinc
- 二叉树的建立与遍历.中序建立一棵二叉树,每个结点的数据域数据为char型,并按三种方式遍历(前序,中序,后序)。输出遍历结果。-The establishment and tree traversal. In order to establish a binary tree, each node of the data field for the char data type, and three ways traversal (pre-order, in sequence, after the
Cpp1
- 构造二叉树,对该二叉树中序,先序,后序遍历-Binary tree structure, the binary tree in order, preorder, postorder
InteHome
- 内存版的智能家居例子,适合初学者参考学习-Memory version of the smart home example of reference for beginners learning
gapicdiv
- 一个遗传算法图像分割程序. 对于图片分割的效果相当理想. -A genetic algorithm for image segmentation procedures. For the image segmentation results reasonably well.
zhuanjiaPID
- 基于MATLAB编程的专家控制PID源程序-Expert PID control based on MATLAB source code
BinaryTreeTraversal
- 先创建一个二叉树,然后进行中序遍历,输出节点内容,之后对二叉树叶子节点进行计数,从而实现对二叉树的基本操作!-First create a binary tree, and then in-order traversal, the contents of the output node, and then count the leaf nodes of the binary tree in order to achieve the basic operation of a binary tree
quickSort
- 快速排序 快速排序 快速排序-Quick Sort Quick Sort Quick Sort Quick Sort Quick Sort
link
- 实现了双向链表的创建(头插法和尾插法)、插入结点,删除结点,双向链表的排序,可以动态的在链表的头尾插入结点。-To achieve the creation of a two-way linked list (end of the first interpolation and interpolation), insert node, delete node, doubly linked list of the sort, can be dynamically inserted in the l
dijkstra
- dijkstra算法,解决最短路径问题。-dijkstra algorithm to solve the shortest path problem.
strcon
- 对于给定的n个字符串,请找出一种最佳的连接方式,使得采用该连接方式得到的字符串在所有连接的结果中,字典序最小-For a given n-string, find an optimal connection, making use of the connection string to get the results in all connections, the lexicographic minimum
