代码搜索:arithmetic
找到约 7,844 项符合「arithmetic」的源代码
代码结果 7,844
www.eeworm.com/read/278816/10504320
c dtft.c
/* dtft.c - DTFT of length-L signal at a single frequency w */
#include /* complex arithmetic */
complex dtft(L, x, w) /* u
www.eeworm.com/read/278816/10504554
c dft.c
/* dft.c - N-point DFT of length-L real-valued signal */
#include /* complex arithmetic */
void dtftr(); /* DTFT's over a f
www.eeworm.com/read/278507/10530729
c writen.c
#include "ourhdr.h"
ssize_t /* Write "n" bytes to a descriptor. */
writen(int fd, const void *vptr, size_t n)
{
size_t nleft, nwritten;
const char *ptr;
ptr = vptr; /* can't do pointer arit
www.eeworm.com/read/159946/10584998
c dtft.c
/* dtft.c - DTFT of length-L signal at a single frequency w */
#include /* complex arithmetic */
complex dtft(L, x, w) /* u
www.eeworm.com/read/159946/10585255
c dft.c
/* dft.c - N-point DFT of length-L real-valued signal */
#include /* complex arithmetic */
void dtftr(); /* DTFT's over a f
www.eeworm.com/read/159705/10621313
txt readme.txt
========================================================================
控制台应用程序 : adaptive arithmetic 项目概况
========================================================================
应用程序向导已为您创
www.eeworm.com/read/159517/10644714
c dft.c
/* dft.c - N-point DFT of length-L real-valued signal */
#include /* complex arithmetic */
void dtftr(); /* DTFT's over a f
www.eeworm.com/read/159517/10644720
c dtft.c
/* dtft.c - DTFT of length-L signal at a single frequency w */
#include /* complex arithmetic */
complex dtft(L, x, w) /* u
www.eeworm.com/read/277283/10649677
c writen.c
#include "ourhdr.h"
ssize_t /* Write "n" bytes to a descriptor. */
writen(int fd, const void *vptr, size_t n)
{
size_t nleft, nwritten;
const char *ptr;
ptr = vptr; /* can't do pointer arit