代码搜索结果
找到约 3,982 项符合
Sensor 的代码
msgrcvsensor.m
function [exectime, data] = msgRcvSensor(seg, data)
disp('ERROR: sensor received a message');
exectime = -1;
msgrcvsensor.m
function [exectime, data] = msgRcvSensor(seg, data)
disp('ERROR: sensor received a message');
exectime = -1;
client.java
package com.javapatterns.facade.security;
public class Client
{
/**
* @link aggregation
*/
static private Camera camera1, camera2;
/**
* @link aggregation
securityfacade.java
package com.javapatterns.facade.securityfacade;
public class SecurityFacade
{
/**
* @directed*/
private Camera camera1, camera2;
/**
* @directed
*/
private
sim.cpp
/*
gridsim2 (c) 2006 Kris Beevers
This file is part of gridsim2.
gridsim2 is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as publ
closefiles.m
%CLOSEFILES Closes all slam or localization files.
% CLOSEFILES(FILES) closes all open files in the FILES
% structure.
%
% See also OPENFILES.
% v.1.0, Kai Arras, Nov. 2003, CAS-KTH
function c
testdata.m
%TESTDATA Script to test import functionality of the navigation toolbox.
nsteps = 6;
clc;
disp(['------------------']);
disp(['--- Testdata.m ---']);
disp(['------------------']);
% sensor 1
files.s
csa_1.asm
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: CSA_1.asm
;; @Version
boat.dpr
program Boat;
uses
Forms,
BoatMain in 'BoatMain.pas' {MainForm},
Image in 'Image.pas' {FormImage},
GPS in 'GPS.pas' {FormGPS},
Sensor in 'Sensor.pas' {FormSensor};
{$R *.res}
b
2753.html
Re: 利用 mscomm 接收 rs-232 的串列资料 !!!
Re: