代码搜索结果

找到约 10,000 项符合 2 的代码

a2dp_sd_close.h

/**************************************************************************** Copyright (C) Cambridge Silicon Radio Ltd. 2004-2006 Part of BlueLab 3.6.2-release FILE NAME a2dp_sd_close.h

contents.m

% CREWES velocity manipulation toolbox %Tools to convert velocity functions from one form to another % % DRAWVINT ... draw interval velocity as a piecewise constant function % VAVE2VINT ... conver

miaocounter6.vhd

LIBRARY IEEE; USE IEEE.std_logic_1164.all; USE IEEE.std_logic_arith.all; USE IEEE.std_logic_unsigned.all; ENTITY miaocounter6 IS GENERIC(LEN: integer:=6); PORT(clkin: in std_logic; Rf: in

contents.m

% CREWES velocity manipulation toolbox %Tools to convert velocity functions from one form to another % % DRAWVINT ... draw interval velocity as a piecewise constant function % VAVE2VINT ... conver

dws2pageloader.dfm

object DataModule2: TDataModule2 OldCreateOrder = False Height = 0 Width = 0 object dws2Unit1: Tdws2Unit Arrays = Classes = Constants = Forwards = Func

schoolmanagesys_2.rc2

// // SchoolManageSys_2.RC2 - Microsoft Visual C++ 不会直接编辑的资源 // #ifdef APSTUDIO_INVOKED #error 此文件不能由 Microsoft Visual C++ 编辑 #endif //APSTUDIO_INVOKED ////////////////////////////////////

ex2_2.m

%%(s+1)/(s^3+3s62+2s) num=[1, 1]; den=[1,3,2,0]; G=tf(num,den)

ex2.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 Options 1,0,0 /

ms2_2.m

n1=-5;n2=5;k=0; n=n1:n2; nt=length(n); %求n点的个数 nk=abs(k-n1)+1; %确定k在n序列中的位置 x=zeros(1,nt); %对所有样点置0 x(nk)=1;