代码搜索结果
找到约 4,589 项符合
Camera 的代码
camerainput.h
#pragma once
#include "VideoInput.h"
#include
class CameraInput :
public VideoInput
{
public:
CameraInput( void ){type = CAMERA;};
virtual ~CameraInput( void ){};
virtual voi
client.java
package com.javapatterns.facade.security;
public class Client
{
/**
* @link aggregation
*/
static private Camera camera1, camera2;
/**
* @link aggregation
light.java
package com.javapatterns.facade.security;
public class Light
{
public void turnOn()
{
System.out.println("Turning on the camera.");
}
public void turnOff()
{
Syste
securityfacade.java
package com.javapatterns.facade.securityfacade;
public class SecurityFacade
{
/**
* @directed*/
private Camera camera1, camera2;
/**
* @directed
*/
private
camera.def
;
; Windows CE camera Driver. Written by jabez (mostek@dstcorp.com)
;
LIBRARY CAMERA
EXPORTS
CIS_Close
CIS_Deinit
CIS_Init
CIS_IOControl
CIS_Open
CIS_PowerDown
CIS_PowerUp
CIS_Read
sources
!if 0
Copyright (c) 2002 DST Corporation. All rights reserved.
!endif
!if "$(BSP_NOCAMERA)" == "1"
SKIPBUILD=1
!endif
TARGETNAME=camera
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
TARGETLI
readme.txt
坦克大战2005 作者: SZK8888
版本VER 0.41 更新日期 2005-07-18
★游戏源代码列表:
------------------------------------------------
TANK041.c 坦克大战源代码
graph.c 图形初始化函数
2Dmath.c 2D数学函数
camera.c
camcalp_c.m
%CAMCALP_C Camera calibration matrix from parameters (central projection)
%
% C = CAMCALP_C(cp)
% C = CAMCALP_C(cp, Tcam)
% C = CAMCALP_C(cp, pC, x, z)
%
% Compute a 3x4 camera calibration matrix from
gcamera.m
%GCAMERA graphical camera model
%
% H = GCAMERA(NAME, C, DIMS)
%
% Create a graphical camera with name NAME, pixel dimensions given by
% DIMS = [xmin xmax ymin ymax] for the axes, and calibration mat
camcalp_c.m
%CAMCALP_C Camera calibration matrix from parameters (central projection)
%
% C = CAMCALP_C(cp)
% C = CAMCALP_C(cp, Tcam)
% C = CAMCALP_C(cp, pC, x, z)
%
% Compute a 3x4 camera calibration matrix from