代码搜索:deterministic
找到约 440 项符合「deterministic」的源代码
代码结果 440
www.eeworm.com/read/174160/9605671
m simmd1.m
function [jumptimes, systsize] = simmd1(tmax, lambda)
% SIMMD1 simulate a M/D/1 queueing system. Poisson arrivals
% of intensity lambda, deterministic service times S=1.
%
% [jumptimes, systsize
www.eeworm.com/read/371997/9525713
m ex9bvp.m
function ex9bvp
%EX9BVP Example 9 of the BVP tutorial.
% This boundary value problem is the subject of Chapter 8 of
% C.C. Lin and L.A. Segel, Mathematics Applied to Deterministic
% Proble
www.eeworm.com/read/145388/7125252
m ex9bvp.m
function ex9bvp
%EX9BVP Example 9 of the BVP tutorial.
% This boundary value problem is the subject of Chapter 8 of
% C.C. Lin and L.A. Segel, Mathematics Applied to Deterministic
% Proble
www.eeworm.com/read/145388/7125265
m ex9bvp.m
function ex9bvp
%EX9BVP Example 9 of the BVP tutorial.
% This boundary value problem is the subject of Chapter 8 of
% C.C. Lin and L.A. Segel, Mathematics Applied to Deterministic
% Proble
www.eeworm.com/read/145388/7125281
m ex9bvp.m
function ex9bvp
%EX9BVP Example 9 of the BVP tutorial.
% This boundary value problem is the subject of Chapter 8 of
% C.C. Lin and L.A. Segel, Mathematics Applied to Deterministic
% Proble
www.eeworm.com/read/163918/10139977
m er_firlsinv.m
function [hs,es] = er_firlsinv(gnum,gden,fnum,fden,n,m)
% function [hs,es] = er_firlsinv(gnum,gden,fnum,fden,n,m)
% Function to find deterministic least squares inverse FIR filter coefficients
%
www.eeworm.com/read/305190/13777268
m subid3b.m
function [M,P,SV] = subid3b(data,n,i,Dzero,method)
%SUBID3B Three-block subspace method for identification of linear systems.
%
% SUBID3B estimates a combined deterministic-stochastic linear state
www.eeworm.com/read/488525/6488806
lisp an_nfa1.lisp
;;;; simulate a non-deterministic finite automata, aka nfa
;;; example nfa in list form w/input strings
(defparameter *nfa/input*
'(((0 1) ;alphabet
(q0 q1 q2 ) ;states
(q0) ;start states
(q0
www.eeworm.com/read/182905/9186050
m ica_6.m
echo off;
clear all;
close all;
format long;
NT=2;
NG=20000;
L=20;
NN=NG+NT;
N=6;
M=6;
T=0.0001;
NNN=T*(1:NN);
snr1=sqrt(0.);
arfa=0.995;
% five deterministic sub-Gau
www.eeworm.com/read/231996/14212215
c random.c
#include
#include
#include
#include "pbc_random.h"
#include "pbc_utils.h"
#include "pbc_memory.h"
static void deterministic_mpz_random(mpz_t z, mpz_t limit, void *data)
{