代码搜索:driven
找到约 1,767 项符合「driven」的源代码
代码结果 1,767
www.eeworm.com/read/455746/7366460
m plot_gpd.m
function out=plot_gpd(resgpd),
%Menu driven plotting facility for GPD fit
%
% USAGE: out=plot_gpd(gpdres)
%
%resgpd: Structure obtained from a former GPD fit i.e. resgpd=gpd(...)
data=resgpd.d
www.eeworm.com/read/142052/12967365
asm avr304.asm
;**** A P P L I C A T I O N N O T E A V R 3 0 4 ************************
;*
;* Title: Half Duplex Interrupt Driven Software UART
;* Version: 1.0
;* Last updated: 97.07.18
;* Target: AT90S
www.eeworm.com/read/142052/12967676
asm avr304.asm
;**** A P P L I C A T I O N N O T E A V R 3 0 4 ************************
;*
;* Title: Half Duplex Interrupt Driven Software UART
;* Version: 1.0
;* Last updated: 97.07.18
;* Target: AT90S
www.eeworm.com/read/400225/11580371
v ahb_def.v
// The AHB define file
parameter HIGH = 1'b1;
parameter LOW = 1'b0;
// Default address driven by the AHB Master.
parameter DEFAULT_ADDR = 32'd56565656;
// Default data bus size of th
www.eeworm.com/read/128482/14293900
cpp actuator_init.cpp
#define S_FUNCTION_NAME actuator_init
#include "ttkernel.cpp"
// Event-driven Actuator Node
// code function
double act_code(int seg, void *data) {
static double *y, *u, t;
switch (seg) {
www.eeworm.com/read/128482/14293902
cpp controller_init.cpp
#define S_FUNCTION_NAME controller_init
#include "ttkernel.cpp"
// Event-driven controller node
class PD_Data {
public:
// ctrl params
double K, Td, N, h, ad, bd;
// ctrl states
double
www.eeworm.com/read/212049/15166532
asm avr304.asm
;**** A P P L I C A T I O N N O T E A V R 3 0 4 ************************
;*
;* Title: Half Duplex Interrupt Driven Software UART
;* Version: 1.0
;* Last updated: 97.07.18
;* Target: AT90S
www.eeworm.com/read/19245/828124
asm avr304.asm
;**** A P P L I C A T I O N N O T E A V R 3 0 4 ************************
;*
;* Title: Half Duplex Interrupt Driven Software UART
;* Version: 1.0
;* Last updated: 97.07.18
;* Target: AT90S
www.eeworm.com/read/312645/3658736
changelog
2002-06-14 Gary Thomas
* src/if_flexanet.c:
Need to include for proper configuration
of stand-alone (polled) vs. system (interrupt driven)
www.eeworm.com/read/437018/1839072
h cktdefs.h
/*
* Copyright (c) 1985 Thomas L. Quarles
*/
#ifndef CKT
#define CKT "CKTdefs.h $Revision: 1.4 $ on $Date: 91/12/31 11:36:00 $ "
/* gtri - evt - wbk - 5/20/91 - add event-driven and enhancements