代码搜索:satisfying
找到约 92 项符合「satisfying」的源代码
代码结果 92
www.eeworm.com/read/345569/11808550
cpp verify.cpp
/********************************************************************************************
MiraXT -- Copyright (c) 2007, Tobias Schubert, Matthew Lewis, Natalia Kalinnik, Bernd Becker
Permission
www.eeworm.com/read/349226/10840178
lif randlwss.lif
#Life 1.05
#D Pseudorandom LWSS generator with p46 logic
#D A lightweight spaceship stream is emitted representing a
#D pseudorandom binary sequence satisfying the recursion
#D a[n] = a[n-1] XOR a
www.eeworm.com/read/349226/10840664
lif randgun.lif
#Life 1.05
#D Pseudorandom number generator with p46 logic
#D A glider stream is emitted representing a pseudorandom binary
#D sequence satisfying the recursion a[n] = a[n-1] XOR a[n-12].
#D (By
www.eeworm.com/read/162614/5522221
c template14.c
// { dg-do run }
// PRMS Id: 4745
// Bug: g++ gets the constructor and destructor confused because the default
// parm prevents the two constructor types from satisfying ==.
template struc
www.eeworm.com/read/349226/10840384
lif randgun2.lif
#Life 1.05
#D Pseudorandom number generator with p120 logic
#D A glider stream is emitted representing a pseudorandom binary
#D sequence satisfying the recursion a[n] = a[n-1] XOR a[n-11].
#D (By
www.eeworm.com/read/131315/5944063
out hugereal.out
errno = 0
gimme a real that was a really satisfying 1.23456789987654e+08
errno = 0
5 statements executed in 0.00 seconds cpu time.
www.eeworm.com/read/131315/5944141
p hugereal.p
program hugereal(input,output);
var
r : real;
errno : integer;
begin
writeln('errno = ', errno);
write('gimme a real ');
readln(r);
writeln('that was a really satisfying',r);
writeln('e
www.eeworm.com/read/104361/15697201
h canon.h
/*
* canon.h - Definitions for canon.c which converts the IR trees into
* basic blocks and traces.
*
*/
typedef struct C_stmListList_ *C_stmListList;
struct C_block { C_stmListList
www.eeworm.com/read/104361/15697212
h canon.h
/*
* canon.h - Definitions for canon.c which converts the IR trees into
* basic blocks and traces.
*
*/
typedef struct C_stmListList_ *C_stmListList;
struct C_block { C_stmListList
www.eeworm.com/read/484455/6577336
m arma_last.m
%--------------------------------------------------------------------------
%
% ARMA_LAST.M
%
% This function provides an ARMA spectral estimate which is maximum
% entropy satisfying correlat