代码搜索:SW
找到约 10,000 项符合「SW」的源代码
代码结果 10,000
www.eeworm.com/read/291662/8404145
asv 匹配滤波器.asv
t=0:0.02:10;s=cos((pi*t+t.*t)');N=length(s);
n=randn(N,1);x=s+n;
sw=fft(x,N);hw=conj(sw)*exp(-i*t*10);
h=ifft(h,N);y=conv(x,h);
subplot(2,2,1),plot(t,s);subplot(2,2,2),plot(n);subplot(2,2,3),plot(
www.eeworm.com/read/191299/8431161
bas modvbworld.bas
Attribute VB_Name = "modvbworld"
Option Explicit
' VB-World.net global support library for demo projects
' John Percival, Feb '99
Public Const URL = "http://www.vb-world.net"
Public Const URL
www.eeworm.com/read/190618/8439908
s k4102.s
/*************************************************************
* File: lib/k4102.s
* Purpose: A serialICE kernel for the BDMR4102 eval board. This
* kernel uses the SerialICE-Port interface.
* Author:
www.eeworm.com/read/190618/8441487
s mips.s
/*************************************************************
* File: pmon/mips.s
* Purpose: startup code for PMON
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970304 Start of rev
www.eeworm.com/read/290131/8503075
v control.v
module control(EN_in,SW1,RST,Red1,Red2,Yellow1,Yellow2,Green1,Green2);
output Red1;
output Red2;
output Yellow1;
output Yellow2;
output Green1;
output Green2;
input [1:0] EN_in;
input
www.eeworm.com/read/432518/8597536
h vector.h
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the ’240x. Unuse
www.eeworm.com/read/432518/8597657
h vector.h
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the ’240x. Unuse
www.eeworm.com/read/431943/8645766
h vector.h
;************************************************************
; File name: vector.h
; Interrupt Vector declarations
; This section contains the vectors for various interrupts in
; the ’240x. Unuse
www.eeworm.com/read/431425/8677294
bas modopenweblink.bas
Attribute VB_Name = "modOpenWebLink"
'****************************************************************************
'人人为我,我为人人
'枕善居汉化收藏整理
'发布日期:05/06/10
'描 述:MSHFlexGrid 控件数据显示示例
'网 站:http://ww
www.eeworm.com/read/431224/8697160
m swsum.m
function swsum(a,k)
global SW
if ~a.n, return, end
for i = 1:a.n
idx = findbus(SW,a.bus(i));
SW = swsum(SW,idx,k*a.con(i,6)*a.u(i));
end