代码搜索结果

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

syslocksensor.cs

namespace Imps.Client.Pc.Sensor { using Imps.Client.Pc; using Imps.Client.Utils; using Imps.Client.Utils.sensmon; using Imps.Common; using Microsoft.Win32; using System

testsht11appc.nc

configuration TestSht11AppC{} implementation { components MainC, TestSht11C, LedsC; components new SensirionSht11C() as Sensor; TestSht11C -> MainC.Boot ; TestSht11C.Leds -> LedsC;

syslocksensor.cs

namespace Imps.Client.Pc.Sensor { using Imps.Client.Pc; using Imps.Client.Utils; using Imps.Client.Utils.sensmon; using Imps.Common; using Microsoft.Win32; using System

ctrlcode.m

function [exectime, data] = ctrlcode(seg, data) switch seg, case 1, y = ttGetMsg; % Obtain sensor value r = ttAnalogIn(1); % Read reference value P = data.K*(r-y); D = data.ad*da

ctrlcode.m

function [exectime, data] = ctrlcode(seg, data) switch seg, case 1, y = ttGetMsg; % Obtain sensor value r = ttAnalogIn(1); % Read reference value P = data.K*(r-y); D = data.ad*da

ctrlcode.m

function [exectime, data] = ctrlcode(seg, data) switch seg, case 1, y = ttGetMsg; % Obtain sensor value r = ttAnalogIn(1); % Read reference value P = data.K*(r-y); D = data.ad*da

ctrlcode.m

function [exectime, data] = ctrlcode(seg, data) switch seg, case 1, y = ttGetMsg; % Obtain sensor value r = ttAnalogIn(1); % Read reference value P = data.K*(r-y); D = data.ad*da

fan.asm

; PC temperature activated fan controller ; use a ds1620 digital temperature sensor to ; control a PWM fan motor. ; Also output the temperature as rs232 ; Peter Lynch August 1998 LIST P=12c509

firestorm.conf.5

.TH firestorm.conf 5 "1 April 2002" .IX firestorm.conf .SH NAME firestorm.conf \- Firestorm NIDS sensor configuration file .sp 0 .SH DESCRIPTION \fBfirestorm.conf\fP is the configuration file which go

c9-01.cs

//使用线程池编程示例 using System; using System.Threading; public class Sensor { static int A = 32; static String S = "初始化字符串"; public static int Main(string[] args){ AutoResetEvent ev