代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/139528/13150920
h parse.h
#include "scan.h"
class Parse
{
public:
Scan scan; //词法分析对象
FILE *listing;
TreeNode * syntaxTree; //语法树跟节点
int Error;
int indentno;
public:
Parse(){
www.eeworm.com/read/240378/13221358
txt readmejsp.txt
文件la0i.txt的格式如下:
sequence[0][0] p[0][0] sequence[0][1] p[0][1] sequence[0][2] p[0][2] sequence[0][3] p[0][3]
sequence[1][0] p[1][0] sequence[1][1] p[1][1] sequence[1][2] p[1][2] sequence[1][3] p[1]
www.eeworm.com/read/240116/13236544
h global.h
/* global.h, global variables, function prototypes */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/324406/13264205
m main1.m
%简单main函数,用来测试基本的协同过程
tic
nr_of_iterations=1000; %循环次数
SNR=[-10:2.5:15];%dB形式
use_direct_link=1;%直接传输
use_relay=1;%通过伙伴传输
P=2;%总功率为2
global signal;%发送信号的全局变量
signal=generate_signal_structu
www.eeworm.com/read/324406/13264231
m power_control.m
function [signal_sequence]=power_control(Ps,signal_sequence);
%用一定的发送功率Ps发送信号
signal_sequence=signal_sequence*sqrt(Ps);
www.eeworm.com/read/323831/13314128
h memorydataset.h
// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms,
www.eeworm.com/read/323831/13314155
h iosequencearray.h
// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch)
//
// This file is part of Torch 3.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms,
www.eeworm.com/read/323612/13334028
java test.java
package gsp;
import java.util.ArrayList;
public class Test {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
GSP gsp = new G
www.eeworm.com/read/322692/13371223
c fet140_adc12_05.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// This example shows how to perform a repeate
www.eeworm.com/read/321771/13399521
m regrident.m
function [f] = RegrIdent(u,y,d,lambda,f)
% [f] = RegrIdent(u,y,d,lambda,f)
% [f] = RegrIdent(u,y,d,lambda)
% [f] = RegrIdent(u,y,d)
%
% Identify SISO system recursively.
%
% Input par