搜索资源列表
aj
- 本例中,定义了结构stu,定义了stu类型指针变量ps。然后分配一块stu大内存区,并把首地址赋予ps,使ps指向该区域。再以ps为指向结构的指针变量对各成员赋值,并用printf输出各成员值。最后用free函数释放ps指向的内存空间。整个程序包含了申请内存空间、使用内存空间、释放内存空间三个步骤,实现存储空间的动态分配。-This case, the definition of the structure of stu, the definition of a pointer variable
a-double-integral
- 这是一个用变步长梯形求积发计算的二重积分。-This is a double integral using the variable step length trapezoidal quadrature calculation.
7EULER1
- 常微分方程组的求解,采用变步长欧拉方法求解-The solution of ordinary differential equations with variable step size Euler method
7GILL
- 常微分方程组的求解,采用变步长Gill方法求解。-The solution of ordinary differential equations with variable step size Gill method for solving.
MERSON
- 常微分方程组的求解,采用变步长Merson方法求解。-The solution of ordinary differential equations with variable step size Merson method for solving.
SIMP
- 变步长Simpson求积法,用来求解数值积分。-Variable step size Simpson quadrature method used to solve numerical integration.
untitled11
- matlab光伏mppt扰动观测法变步长的扰动观测法,可以实现最大功率点的跟踪控制-Matlab pv MPPT disturbance observation method, variable step disturbance observation method, can achieve maximum power point tracking control
LINK
- 建立链表的算法: 新节点链入表尾建立链表: 动态分配第一个节点变量; 用指针head 妥善保存链表第一个节点的地址值; 依次动态分配一个新节点变量; 将上一个节点的指针域指向新生成的节点; 循环3),4)步骤,直到所有节点均连入链表; 将最后一个节点的指针域赋值为0; -Establish the list of algorithms: The new node links footer build list: Dynamic allocation of