资源列表
16jinzhiyubcdmazhuhuan
- 16进制转BCD码C语言程序,希望大家有所借鉴,对大家有一定的帮助-16 hexadecimal to BCD code C language program, I hope all of you learn from all of you have some help
palindrome
- 分解解析文章的程序。可以将各个字符出现的频率排序。-Decomposition process analytical articles. You can sort the frequency of each character.
cengxubianli
- 层序遍历二叉树算法,构建一个二叉树,然后对其进行层序遍历-Sequence binary tree traversal algorithm, to build a binary tree, and then traverse its sequence
42
- 给定N(1≤N≤32767)天的营业额a1,a2,a3,……an. 定义最小波动值:该天的最小波动值=min{|该天以前某一天的营业额-该天营业额|}. 特别地,第一天的最小波动值即为a1. 试求N天的最小波动值之和。-Given N (1 ≤ N ≤ 32767) day turnover a1, a2, a3, ... ... an. Defines the minimum volatility value: the smallest fluctuations in the value of
Stack
- 数据结构C语言版本的对栈的操作。功能齐全,简单易用。-The C language version of the data structure on the stack operation. Full-featured, easy to use.
pku2187
- pku 2187 的解题报告,是一道基础的数学几何题目,选择卡壳法。-solution to pku 2187,it is a very ordinary problem。
inverse
- 输入一串序列,构造一个链表,并对该链表进行逆转。-Enter a sequence, construct a list, and the reversal of the list.
统计一串字符的个数
- 定义一个类,分别统计一串字符的大写字母、小写字母、空格、数字和其他字符的个数。-Defines one class, counts a string character separately the capital letter, the lowercase letter, the blank space, digital and other character integer.
bitree
- Linux下的C语言程序,用于对数据结构树图的操作-Linux program,use of c ,you can use it to create a tree or a graph.
youxiangtuDFS
- 用C语言实现有向图的深度优先搜索功能源代码-Directed graph depth-first search function source code using the C language
101---Domino
- SGU 101 Domino 题解 能否找一条欧拉路将所有边走一遍,输出路径-SGU 101 Domino problem solution will be able to find an Euler path all the edges go again, the output path
2
- 找出给定序列的所有逆序对,并输出。 逆序对:若i < j ==> A[i] > A[j] 则(i,j)为一个逆序对-Identify all the given sequence in reverse order right, and output. On the reverse: if i < j ==> A [i]> A [j] then (i, j) as a reverse pair