代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/325932/13174275
txt readme_rm52j.txt
rm52j版本修改处:
1. picture_distance的计算
编码端:将picture_distance的计算移至init_frame()中;
解码端:int calculate_distance(int blkref, int fw_bw ) in macroblock.c
将用于计算DistanceIndex 和 BlockDistance
www.eeworm.com/read/240398/13220565
cpp pso.cpp
// pso.cpp : Defines the entry point for the console application.
//
//pso 根据 ga-3自适应改进2 修改。
//2005 4.28
//2005 10.29
#include
#include "stdafx.h"
#include "iomanip.h"
ofstream
www.eeworm.com/read/240116/13236629
c systems.c
/* systems.c, systems-specific routines */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These sof
www.eeworm.com/read/324406/13264137
m main_2_sender_no_erc.m
%两个等同发送者(一个接收端,只加一个噪声)的实际性能曲线和理论曲线的比较,及与单链路的比较,若等同发送者每个
%的功率为p/2。则单链路发送者的功率为p
tic
nr_of_iterations=100; %循环次数
SNR=[-10:2.5:15];%dB形式
global signal;%发送信号的全局变量
signal=generate_signal_structure;%发送
www.eeworm.com/read/324406/13264220
m prepare_relay2send.m
function [relay]=prepare_relay2send(relay,channel,ps,pr);
%relay接收信号,为转发做准备
global signal;
switch relay.mode
case 'AAF'
relay.amplification=sqrt(pr./(ps.*channel.attenuation.h_mag.^
www.eeworm.com/read/324404/13264440
m prepare_relay2send.m
function relay = prepare_relay2send(relay,channel);
% Relay: Prepare received signal to make it ready to send
global signal;
switch relay.mode
case 'AF'
% Amplify and Forward
% Normalise signal
www.eeworm.com/read/324404/13264480
asv prepare_relay2send.asv
function relay = prepare_relay2send(relay,channel);
% Relay: Prepare received signal to make it ready to send
global signal;
switch relay.mode
case 'AAF'
% Amplify and Forward
% Normalise signal
www.eeworm.com/read/136766/13361946
m makefigs.m
% MakeFigs creates a number of the figures that appear in "Wavelets for
% Computer Graphics: A Primer" by Eric J. Stollnitz, Tony D. DeRose, and
% David H. Salesin.
% One-dimensional Haar sequence of
www.eeworm.com/read/322174/13386831
cpp ex163_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC_MSSQL_2005 // Compile OTL 4/ODBC, MS SQL 2005
//#define OTL_ODBC // Compile OTL 4/ODBC. Uncomment this when used with
www.eeworm.com/read/322174/13386965
cpp ex418_odbc.cpp
#include
using namespace std;
#include
#define OTL_ODBC
//#define OTL_ODBC_UNIX // Compile OTL 4.0/ODBC
#include // include the OTL 4.0 header file
otl_conne