代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/405376/11464115
m func_.m
%不同的窗函数
function x=func_(X)
global DFi IL_ C a2
IL_2=abs(IL_).^2;
sum=0;
for ii=1:C
sum=DFi(ii,ii)^2*IL_2(ii)/(DFi(ii,ii)^2+X+eps)^2+sum;
end
x=sum-a2;
end
www.eeworm.com/read/402465/11534532
c func.c
#include "Func.h"
#include "Types.h"
/*
* func_toggle() -
* Used to check the toggle bit (Q6). This can be used
* to detect if the write/erase operation is completed.
*
* Return:
www.eeworm.com/read/402465/11534539
h func.h
#ifndef _FUNC_H_
#define _FUNC_H_
#include "Types.h"
#define SysAddr16(sysbase, offset) ((volatile U16*)(sysbase)+(offset))
extern U32 func_readid(U32 sysbase);
extern int func_erase_
www.eeworm.com/read/402465/11534542
c func.c
#include "Func.h"
#include "Types.h"
/*
* func_toggle() -
* Used to check the toggle bit (Q6). This can be used
* to detect if the write/erase operation is completed.
*
* Return
www.eeworm.com/read/402465/11534549
h func.h
#ifndef _FUNC_H_
#define _FUNC_H_
#include "Types.h"
#define SysAddr8(sysbase, offset) ((volatile U8*)(sysbase)+(offset))
extern U32 func_readid(U32 sysbase);
extern int func_erase_ch
www.eeworm.com/read/158710/11591516
h func.h
www.eeworm.com/read/158686/11592562
vcx func.vcx
www.eeworm.com/read/158686/11592591
vct func.vct
www.eeworm.com/read/158283/11627760
c func.c
/*
** 2002 February 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivene