资源列表
pro222
- 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 编程任务: 给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。
5-1
- 简单有限元计算程序。 NJF---结点自由度数 E---弹性模量 NE---单元数 T---板厚度 VM---泊松比 z---实型二维数组,用来存放结点坐标 ZJ---实型二维数组,用来存放每个约束自由度方向和该方向的约束值, ie---实型二维数组,存放布尔矩阵 p---实型一维数组,先存放等效结点载荷,解完方程后存放输出的结点位移 a,b,a---实型数组,存放各个单元的面积及由结点坐标计算的bi,bj,ci,cj g---实型数组,存放单刚子块
zuijinercheng
- 基于C环境下的最小二乘法的计算编程算法相当相当实用。-C based on the circumstances of the least squares algorithm for calculating the programming very well.
Python
- another python implementation
MESA
- 对一个时间序列进行极大熵谱分析与周期检验.-THIS IS A PROGRAM OF MAXIMUM ENTROPY SPECTRUM ANALYSIS (MESA) FOR A TIME SERIES
sqlist
- 以线性表为例删除位于X和Y之间的元素,通过测试,可以直接运行-Removed in a linear form, for example between X and Y elements, by testing, can be directly run
matrix2xyz
- 在一些曲面拟合软件中,需要XYZ格式,而一般表示方法为矩阵模式。本程序为将矩阵模式转为XYZ模式的算法-In some surface fitting software, you need to XYZ format, and general representation for the matrix model. This program is the matrix mode to mode algorithm XYZ
shiyan2
- 数据结构,两个多项式的相加计算,主要运用链表-Data structures, computing the sum of two polynomials, the main use of the list
Burgers_Harten
- Burgers方程的Harten格式数值解,是一种高精度的TVD格式-Harten format numerical solution for Burgers equation, is an accurate TVD scheme with high resolution
Ondelette
- Ondelette Algorithm with matlab
suffix
- 目前网上没有python的算术表达式解析。现存的算法不能执行。所以自己写了一个。里面注释很详细。有中缀转后缀表达式算法。-Currently online no python arithmetic expression parsing. Existing algorithms can not be performed. So wrote one. Inside very detailed notes. There infix turn postfix expression algorithms.
MM
- 对一维扰动信号进行数学形态学滤波程序,开闭操作函数均基于matlab编写-One-dimensional disturbance signal filtering procedures based on mathematical morphology , opening and closing operation functions are developed based on matlab