资源列表
phonebook
- C++实现电话本的功能,可以建立联系人,通过联系人查找电话
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
- Program to sort the numbers in a particular files
Spiral_Matrix
- 螺旋矩阵:产生指定大小N的螺旋N*N矩阵 最好是小于15*15 的 这样看起来会直观一些-Spiral Matrix: have specified the size N of the N* N matrix spiral preferably less than 15* 15 of this appears to be some intuitive
mac_add_pl
- 自动有第一个MAC Address产生自动增加的MAC Addre-Generate more MAC Address number base on the first MAC address.
Huffman_code
- 经典的Huffman编码,给定概率向量,输出相应Huffman编码-Classic Huffman encoding, given the probability vector, the output corresponding Huffman coding
sort
- 用非递归的算法对一组 数组进行排序,算法比较简单-Non-recursive algorithm to sort a set of array
sdgdfg
- 实现读入 字符串 字母 数字 空格 符号 计数-Read alphanumeric string to achieve a space symbol count
bbvb
- 彩色满天星加上时间显示(混合运用时间轴)-Color stars with time display (mixed use timeline)
length-of-word-histogranm
- 单词长度直方图。通过检索英文文本中的内容,给出单词的长度,并给出直方图-Word length histogram. English text by searching the contents of the given word length, and gives the histogram
control
- 统计系统调用NtCreateFile次数,此程序将此次数从内核态返回至用户态-NtCreateFile statistical system call number, the program returns this number from user mode to kernel mode
piston01
- 该程序可用于模拟活塞机的仿真,提高仿真效率,降低计算成本。-This code can be used to simulate a piston engine s movement. it is very efficent.
