代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
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/446006/7586897
py listing2-2.py
# Split up a URL of the form http://www.something.com
url = raw_input('Please enter the URL: ')
domain = url[11:-4]
print "Domain name: " + domain
www.eeworm.com/read/445783/7590369
uv2 ledtest2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
Options 1,0,
www.eeworm.com/read/445722/7591682
mfe pkz2_2.mfe
www.eeworm.com/read/445478/7595193
m program2_2.m
%Program 2_2
%Generation of real exponential sequence
%
a=input('Type in real exponent= ');% a fun玢o input aceita qualquer valor na entrada, seja ele de qualquer tipo.
b=input('Type in imaginary e
www.eeworm.com/read/445478/7595201
asv program2_2.asv
%Program 2_2
%Generation of real exponential sequence
%
a=input('Type in real exponent= ');% a fun玢o input aceita qualquer valor na entrada, seja ele de qualquer tipo.
b=input('Type in imaginary e
www.eeworm.com/read/445448/7595403
gif f2-2.gif
www.eeworm.com/read/445425/7595566
m l2_2.m
%程序L2_2.m: 矩阵的直积%
A=[1 1;-1 1];
B=[1 2;3 4];
A1=A'; B1=B'; %将矩阵转置
A2=inv(A); B2=inv(B); %求反矩阵
kron1=kron(A,B); %求右直接乘积
kron2=kron(A1,B1);
kron3=kron(A2,B2);
kro
www.eeworm.com/read/444331/7613845
mdl chap2_2.mdl
Model {
Name "chap2_2"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/444277/7614657
c algo2-2.c
/* algo2-2.c 实现算法2.2的程序 */
#include"c1.h"
typedef int ElemType;
#include"c2-1.h"
#include"bo2-1.c"
void MergeList(SqList La,SqList Lb,SqList *Lc) /* 算法2.2 */
{ /* 已知线性表La和Lb中的数据元素按值非递减排