代码搜索结果

找到约 10,000 项符合 5 的代码

chap5_5.m

%GA(Generic Algorithm) to Optimize Online PID Control clear all; close all; Size=120; CodeL=2; MinX(1)=9*ones(1);MaxX(1)=12*ones(1); MinX(2)=0.20*ones(1);MaxX(2)=0.30*ones(1); Kpid(:,1)=M

list_5_5.html

湖州阳光女子医院 >> 文章中心 >> 妇科炎症 >> 宫颈炎

vtb5_5.m

function vtb5_5(ma,m,ca,ka,k,rfin) %VTB5_5 Normalized amplitude of the primary mass for a % damped vibration absorber design. % VTB5_5(ma,m,ca,ka,k,rfin) plots the normalized amplitude % for a system

chapter5_5.m

a=[-0.5572,-0.7814;0.7814,0];b=[1;0]; c=[1.9691,6.4493];d=[0]; x0=[1;0];t=0:0.1:20; initial(a,b,c,d,x0,t)

bo5-5.c

/* bo5-5.c 广义表的头尾链表存储(存储结构由c5-5.h定义)的基本操作(11个) */ Status InitGList(GList *L) { /* 创建空的广义表L */ *L=NULL; return OK; } void DestroyGList(GList *L) /* 广义表的头尾链表存储的销毁操作 */ { /* 销毁广义表L *

c5-5.h

/* c5-5.h 广义表的头尾链表存储表示 */ typedef enum{ATOM,LIST}ElemTag; /* ATOM==0:原子,LIST==1:子表 */ typedef struct GLNode { ElemTag tag; /* 公共部分,用于区分原子结点和表结点 */ union /* 原子结点和表结点的联合部分 */ {

examp5_5.m

subplot(221), plot(tout,yout(:,4)) subplot(222), plot(tout,yout(:,1)) subplot(223), plot(tout,yout(:,2)) subplot(224), plot(tout,yout(:,3))

exercise5_5.java

import javax.swing.*; public class Exercise5_5 { public static void main(String[] args) { int[] numbers = new int[10]; int size = 0; for (int i = 0; i < numbers.length; i++) {