资源列表
Interpolation
- 本程序包内用matlab编写数值计算方法中的插值的源代码,包括Newton插值法,拉格朗日插值法,在mainInt.m文件中测试,并与拟合函数进行比较。供学习数值计算的程序员参考。-This program package using matlab numerical method of interpolation of the source code, including the Newton interpolation, Lagrange interpolation method, test
QuickSort
- 优化的快速排序算法,支持任意类型的对象排序。-Optimized fast sorting algorithm, supports any type of object sorting.
ChessBoard
- 有个一特殊方格的棋盘覆盖问题,可以用4种不同形态的L型骨牌覆盖棋盘。-There is a special box at the chessboard coverage problem, you can use four different forms of L-type domino cover board.
FullPermutation
- 简单的一个全排列的算法,如:3的全排列为:123,132,213,231,312,321-A full array of simple algorithms, such as: three full order: 123,132,213,231,312,321
CoinChange
- 硬币找零算法(动态规划):有一堆不同面值的硬币,需要找到一个硬币数最少的组合来组成某一个数值。-Coin change algorithm (dynamic programming): There are a bunch of different denominations of coins, need to find a combination of the number of coins to form at least one value.
IntegerPartition
- 整数划分,如4的划分为:4,3 1,2 2,2 1 1,1 1 1 1共5种-Integer division, such as 4 divided as follows: 4,3 1,2 1,1 2,2 1 1 1 1 Total 5 kinds
ClosePoint
- 给出若干一维点火二维点,找出距离最近的两个点-Several one-dimensional ignition given two-dimensional point, find the nearest two points
ELLIPSE
- 在fortran软件中产生Berkhoff经典椭圆浅滩地形,结果文件可直接运用于SMS模拟波浪的浅滩上的绕射及折射-Berkhoff ellipse shoal
discrete-Fourier-transform
- 离散傅里叶变换,800多行的fortran语言程序,希望有用。-discrete Fourier transform
sortquick
- 在linux环境下,采用mpi并行,C语言,实现对数组的快速排序。输出结果为数组从小到大排序的结果。可以实现多处理器共同对一组数的排序。-In linux environment, using mpi parallel, C language, to achieve quick sort the array. The output is an array of small to large results. Can achieve more together on a number of gro
calculator
- 计算器用于计算加减乘除及括号的运算,内有多态计算阶乘及连加减乘除运算-Calculator for calculating arithmetic operations and parentheses, contain a number of states, and even calculate the factorial of arithmetic operations
qiusushu
- 这是一个利用c++求素数的程序。请指教。-work out the single numbers
