资源列表
zz2
- (1)顺序存储结构的实现。 列如,已知: f(x)=8x^6+5x^5-10x^4+32x^2-x+10,g(x)=7x^5+10x^4-20x^3-10x^2+x, 求和结果:f(x)+g(x)=8x^6+12x^5-20x^3+22x^2+10。 顺序表数据类型定义如下: #define MAXLEN 100 typedef struct { int data[MAXLEN] int last }SeqList (2)链式存储结构
sj3
- (1)掌握栈“后进先出”的特点。 (2)掌握栈的典型应用——后缀表达式求值。 -(1) to master the characteristics of the stack last in, first out . (2) master the typical application of stack suffix expression uation.
question1
- To solve the coupled dynamical system, we use the initial condition and the 4th order Runge-Kutta method to find the first 3 values, and so to apply Adams-Moulton method to obtain the approximation solution of the system
COOPERATION-COMMUNICATION
- 协作通信中继选择算法,用于选择最佳中继并计算系统的各种性能-Collaborative communication relay selection algorithm
Bravais
- 晶体分为7大晶系,32个布拉菲格子,230个点群,该程序在给定布拉菲格子,快速构建元包-Construct the cells of the Bravais lattice
dtc2014
- limitation of load angle in pmsm
summingaarithmetic_average
- Code to compute sum and arithmetic average of specified numbers.
Numerical-analysis
- 数值分析的学习资料,里面有课程讲解的PPT,主要是关于线性与分线性方程的求解。-Numerical analysis of the study data, there are programs to explain the PPT, mainly on solving linear and sub-linear equations.
Main
- 数值分析中改进的高斯消元算法,用Java编程实现-Gauss elimination method
Unconstrained-optimization-method
- 本资源主要对矩阵分解中的LU分解、LDL’分解、乔列斯基分解,以及无约束最优化领域中的最速下降法、牛顿法、拟牛顿法的原理、步骤和算法进行了简要介绍,并对各种方法进行了Matlab编程实验,得到了较好的结果。 本资源包含了《矩阵分解及无约束最优化方法的原理和应用简介》文档以及其中用到的全部Matlab程序,非常适合初学者学习与研究。-The resources are mainly in the matrix decomposition LU decomposition, LDL decompo
Neural-Net-[Carlos-Gershenson]
- Artificial Neural Networks for Beginners
BruteForce1700651282004
- Finds every possible combination of ASCII characters, which are between 33 - 126. The characters between 33-126 are all of the possible chars allowed on our keyboard including special chars.- Finds every possible combination of ASCII characters, w
