代码搜索结果
找到约 2,032 项符合
Vision 的代码
cmd_doc.c
/*
* Driver for Disk-On-Chip 2000 and Millennium
* (c) 1999 Machine Vision Holdings, Inc.
* (c) 1999, 2000 David Woodhouse
*
* $Id: doc2000.c,v 1.46 2001/10/02 15:05:13 dwmw
cmd_nand.c
/*
* Driver for NAND support, Rick Bronson
* borrowed heavily from:
* (c) 1999 Machine Vision Holdings, Inc.
* (c) 1999, 2000 David Woodhouse
*
* Added 16-bit nand support
flash.c
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
* (C) Copyright 2001-2003
*
* Changes for MATRIX Vision mvBLUE devices
* MATRIX Vision GmbH / hg,as info@matrix-vi
mvblue.c
/*
* GNU General Public License for more details.
*
* MATRIX Vision GmbH / June 2002-Nov 2003
* Andre Schwarz
*/
#include
#include
#include
#include
flash.c
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* Changes for MATRIX Vision MVsensor (C) Copyright 2001
* MATRIX Vision GmbH / hg, info@matrix-vision.de
*
* Se
readme
This port is for the MATRIX Vision mvSensor.
It is an mpc823-based universal image processing board
with CMOS or CCD sensor, 4MB FLASH and 16-64MB RAM.
See http://www.matrix-vision.de for more detail
mvs1.c
/*
* (C) Copyright 2000
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* Changes for MATRIX Vision MVsensor (C) Copyright 2001
* MATRIX Vision GmbH / hg, info@matrix-vision.de
*
* Se
16×16点阵.plg
礦ision2 Build Log
Project:
G:\Benny的文档\Proteus\阵列16×16点阵\Vision 1\16×16点阵.uv2
Project File Date: 04/24/2006
Output:
Build target 'Target 1'
a
init_normal_weno.m
function [Vn_ext] = init_normal_WENO(Vn)
%
% Extends boundary of Vn
%
% Author: Baris Sumengen sumengen@ece.ucsb.edu
% http://vision.ece.ucsb.edu/~sumengen/
%
Vn_ext = zeros(size(Vn)+6);
Vn
get_dt_vector_kappa.m
function [dt] = get_dt_vector_kappa(alpha,dx,dy,u,v,b, dx2, dy2)
%
% Calculate the Euler time step.
%
% Author: Baris Sumengen sumengen@ece.ucsb.edu
% http://vision.ece.ucsb.edu/~sumengen/
%