资源列表
xianxingchazhi
- 这是关于线性插值法的典型应用,有一定参考价值。
ymatrix_demo
- VS下的矩阵运算示例,包含程序源代码,很好用的,推荐给大家-Sample matrix operations under VS, including source code, the good and recommend it to everyone
ConstrainedOptimizationProblem
- 约束优化问题: minRosen(Rosen梯度法求解约束多维函数的极值)(算法还有bug) minPF(外点罚函数法解线性等式约束) minGeneralPF(外点罚函数法解一般等式约束) minNF(内点罚函数法) minMixFun(混合罚函数法) minJSMixFun(混合罚函数加速法) minFactor(乘子法) minconPS(坐标轮换法)(算法还有bug) minconSimpSearch(复合形法)-Constrained optimiz
N-L-Power-Flow
- 牛顿拉夫逊法计算电力系统潮流,电力系统设计短学期作业-Newton Raphson method to calculate the power flow
MetodoMezcladirecta
- direct mix method, another method that helps you order numbers
graph
- 题目:图(有向,无向,加权)的构造,与遍历算法的设计与实现 1.输入的形式和输入的范围 本程序采用相邻的两个点对的形式输入 2.输出的形式 分为两部分,第一部分为邻接链表的形式输出,第二部分为邻接矩阵的形式输出 3.可以实现的功能 图(有向、无向、加权)的邻接矩阵和邻接链表建立,并完成图的先深遍历和先广遍历,且以以符号话表示。
chazhi
- 插 值 与 拟 合是计算方法要做的一个实验..希望这个程序对大家有用
ch14
- 特殊函数集,包括gamma函数,是一种数学计算上用的特殊函数计算实体变量x的函数值-gamma
sftrie_src
- Shortest Common Superstring Problem by using suffix trie and branch-and-bound. This code is from Shin, YoungJin, Korea
feature_select
- 通过类间离散度矩阵和类内离散度矩阵,对给定数据进行特征提取。-Between-class scatter matrix and within-class dispersion matrix, the data given for feature extraction.
tri_lattice_circular_air
- 这个程序可以用于三角晶格空气孔光子晶体的能带计算。给出了解析的折射率分布 u1=[1,0,0] u2=[1/2,sqrt(3)/2,0] u3=[0,0,1] -This code can be used in band structure of triangular lattice rod photonic crystal. It give out the dielectric distribution of circular air holes.
ercichazhi-wucichazhi
- 分别用二次插值和五次插值解多项式,适合学习计算方法的学生-Students were using quadratic interpolation and five polynomial interpolation solution for learning calculation methods
