代码搜索:Vector

找到约 10,000 项符合「Vector」的源代码

代码结果 10,000
www.eeworm.com/read/354548/10346275

vhd compressor.vhd

--------------------------------------------------------------------------------------------------- -- -- Title : JPEG Hardware Compressor -- Design : jpeg -- Author : Victor Lopez
www.eeworm.com/read/354214/10375748

java clock_timer.java

/* * Clock_Timer.java * * Created on 2007年10月31日, 下午3:36 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package clock; impor
www.eeworm.com/read/279175/10457223

c command.c

/* Command interpreter routine for virtual terminal [aka TeletYpe] Copyright (C) 1997, 98, 99 Kunihiro Ishiguro This file is part of GNU Zebra. GNU Zebra is free software; you can redistribute i
www.eeworm.com/read/424281/10467500

c fdjac.c

/* multiroots/fdjac.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU G
www.eeworm.com/read/424281/10473453

c bidiag.c

/* linalg/bidiag.c * * Copyright (C) 2001, 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu
www.eeworm.com/read/424281/10474492

c reim_source.c

/* vector/reim_source.c * * Copyright (C) 2001, 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License
www.eeworm.com/read/424281/10474911

c qrsolv.c

/* This function computes the solution to the least squares system phi = [ A x = b , lambda D x = 0 ]^2 where A is an M by N matrix, D is an N by N diagonal matrix, lambda is a scalar
www.eeworm.com/read/160189/10559980

vhd compressor.vhd

--------------------------------------------------------------------------------------------------- -- -- Title : JPEG Hardware Compressor -- Design : jpeg -- Author : Victor Lopez Lor
www.eeworm.com/read/421211/10750495

cpp box.cpp

/* ColDet - C++ 3D Collision Detection Library * Copyright (C) 2000 Amir Geva * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Li
www.eeworm.com/read/349581/10816007

cpp subtraction.cpp

#include "mathclass.h" unit_vector operator-( unit_vector const& a ) { unit_vector b; b.p[0] = - a.p[0]; b.p[1] = - a.p[1]; b.p[2] = - a.p[2]; return b; } vector operator-( ve