代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/421375/10739193
dsw sequence_main.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/349548/10819754
sym pulse_sequence.sym
www.eeworm.com/read/349548/10819758
vhd pulse_sequence.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity pulse_sequence is
port (
res:in std_logic; --定义复位信号
in1:in std_logic; --定
www.eeworm.com/read/419656/10847633
ico midi sequence.ico
www.eeworm.com/read/419522/10863567
cpp 010sequence.cpp
#include
#include
#include
#define MAX 100
int s[MAX];
int r[MAX];
int num;
int process(int n, int N)
{
int m;
if(n == N) {
return 0;
}
s[n
www.eeworm.com/read/348630/10880080
asv m_sequence.asv
function [seq]=m_sequence(connections)
%MSRG(模件抽头型)结构
m=length(connections);%移位寄存器的级数
L=2^m-1;%m序列长度
registers=[zeros(1,m-1) 1];%寄存器初始化
seq(1)=registers(m);%m序列的第一位取移位寄存器移位输出的值
for i=2:L,
n
www.eeworm.com/read/348630/10880083
m m_sequence.m
function [seq]=m_sequence(connections)
%MSRG(模件抽头型)结构
m=length(connections);%移位寄存器的级数
L=2^m-1;%m序列长度
registers=[zeros(1,m-1) 1];%寄存器初始化
seq(1)=registers(m);%m序列的第一位取移位寄存器移位输出的值
for i=2:L,
n
www.eeworm.com/read/273536/10911881
c constr_sequence.c
/*-
* Copyright (c) 2003, 2004, 2005 Lev Walkin .
* All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#inc
www.eeworm.com/read/273536/10911966
h constr_sequence.h
/*-
* Copyright (c) 2003, 2004 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _CONSTR_SEQUENCE_H_
#define _CO
www.eeworm.com/read/273536/10912000
h constr_sequence_of.h
/*-
* Copyright (c) 2003, 2005 Lev Walkin . All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _CONSTR_SEQUENCE_OF_H_
#define