代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/355179/10288807
h complex_operation.h
/* 复数运算 */
struct _complex
{
double x;
double y;
};
struct _complex mul1(struct _complex a,struct _complex b)
{
struct _complex Commul;
Commul.x=a.x*b.x-a.y*b.y;
Comm
www.eeworm.com/read/424281/10467932
h complex_internal.h
/* Handling of packed complex types... not meant for client consumption.
*/
#ifndef COMPLEX_INTERNAL_H_
#define COMPLEX_INTERNAL_H_
#define VECTOR(a,stride,i) ((a)[(stride)*(i)])
#define REAL(a,stri
www.eeworm.com/read/424281/10473356
h gsl_complex.h
/* complex/gsl_complex.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/278961/10485108
png complex_number.png
www.eeworm.com/read/424023/10506273
pbl complex_app.pbl
www.eeworm.com/read/424023/10506276
pbt complex_app.pbt
Save Format v3.0(19990112)
appname "complex_app";
applib "complex_app.pbl";
liblist "complex_app.pbl";
type "pb";
www.eeworm.com/read/350540/10732862
m svr_complex.m
function [nsv, beta, bias,alpha] = svr_complex(X,Y,ker,C,loss,e)
%SVR Support Vector Regression
%
% Usage: [nsv beta bias] = svr(X,Y,ker,C,loss,e)
%
% Parameters: X - Training inputs
%
www.eeworm.com/read/420704/10780021
cpp complex_trig.cpp
/*
* Copyright (c) 1999
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
www.eeworm.com/read/420704/10780035
cpp complex_io.cpp
/*
* Copyright (c) 1999
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed