代码搜索结果

找到约 4,295 项符合 G 的代码

emdc_fix.c

/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS - Univ

cio.h

/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS - Univ

interpolation.h

/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS - Univ

g.java

package com.hoya.client; import com.hoya.games.common.a; import java.util.Vector; public final class g extends c { private String n; public g(String paramString1, int paramInt, String

g.java

package com.hoya.util.code; public final class g { static boolean a = false; static final int[] b = { 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86,

g.java

package com.hoya.games.sp; import java.awt.Color; import java.awt.Container; import java.awt.Font; import java.awt.Frame; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; im

ch3_3.m

G=tf([1 5],[1 2 3 0]); rlocus(G) grid figure bode(G) grid figure nyquist(G) grid figure Gc=feedback(G,1) step(Gc) grid

ch3_2.m

G=tf([0.2 0.4 0],[1 0.5 0.7],0.1); rlocus(G) grid

ch3_1.m

G=tf([2 4 0],[1 5 7]); rlocus(G) grid

ch3_6.m

G=[tf([1 0],[1 1 1]) tf([0 1],[1 1 2]);tf([1 -1],[1 2 3]) 1]; bode(G); grid figure nyquist(G); grid