资源列表
Direct-insertion-method-main2
- 这是用C++语言写的一个用直接排序法排序的程序-This is written in c++ language a program that sorted by direct sequencing method
Bubble-sort-method-main1
- 这是用C++语言写的一个用冒泡排序法排序的程序-This is written in c++ language with a bubble sort sorting procedure
Selection-method-main4
- 这是用C++语言写的一个用选择排序法排序的程序-This is written in c++ language with a selection method of the program
ArbolBinarioC
- Binary Tree implementation C-Binary Tree implementation C++
S-IMPLEMENTATIONC
- Singleton Design Pattern C-Singleton Design Pattern C++
Invest
- 数据结构中解决简单的投资问题,稍微改进即可使用-The simple investment data structure to solve the problem, can use a little improvement
Polynomial
- 本程序采用c/c++实现一元多项式的加法、减法和乘法运算,利用数据结构中的顺序存储方式和链式存储方式实现,程序在vs2013中编译通过,本压缩包是vs2013的项目文件,包含编译成功的可执行文件exe和源代码。-This program uses c/c++ to realize the addition, subtraction and multiplication of the data structure, the use of data structure in the order of
Cpp1
- 利用栈和队列求解如下问题:十进制数转换为二进制数. -Use stacks and queues solving the following questions: convert decimal numbers to binary numbers.
Cpp6
- 设有n个人站成一排,从左向右的编号分别为1~n,现在从左往右报数“1,2,1,2……”,数到“1”的人出列,数到“2”的立即站到队伍的最右端。报数过程反复进行,直到n个人都出列为止。要求给出他们的出列顺序。 例如:n=8,初始序列:1,2,3,4,5,6,7,8 出队顺序为:1,3,5,7,2,6,4,8 -N has a personal stand in a row, left to right are numbered 1 ~ n, left to right
vertex_cover
- 内容为顶点覆盖问题的程序设计: 给定一个 n 个点 m 条边(n≤ 100,m≤5000)的无向图 G,问是否存在一个不超过 k(𝑘 ≤20)个点的点集 S,使得 G 中每条边都至少有一个点被覆盖。该实现效率很高,较大的测试用例也可以在15ms内计算出。-vertex cover problem.
power-flow
- forward backward power flow
fpga1024
- 串口汉明编码vhdl语音的实现,有源程序-Serial Hamming encoding
