代码搜索:CLOSE
找到约 10,000 项符合「CLOSE」的源代码
代码结果 10,000
www.eeworm.com/read/446353/7581011
m ex3_5.m
clear all
close all
clc
M=32;
alpha=(M-1)/2;
magHk=[1,1,1,0.5,zeros(1,25),0.5,1,1];
k1=0:15;
k2=16:M-1;
angHk=[-alpha*2*pi/M*k1,alpha*2*pi/M*(M-k2)];
H=magHk.*exp(j*angHk);
h=real(ifft(H,M))
www.eeworm.com/read/446351/7581041
m ex2_2.m
clear all;
close all;
clc;
N=32;
n=0:N-1;
xn=cos(pi*n/6);
k=0:N-1;
WN=exp(-j*2*pi/N);
nk=n'*k;
WNnk=WN.^nk;
Xk=xn*WNnk;
figure(1)
stem(n,xn)
figure(2)
stem(k,abs(Xk));
www.eeworm.com/read/446347/7581116
m ex1_10.m
clear all;
clc;
close all;
b=[0.3 0.2];
a=[1,-0.4,-0.7];
[r p k]=residuez(b,a)
www.eeworm.com/read/446242/7582893
cpp jtxor.cpp
#include //cin & cout
#include //ifstream and ostream
#include //string class
#include //exit, system, strtol
using namespace std;
/*
xorcrypt.cpp by James Tur
www.eeworm.com/read/179236/7583841
dat funcinsert.dat
_chmod()
_clear87()
_close()
_creat()
_fpreset()
_graphfreemem()
_graphgetmem()
_lrotl()
_open()
_read()
_status87()
_toascii()
_tolower()
_toupper()
_write()
abort()
abs()
absread()
www.eeworm.com/read/445950/7587513
c creattmp.c
#include
#include
#include
void main(void)
{
char path[64] = "C:\\TEMP\\";
int handle;
if ((handle = creattemp(path, 0)) == -1)
printf("Error cr