资源列表
a3
- 关于二叉树的C语言编程,描述了二叉树的建立以及二叉树的遍历-On the binary tree of C language programming, described the establishment as well as binary tree binary tree traversal
paixu
- 这是一个非递归的归并排序程序,编程环境为Visual C-This is a program of the Non recursive merge sort.
bubblesort
- 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。-Bubble Sort (Bubble Sort), is a relatively simple sorting algorithm field of computer science. It repeatedly visited the number of columns to be sorted, a comparison of t
exe
- 幂法是求解按模最大特征值和相应的特征向量的一种迭代方法。-Power law model is solved by the largest eigenvalue and corresponding eigenvector of an iterative method.
bujindianji
- 步进电机程序,可以实现正转,反转,停止等功能,亲测过,很好用-Stepper motor program, can achieve forward, reverse, stop, pro-test before, easy to use
Mar11
- matlab implementation of a quiz
74ls164
- 本例子介绍用74LS164串行显示,很适合与初学者-Introduced by the example of 74LS164 serial show, it is suitable for beginners
KillExcelProcess
- C#操作Excel文件时不能关闭的处理办法。-C# Operation Excel files can not be closed approach.
fenjieyinshu
- 题目:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
sort
- 用非递归的算法对一组 数组进行排序,算法比较简单-Non-recursive algorithm to sort a set of array
length-of-word-histogranm
- 单词长度直方图。通过检索英文文本中的内容,给出单词的长度,并给出直方图-Word length histogram. English text by searching the contents of the given word length, and gives the histogram
piston01
- 该程序可用于模拟活塞机的仿真,提高仿真效率,降低计算成本。-This code can be used to simulate a piston engine s movement. it is very efficent.