代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/385438/8805249
cpp tsp.cpp
#include
#include
#include
#define MAX 6
using namespace std;
int dis[MAX][MAX]=...{
0, 10, 20, 30, 40, 50,
12, 0 ,18, 30, 25, 21,
23, 1
www.eeworm.com/read/385416/8806095
h common.h
// -----------------------------------------------------------
// common.h
// 2004 - Jacco Bikker - jacco@bik5.com - www.bik5.com - <
// --------------------------------------------------------
www.eeworm.com/read/385416/8806113
h scene.h
// -----------------------------------------------------------
// scene.h
// 2004 - Jacco Bikker - jacco@bik5.com - www.bik5.com - <
// ---------------------------------------------------------
www.eeworm.com/read/384270/8883896
h graphicsgems.h
/*
* GraphicsGems.h
* Version 1.0 - Andrew Glassner
* from "Graphics Gems", Academic Press, 1990
*/
#ifndef GG_H
#define GG_H 1
/*********************/
/* 2d geometry types */
/*************
www.eeworm.com/read/284640/8912184
txt 相应加法器的测试向量(test bench).txt
-- download from: www.pld.com.cn & www.fpga.com.cn
entity testbench is
end;
------------------------------------------------------------------------
-- testbench for 8-bit adder
------------
www.eeworm.com/read/283587/9005544
c dsputil_altivec.c
/*
* Copyright (c) 2002 Brian Foley
* Copyright (c) 2002 Dieter Shirley
* Copyright (c) 2003-2004 Romain Dolbeau
*
* This library is free software; you can redistribute it an
www.eeworm.com/read/382131/9046982
cpp mytritri.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/179374/9359697
c svdfit.c
/* Driver for routine svdfit */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define NPT 100
#define SPREAD 0.02
#define NPOL 5
int main(void)
www.eeworm.com/read/365357/9866467
m topocent.m
function [Az, El, D] = topocent(X,dx)
%TOPOCENT Transformation of vector dx into topocentric coordinate
% system with origin at X.
% Both parameters are 3 by 1 vectors.
%
www.eeworm.com/read/365348/9867124
m topocent.m
function [Az, El, D] = topocent(X,dx)
%TOPOCENT Transformation of vector dx into topocentric coordinate
% system with origin at X.
% Both parameters are 3 by 1 vectors.
%