代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/389184/8544791
m testhuff.m
% TestHuff Test and example of how to use Huff06
%----------------------------------------------------------------------
% Copyright (c) 2000. Karl Skretting. All rights reserved.
% Hogskole
www.eeworm.com/read/388975/8560405
simple-service
#!/usr/bin/python
import sys
import time
import dbus
xml = ' \
\
\
\
\
www.eeworm.com/read/388823/8573481
h krb5_asn.h
/* krb5_asn.h */
/* Written by Vern Staats for the OpenSSL project,
** using ocsp/{*.h,*asn*.c} as a starting point
*/
/* =================================================
www.eeworm.com/read/289056/8582276
s sub_play_tone_seq.s
;START_HEADER
;
; dsPIC30F6014 Demo Source File
; (c) Copyright 2005 Microchip Technology, All rights reserved
;
; --------------------------------------------------------------------------
; Fi
www.eeworm.com/read/288910/8594804
c alg41.c
#include
#include
#include
/*
original element sequence:
0 1 1 2 3 5 8 13 21 34
sequence after applying replace_if < 10 with 0:
0 0 0 0 0 0 0 13
www.eeworm.com/read/288820/8605209
test-database
#!/usr/bin/python
import time
import dbus
bus = dbus.SystemBus()
xml = ' \
\
\
\
\
www.eeworm.com/read/388370/8612499
m sigadd.m
function [y,n] = sigadd(x1,n1,x2,n2)
% implements y(n) = x1(n)+x2(n)
% -----------------------------
% [y,n] = sigadd(x1,n1,x2,n2)
% y = sum sequence over n, which includes n1 and n2
% x1 = fi
www.eeworm.com/read/388370/8612575
m sigmult.m
function [y,n] = sigmult(x1,n1,x2,n2)
% implements y(n) = x1(n)*x2(n)
% -----------------------------
% [y,n] = sigmult(x1,n1,x2,n2)
% y = product sequence over n, which includes n1 and n2
% x