代码搜索:reverse
找到约 4,015 项符合「reverse」的源代码
代码结果 4,015
www.eeworm.com/read/318888/13467717
c ibit_rev.c
/* Arrange input samples in bit-reverse addressing order
the index j is the bit reverse of i */
#include "icomplex.h" /* integer complex.h header file */
void bit_rev(complex *X, unsigned
www.eeworm.com/read/317326/13505890
m sa_fig3_4.m
% Smart antennas 3-D pattern for cos(theta)^4 pattern
% use 100 data points in theta and 100 data points in phi
set(0,'defaultfigurecolor','w')
tend=pi;
fx=inline('sin(theta)^2*sin(theta)*cos(ph
www.eeworm.com/read/317326/13505913
m sa_fig6_17.m
% Figure 6.17 demonstration of time varying impulse response
N=20;
h=zeros(N,4);
figure;
for j=1:4
t=ones(N,1);
a=randn(N,1);
a=abs(a)/max(abs(a));
a=fliplr(sort(a'));
test=ceil(rand(6
www.eeworm.com/read/317326/13505919
m sa_fig3_7.m
% Smart antennas figure 3.7. 3-D pattern for cos(theta)^4 pattern
% use 100 data points in theta and 100 data points in phi
tend=pi/2;
set(0,'defaultfigurecolor','w')
fx=inline('abs(sin(3*pi*sin
www.eeworm.com/read/317326/13505949
m sa_fig3_1x.m
% Smart antennas 3-D pattern for loop antennas with radius a
% use 100 data points in theta and 100 data points in phi
set(0,'defaultfigurecolor','w')
tend=pi;
%a is inserted below before the pi
www.eeworm.com/read/317326/13505958
m sa_ex3_4.m
% Example 3.4 plotting the 3-D mesh pattern for cos(theta)^2.
fx=inline('cos(theta)^2*sin(theta)*cos(phi)')
fy= inline('cos(theta)^2*sin(theta)*sin(phi)')
fz = inline('cos(theta)^2*cos(theta)')
www.eeworm.com/read/316095/13530239
lst clibarc.lst
CLIB.H
ABS.C
ATOI.C
ATOIB.C
AUXBUF.C
AVAIL.C
BSEEK.C
BTELL.C
CALL.ASM
CALLOC.C
CLEARERR.C
CSEEK.C
CSYSLIB.C
CTELL.C
DTOI.C
EXIT.C
FCLOSE.C
FEOF.C
FERROR.C
FGETC.C
FGETS.C
FOPEN.C
www.eeworm.com/read/315699/13538044
c setbuf.c
/* reverse.c -- displays a file in reverse order */
#include
#include
int main(void)
{
printf("%d\n", BUFSIZ);
return 0;
}
www.eeworm.com/read/315460/13542174
makefile
# Makefile for cbook/09-Strings/programs
# Created by the ExportAll facility
# ***************************************************************
PROGRAMS = \
acronym \
addlist \
lastchar \
www.eeworm.com/read/311680/13627079
m attain_points.m
%a=imread('pp.bmp');
%imshow(a)
[x,y]=ginput(100); % 取点
plot(x,y,'*');
%plot(x,y,'b:',x,y,'o')
%p=findobj('type','axes')
%set(p,'Ydir', 'reverse')