代码搜索:Vector
找到约 10,000 项符合「Vector」的源代码
代码结果 10,000
www.eeworm.com/read/106940/15616955
c splin2.c
void splin2(x1a,x2a,ya,y2a,m,n,x1,x2,y)
float x1a[],x2a[],**ya,**y2a,x1,x2,*y;
int m,n;
{
int j;
float *ytmp,*yytmp,*vector();
void spline(),splint(),free_vector();
ytmp=vector(1,n);
yy
www.eeworm.com/read/106940/15616958
c powell.c
#include
#define ITMAX 200
static float sqrarg;
#define SQR(a) (sqrarg=(a),sqrarg*sqrarg)
void powell(p,xi,n,ftol,iter,fret,func)
float p[],**xi,ftol,*fret,(*func)();
int n,*iter;
www.eeworm.com/read/103170/15742753
h geom2d.h
/*****************************************************************************
**
** geom2d.h: an include file containing class definitions and inline
** functions related to 2D geometrical primitive
www.eeworm.com/read/102810/15758436
s vect.s
;-------------------------------------------------------------------------
;
; vect.s (H8/300H 3003 LCEVB EDK)
;
; This file was modified from a generated vect.s by the HiVIEW project
; gene
www.eeworm.com/read/101638/15823004
c huf_main.c
// ==============================================================
//
// Copyright (c) 1999-2001 by Alex Vinokur. This work and all works
// derived from it may be copied and modified without any
www.eeworm.com/read/101636/15823019
c huf_main.c
// ==============================================================
//
// Copyright (c) 1999-2001 by Alex Vinokur. This work and all works
// derived from it may be copied and modified without any
www.eeworm.com/read/179705/9341634
c dogleg.c
/* multiroots/dogleg.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Genera
www.eeworm.com/read/358400/10189798
h arm_intc.h
/*
Davinci ARM Evaluation Software
(c)Texas Instruments 2003
*/
/** \file intc.h
\brief Interrupt Controller User APIs
*/
#ifndef __INTC_H__
#define __INTC_H__
#include
www.eeworm.com/read/424281/10467478
c dogleg.c
/* multiroots/dogleg.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
www.eeworm.com/read/439651/7704430
m func3.m
function [ave1, ave2] = func3(vector1, vector2);
ave1 = sum(vector1)/length(vector1);
ave2 = sum(vector2)/length(vector2);