代码搜索:Infinity
找到约 1,499 项符合「Infinity」的源代码
代码结果 1,499
www.eeworm.com/read/401397/7115968
m prf_mds.m
% Nominal performance for three controllers of the mass/damper/spring
% system
%
omega = logspace(-2,2,100);
%
% H_infinity controller
clp_hin = lft(sys_ic,K_hin);
prf_hin = clp_hin(1,1).Nomina
www.eeworm.com/read/245792/12780645
cpp main.cpp
#include
#include
#include
#include
#define MAX_NAME 20
#define MAX_INFO 200
typedef int VRType;
typedef char VertexType[MAX_NAME];
#define INFINITY 6
www.eeworm.com/read/245792/12780654
bak main.cpp.bak
#include
#include
#include
#include
#define MAX_NAME 20
#define MAX_INFO 200
typedef int VRType;
typedef char VertexType[MAX_NAME];
#define INFINITY 6
www.eeworm.com/read/401390/11558128
m hin_mds.m
% H_infinity design for the mass/damper/spring system
%
nmeas = 1;
ncon = 1;
gmin = 0.1;
gmax = 10;
tol = 0.001;
hin_ic = sys_ic.Nominal;
[K_hin,clp] = hinfsyn(hin_ic,nmeas,ncon,gmin,gmax,tol)
www.eeworm.com/read/338177/12320753
cpp main.cpp
#include
#include
#include
#include
#define MAX_NAME 20
#define MAX_INFO 200
typedef int VRType;
typedef char VertexType[MAX_NAME];
#define INFINITY 6
www.eeworm.com/read/233448/4683940
c c99-math-double-1.c
/* { dg-do run { target *-*-solaris2.1[0-9]* } } */
/* { dg-options "-std=c99 -O" } */
#include
#include "c99-math.h"
int main(void)
{
double nan = NAN;
double inf = INFINITY;
www.eeworm.com/read/233448/4684612
c c99-math-float-1.c
/* { dg-do run { target *-*-solaris2.1[0-9]* } } */
/* { dg-options "-std=c99 -O" } */
#include
#include "c99-math.h"
int main(void)
{
float nan = NAN;
float inf = INFINITY;
www.eeworm.com/read/403510/2311079
java vddgndm3.java
package com.sun.electric.tool.generator.flag.designs.Infinity2;
import java.awt.geom.Rectangle2D;
import java.util.Set;
import java.util.TreeSet;
import com.sun.electric.database.hierarchy.Cell;
imp
www.eeworm.com/read/111824/15502304
c danchunxingfa.c
/*单纯型法的源程序 zz */
#include
#include
#define MAX 10
#define infinity 100000000
double c[MAX];
double g[MAX][MAX];
int B[MAX],mark[MAX];
/*g[0] presents b; */
/* g[
www.eeworm.com/read/100780/15864414
h huffman.h
#include
#include
#include
#include
#include"LinkList.h"
#define INFINITY 100000
//赫夫曼树和赫夫曼编码的存储表示
typedef struct{
unsigned int weight;