代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/457989/7314579
c fet140_adc12_06.c
//******************************************************************************
// MSP-FET430P140 Demo - ADC12, Repeated Sequence of Conversions
//
// Description: This example shows how to perf
www.eeworm.com/read/456354/7351420
m ip_07_04.m
% MATLAB script for Illustrative Problem 4, Chapter 7.
mapping=[0 1 3 2 7 6 4 5]; % For Gray mapping
M=8;
E=1;
sequence=[0 1 0 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0];
[e]=cm_dpske(E,M,mapping,sequence)
www.eeworm.com/read/456354/7351459
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift register sequence when the
% shift register connections are given as input to th
www.eeworm.com/read/454938/7381243
c alg38.c
#include
#include
#include
/* generates:
original element sequence:
0 1 1 2 3 5 8 13 21 34
sequence after applying remove_if < 10:
13 21 34
www.eeworm.com/read/454938/7381249
c alg36.c
#include
#include
#include
int main()
{
vector< int, allocator > vec;
for ( int ix = 0; ix < 20; ix++ )
vec.push_back( ix );
random_shuffle(
www.eeworm.com/read/454938/7381279
c alg49.c
#include
#include
#include
/* generates:
original element sequence of first container:
0 1 2 3 4 5 6 7 8 9
original element sequence of second cont
www.eeworm.com/read/454809/7382684
m 例4-7-1.m
function sequence=collatz(n)
%柯雷茨(Collatz)猜想
% 对于任意的正整数n:
% 如果n是偶数则除以2
% 如果是奇数则乘3加1
% 重复计算,直至结果为1%
sequence = n;
next_value = n;
while next_value > 1
if rem(next_value,2)==0
www.eeworm.com/read/453243/7423396
m symbols_to_bits.m
% code the dominant and subordinate pass symbols using AC
clear
%clc
load filename output
sym=sym(1:486);
lim=length(sym)+1;
sequence=[];
pass=0;
ii=1;
while ii
www.eeworm.com/read/452835/7432411
scm eightqueens.scm
;实现scheme的基本结构函数filter ,flatmap,accumulate,enumerate-interval
;
;filter函数功能:将表中满足predicate函数的元素留下,返回这些元素组成的新的表
(define (filter predicate sequence)
(cond ((null? sequence) '())
((predi
www.eeworm.com/read/452710/7435917
h,v tcp.h,v
head 1.2;
access;
symbols;
locks
dls:1.2; strict;
comment @ * @;
1.2
date 97.09.21.19.26.19; author dls; state Dist;
branches;
next 1.1;
1.1
date 94.01.14.03.54.06; author dls; state