代码搜索:SA技术

找到约 10,000 项符合「SA技术」的源代码

代码结果 10,000
www.eeworm.com/read/426992/8987574

rpt sa020.rpt

www.eeworm.com/read/426992/8987581

rpt sa032.rpt

www.eeworm.com/read/382497/9024291

h sa_io.h

#ifndef SA_IO_H #define SA_IO_H #include "arm_io.h" namespace simit{ /* IO for StrongARM */ class sa_io : public arm_io { public: sa_io(arm_emulator *emu); ~sa_io(); void re
www.eeworm.com/read/382497/9024320

cpp sa_io.cpp

#include #include #include #include "sa_io.h" #define F_CORE (100 * 1024 * 1024) //core frequence #define F_RTC 32768 //RTC #define F_OS 3686400 //OS timer #d
www.eeworm.com/read/184304/9110738

dll sa_mex.dll

www.eeworm.com/read/184304/9110747

m sa_mex.m

function y=sa(x) x=x+(x==0)*eps; y=sin(x)./x;
www.eeworm.com/read/380682/9135108

cc sa.cc.cc

/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ /* * Copyright (c) Xerox Corporation 1997. All rights reserved. * * License is granted to copy, to use, and to make and
www.eeworm.com/read/380682/9135148

h sa.h.h

/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ /* * Copyright (c) Xerox Corporation 1997. All rights reserved. * * License is granted to copy, to use, and to make and
www.eeworm.com/read/182200/9212036

c ga_sa.c

/********************************************************************** ga_sa.c ********************************************************************** ga_sa - A simulated annealling algorithm fo
www.eeworm.com/read/182200/9212040

h ga_sa.h

/********************************************************************** ga_sa.h ********************************************************************** ga_sa - A simulated annealling algorithm fo