代码搜索结果

找到约 3,982 项符合 Sensor 的代码

cool.c

# include "refinery.h" int coolant_sys(p,f) sensor_ptr p,f; { volt = p->value; flow = f->value; pump_ok = pump_undervolt(volt); flow_ok = coolant_flow(flow); }

projekt_4and5and7.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Projekt Numerische Feldberechung % % % % Marco Angliker, Remo Huber % % %

projekt_7.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Projekt Numerische Feldberechung % % % % Marco Angliker, Remo Huber % % %

2.txt

close all clc clear all Fs=48e3; Ts=1/Fs; L=48e3; c=343; var_f=10^-10; var_n=0.5; var_u=0.05; count=100; w1=[1 6 11 16 21 26 31 36 41 46 51 56]; sensor_p=[10 10;10 -10;-10 -10;-10 10;0 10;

direct_kim.m

%DIRECT DATA DOMAIN clear all; close all; clc; %%%%%%%%%%%%%%%%%%%%%%%%%%%初始条件 source_number=3;%信元数 sensor_number=51;%阵元数 snapshot=5;%快拍数 w=[3*pi/5 pi/5 2*pi/5].';%信号频率 m=(sensor_number+1)/2;

brandy1.cpp

//邻近法求解TSP问题的主程序 #include #include #include #include using namespace std; int main() { //申明和初始化变量 int path[20]; float sum_length; float city_di

pthread_search.h

/* set tabstop=4 */ /******************************************************************************** * * * Copyright(

07.01.02_example_7-3.sv

/********************************************************************** * Finite State Machine modeled with reversed case and enumerated types * * Author: Stuart Sutherland * * (c) Copyright 2003

07.01.05_example_7-4.sv

/********************************************************************** * Finite State Machine modeled with bad assignment to enumerated variable * * Author: Stuart Sutherland * * (c) Copyright 2

07.01.00_example_7-1.sv

/********************************************************************** * Finite State Machine modeled with abstract enumerated types * * Author: Stuart Sutherland * * (c) Copyright 2003, Sutherl