代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/459754/7264882
h args_cmd.h
#ifndef _ARGS_CMD_H_
#define _ARGS_CMD_H_
#define GET_ARG_OUTPUT "/etc/get_sdk_arg.out"
#define ARGS_MSG_KEY 12345
#define ARGS_MSG_SIZE 512
#define SET_ARG 1
#define GET_ARG 2
#define SET_BIT_RATE
www.eeworm.com/read/333344/12686255
h args_cmd.h
#ifndef _ARGS_CMD_H_
#define _ARGS_CMD_H_
#define GET_ARG_OUTPUT "/etc/get_sdk_arg.out"
#define ARGS_MSG_KEY 12345
#define ARGS_MSG_SIZE 512
#define SET_ARG 1
#define GET_ARG 2
#define SET_
www.eeworm.com/read/315169/13549566
h args_cmd.h
#ifndef _ARGS_CMD_H_
#define _ARGS_CMD_H_
#define GET_ARG_OUTPUT "/etc/get_sdk_arg.out"
#define ARGS_MSG_KEY 12345
#define ARGS_MSG_SIZE 512
#define SET_ARG 1
#define GET_ARG 2
#define SET_
www.eeworm.com/read/264895/11295326
h args_cmd.h
#ifndef _ARGS_CMD_H_
#define _ARGS_CMD_H_
#define GET_ARG_OUTPUT "/etc/get_sdk_arg.out"
#define ARGS_MSG_KEY 12345
#define ARGS_MSG_SIZE 512
#define SET_ARG 1
#define GET_ARG 2
#define SET_
www.eeworm.com/read/369257/9657678
h args_cmd.h
#ifndef _ARGS_CMD_H_
#define _ARGS_CMD_H_
#define GET_ARG_OUTPUT "/etc/get_sdk_arg.out"
#define ARGS_MSG_KEY 12345
#define ARGS_MSG_SIZE 512
#define SET_ARG 1
#define GET_ARG 2
#define SET_
www.eeworm.com/read/249326/12510433
h args_cmd.h
#ifndef _ARGS_CMD_H_
#define _ARGS_CMD_H_
#define GET_ARG_OUTPUT "/etc/get_sdk_arg.out"
#define ARGS_MSG_KEY 12345
#define ARGS_MSG_SIZE 512
#define SET_ARG 1
#define GET_ARG 2
#define SET_
www.eeworm.com/read/290202/8497232
m rd.m
clear all;
%%%(I) parameters' definition
c=3e+8; % speed of light
pi=3.1415926 % pi
j00=sqrt(-1); % square root of -1
res_a=1; % required azimuth resolution
www.eeworm.com/read/428525/8861565
map columbia.map
2D-Map
MinPos: -4780 -27000
MaxPos: 19560 24680
NumPoints: 61040
Resolution: 20
LineMinPos: -4790 -26958
LineMaxPos: 19654 19394
NumLines: 508
MapInfo: MapView -5800 25680 48.711434
Cairn: ForbiddenAr
www.eeworm.com/read/428525/8861597
map room.map
2D-Map
# Created by Joe's LaserMap Editor, ActivMedia Robotics
Resolution: 20
MapInfo: MapView -1800 4980 29.646018
Cairn: GoalWithHeading 2760 -6000 0 "" ICON_GOALWITHHEADING "dock"
Cairn: GoalWithHe
www.eeworm.com/read/427216/8965775
m snakeinterp1.m
function [xi,yi] = snakeinterp1(x,y,RES)
% SNAKEINTERP1 Interpolate the snake to have equal distance RES
% [xi,yi] = snakeinterp(x,y,RES)
%
% RES: resolution desired
% update on sn