代码搜索:RLS
找到约 1,243 项符合「RLS」的源代码
代码结果 1,243
www.eeworm.com/read/287415/8687245
c rls.c
/* rls.c - a client for a remote directory listing service
* usage: rls hostname directory
*/
#include
#include
#include
#include
www.eeworm.com/read/387375/8690023
rls readico.rls
/*
============================================================================
Name : ReadICO.rls
Author :
Copyright : Your copyright notice
Description : This is a localisation file f
www.eeworm.com/read/387264/8697799
rls rep.rls
www.eeworm.com/read/287163/8715182
rls teststatus.rls
/*
============================================================================
Name : TestStatus.rls
Author : Lion
Copyright : Your copyright notice
Description : This is a loc
www.eeworm.com/read/287161/8715411
rls mtmsexample.rls
/*
============================================================================
Name : MtmsExample.rls
Author : Lion
Copyright : Your copyright notice
Description : This is a lo
www.eeworm.com/read/287159/8715713
rls bluetoothchat.rls
/*
============================================================================
Name : BluetoothChat.rls
Author : Lion
Copyright : Your copyright notice
Description : This is a
www.eeworm.com/read/287157/8716170
rls audioplayer.rls
/*
============================================================================
Name : AudioPlayer.rls
Author : Lion
Copyright : Your copyright notice
Description : This is a lo
www.eeworm.com/read/287155/8716408
rls ansphone.rls
/*
============================================================================
Name : AnsPhone.rls
Author : Lion
Copyright : Your copyright notice
Description : This is a local
www.eeworm.com/read/430435/8747141
m rls.m
function [e,w] = rls(input,d,lambda,eta,order,Po);
% RLS algorithm
% returns the a-priori output error sequence and last weight vector
N = max(size(input));
M = order;
w = zeros(M,1)
www.eeworm.com/read/429696/8793724
c rls.c
#include "stdio.h"
#include "math.h"
#include
#define pi 3.1415926
#define delta 0.001
#define Lambda 0.98
double uniform(double a,double b,long int *seed)
{
double t;
*seed=2