代码搜索结果
找到约 3,982 项符合
Sensor 的代码
2droot_music.txt
%----------------------------------------------
clc;
clear all;
tic;
close all;
% 模型的基本建立
% 对于来波信号的数目设置为NUM
NUM = 3;
% 天线阵列每行的阵元个数设置为M,共两行
M = 8;
% 波长间隔比d
dx = 0.5;
dy = 0.5;
% 采样点数
Samp
monitor.clp
;;;======================================================
;;; Monitoring Program
;;;
;;; This program was introduced in Section 12.5.
;;;
;;; CLIPS Version 6.0 Example
;;;
;;; T
monitor.clp
;;;======================================================
;;; Monitoring Program
;;;
;;; This program was introduced in Section 12.5.
;;;
;;; CLIPS Version 6.0 Example
;;;
;;; T
ex_logger.c
/////////////////////////////////////////////////////////////////////////////
//// ////
//// ex_logger
chengxu.txt
clc;
clear all;
tic;
close all;
% 模型的基本建立
% 对于来波信号的数目设置为NUM
NUM = 3;
% 天线阵列每行的阵元个数设置为M,共两行
M = 8;
% 波长间隔比d
dx = 0.5;
dy = 0.5;
% 采样点数
Sample_Num = 64;
t=[0:1:(Sample_Num-1)];
% 来波信号的设
makefile.in
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc
1820_1.c
// 1820_1.C (PIC16F628)
//
// Ilustrates implementation of Dallas 1-wire interface.
//
// Continually loops, reading nine bytes of data from DS1820 thermometer
// devices on PORTB7 - PORTB4 and d
ms_reset.c
/*******************************************************************************
* Mouse sensor reset. *
* Syntax: Status = Ms_Reset(Port)
spi.c
//--------------------------------------------------------------------------
//
// This module provides an interface using an SPI port for radio and
// optical sensor.
//
//---------------------
spi.h
//--------------------------------------------------------------------------
//
// This module provides an interface using an SPI port for radio and
// optical sensor.
//
//---------------------