代码搜索结果
找到约 3,108 项符合
Sensor 的代码
sn9c102_mt9v111.c
/***************************************************************************
* Plug-in for MT9V111 image sensor connected to the SN9C1xx PC Camera *
* Controllers
et61x251_tas5130d1b.c
/***************************************************************************
* Plug-in for TAS5130D1B image sensor connected to the ET61X[12]51 *
* PC Camera Controllers
soc-camera.txt
Soc-Camera Subsystem
====================
Terminology
-----------
The following terms are used in this document:
- camera / camera device / camera sensor - a video-camera sensor chip, capable
self_aggregate_with_array.adb
-- { dg-do run }
procedure self_aggregate_with_array is
type Value_Bounds is array (1 .. 2) of Natural;
type Sensor is record
Value : Natural;
Bounds : Value_Bounds;
end recor
self_aggregate_with_zeros.adb
-- { dg-do run }
procedure self_aggregate_with_zeros is
type Sensor is record
Value : Natural;
A, B, C, D, E, F, G, H, I, J, K, L, M : Natural;
end record;
Pressure : Sensor;
bosskeysensor.cs
namespace Imps.Client.Pc.Sensor
{
using Imps.Client.Pc;
using Imps.Common;
using System;
internal class BossKeySensor : PresenceSensorBase, IDisposable
{
private
mousekeyboardsensor.cs
namespace Imps.Client.Pc.Sensor
{
using Imps.Client.Pc;
using Imps.Client.Pc.BizControls;
using Imps.Common;
using System;
using System.Runtime.InteropServices;
inter
screensaversensor.cs
namespace Imps.Client.Pc.Sensor
{
using Imps.Client.Pc;
using Imps.Client.Utils.Win32;
using Imps.Common;
using System;
internal class ScreenSaverSensor : PresenceSensorBa
fullscreensensor.cs
namespace Imps.Client.Pc.Sensor
{
using Imps.Client.Pc;
using Imps.Client.Utils.sensmon;
using Imps.Common;
using System;
internal class FullScreenSensor : PresenceSensorB
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