资源列表
maximum
- 求数据文件中的最大值与最小值,与它们之间的差
0
- 多位乘法,实现多位数的乘法,
01
- 编制通用程序:对n+1个节点xi及yi=f(xi)(i=0,…,n) (1)n次拉格朗日插值计算公式Ln(x); (2)n次牛顿向前插值计算公式; -The preparation of common procedures: the n+1 nodes xi and yi = f (xi) (i = 0, ..., n) (1) n times Lagrange interpolation formula Ln (x) (2) n times Newton forward inte
3072
- 北大ACM试题poj 第3072题源码,很好的代码,希望对搞ACM的同学有帮助 -Peking University ACM Chapter 3072 question Question poj source code, good code, and want to help students engage in ACM
Sort
- 实用的冒泡排序及快速排序的C语言程序,程序思路清晰。-Practical bubble sort and quick sort of the C language program, the program clear thinking.
Test
- 根据在一文件当中得到的一数字(正整数),得到该数字对应的法雷序列,并输出-According to a document which has been in a number (positive integer), the corresponding method to get the mine sequence number, and output
Jacobi
- Jacobi eigenvalue algorithm
datalist
- 一个链表的实例,采用visual C++实现,带有特定的方法,并添加了主函数用于测试和使用该链表对象。-A list of examples, using visual C++ implementation, with a particular method, and add the main function for testing and use of the list object.
algo2-2
- 编写一个程序AhGO2-2.CPP,实现单链表的各种基本运算,并在此基础上设计一个主程序完成如下功能:(1)初始化单链表h(2)依次采用尾插法插入a,b,c,d,e元素(3)输出单链表h:(4)输出单链表h长度(5)判断单链表h是否为空(6)输出单链表h的第3个元素(7)输出元素a的位置(8)在第4个元素位置上插入f元素(9)输出单链表h:(10)删除h的第3个元素(11)输出单链表h:(12)释放单链表h-Write a program AhGO2-2.CPP, basic operation
zuiyousanjiaopoufen
- 算法设计与分析 实验 最有三角剖分 源码 和书上的原先要求一致-Binary sort tree structure of algorithm design and analysis of experiments. The inorder traversal tree data including master classes and binary tree class and sort algorithms
BiTree
- 二叉排序树的建立、插入与删除。按递增顺序插入N个整数,并按同样顺序删除;-Binary sort tree establishment, insertions and deletions. Insert N integers in ascending order, press the same sequence deleted
huffman
- c 语言实现的哈弗曼算法 用到二叉树的遍历-the c language Hafuman algorithm Use binary tree traversal
