代码搜索:Integration
找到约 3,762 项符合「Integration」的源代码
代码结果 3,762
www.eeworm.com/read/303073/13822336
m chap1_7.m
%Integration Separation PID Controller
clear all;
close all;
ts=20;
%Delay plant
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_1=0;u_2=0;u_3=0;u
www.eeworm.com/read/303058/13822630
m reentry_f.m
% Dynamical model function for reentry problem.
% Discretization is done using a simple Euler
% time integration.
%
% Copyright (C) 2005-2006 Simo S鋜kk
www.eeworm.com/read/146392/5738537
java types.java
/* Copyright (c) 2000-2004 jMock.org
*/
package atest.jmock;
/**
* Used as namespace for example types used in integration tests
*/
public interface Types
{
public interface WithTwoM
www.eeworm.com/read/141300/5770919
c com_option.c
#include
#include "ngspice.h"
#include "cktdefs.h"
#include "ftedefs.h"
#include
#include "circuits.h"
#include
#include "variable.h"
/* The option command. Syntax i
www.eeworm.com/read/141300/5771262
c cktdump.c
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Thomas L. Quarles, 1991 David A. Gates
**********/
/*
TODO:
Ngspice and cider integration note:
www.eeworm.com/read/136822/5848709
in makefile-kde.in
#############################################################################
####### Compiler, tools and options
CXX = $(SYSCONF_CXX) $(QT_CXX_MT)
CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAG
www.eeworm.com/read/136822/5848710
pro uic.pro
TEMPLATE = app
CONFIG += qt console warn_on release
HEADERS = uic.h ../shared/widgetdatabase.h ../shared/domtool.h ../integration/kdevelop/kdewidgets.h
SOURCES = uic.cpp ../shared/widgetdatabase.cp
www.eeworm.com/read/136822/5848711
pro uic-kde.pro
TEMPLATE = app
CONFIG += qt console warn_on release
HEADERS = uic.h ../shared/widgetdatabase.h ../shared/domtool.h ../integration/kdevelop/kdewidgets.h
SOURCES = uic.cpp ../shared/widgetdatabase.cp
www.eeworm.com/read/136822/5848714
in makefile.in
#############################################################################
####### Compiler, tools and options
CXX = $(SYSCONF_CXX) $(QT_CXX_MT)
CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAG
www.eeworm.com/read/136819/5852156
in makefile-kde.in
#############################################################################
####### Compiler, tools and options
CXX = $(SYSCONF_CXX) $(QT_CXX_MT)
CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAG