代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/297899/7989331
ndb newrec.ndb
NDB006
The number of symbol table entries is: 181
The length of the symbol table is: 11618
Index Hierarchy Path
----- --------------
! &null_hpath&
. |24count:63|
; |24count:63|74161:19|f7416
www.eeworm.com/read/196830/8055796
m ex040900.m
% Chapter 4: Example 4.8:
% Check of residue functions rf2pfez and pfe2rfz
%
b = 1; a = poly([0.9,0.9,-0.9])
[R,p,c] = residuez(b,a)
www.eeworm.com/read/196830/8055808
m ex041000.m
% Chapter 4: Example 4.10:
% Check of residue functions rf2pfez and pfe2rfz
%
b = [1,0.4*sqrt(2)]; a=[1,-0.8*sqrt(2),0.64];
[R,p,C] = residuez(b,a)
Mp=abs(p') % pole magnitudes
Ap=angle(p')/p
www.eeworm.com/read/196069/8116629
m ex040900.m
% Chapter 4: Example 4.8:
% Check of residue functions rf2pfez and pfe2rfz
%
b = 1; a = poly([0.9,0.9,-0.9])
[R,p,c] = residuez(b,a)
www.eeworm.com/read/196069/8116639
m ex041000.m
% Chapter 4: Example 4.10:
% Check of residue functions rf2pfez and pfe2rfz
%
b = [1,0.4*sqrt(2)]; a=[1,-0.8*sqrt(2),0.64];
[R,p,C] = residuez(b,a)
Mp=abs(p') % pole magnitudes
Ap=angle(p')/p
www.eeworm.com/read/137379/13325353
c def_function.c
#include "a.h"
int creat_socket(int domain, int type, int protocol)
{
int sockfd;
sockfd = socket(domain, type, protocol);
if (sockfd < 0)
{
perror("socket");
exit(-1);
}
r
www.eeworm.com/read/317833/13495890
m ex040900.m
% Chapter 4: Example 4.8:
% Check of residue functions rf2pfez and pfe2rfz
%
b = 1; a = poly([0.9,0.9,-0.9])
[R,p,c] = residuez(b,a)
www.eeworm.com/read/317833/13495894
m ex041000.m
% Chapter 4: Example 4.10:
% Check of residue functions rf2pfez and pfe2rfz
%
b = [1,0.4*sqrt(2)]; a=[1,-0.8*sqrt(2),0.64];
[R,p,C] = residuez(b,a)
Mp=abs(p') % pole magnitudes
Ap=angle(p')/p