代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/345936/11779517
h sequence_concepts.h
/*
* Copyright (c) 1999
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted
www.eeworm.com/read/156528/11795173
m m_sequence.m
function mseq = m_sequence(fbconnection)
n = length(fbconnection);
N = 2^n-1;
register = [zeros(1,n-1) 1];
mseq(1)=register(n);
for i = 2:N
newregister(1)=mod(sum(fbconnection.*register),2);
www.eeworm.com/read/344238/11897343
java sequence12.java
// exceptions/Sequence12.java
// TIJ4 Chapter Exceptions, Excercise 12, page 471
/* Modify innerclasses/Sequence.java so that it throws an appropriate
* exception if you try to put in too many elem
www.eeworm.com/read/344238/11897604
java sequence4.java
// innerclasses/Sequence4.java
// TIJ4 Chapter Innerclasses, Exercise 4, page 352
/* Add a method to the class Sequence.SequenceSelector that produces the
* reference to the outer class Sequence.
www.eeworm.com/read/344238/11897616
java sequence2.java
// innerclasses/Sequence2.java
// TIJ4 Chapter Innerclasses, Exercise 2, page 350
/* Create a class that holds a String, and has a toString() method that
* displays this String. Add several instanc
www.eeworm.com/read/344238/11897898
java sequence3.java
// holding/Sequence3.java
// TIJ4 Chapter Holding, Exercise 3, page 396
/* Modify innerclasses/Sequence.java so that you can add any number
* of elements to it.
*/
import java.util.*;
interfac
www.eeworm.com/read/344238/11897908
java sequence9.java
// holding/Sequence9.java
// TIJ4 Chapter Holding, Exercise 9, page 409
// Modify innerclasses/Sequence.java so that Sequence works with an Iterator
// instead of a Selector.
import java.util.*;
www.eeworm.com/read/154760/11928426
asv sample_sequence.asv
function varargout = sample_sequence(varargin)
% SAMPLE_SEQUENCE M-file for sample_sequence.fig
% SAMPLE_SEQUENCE, by itself, creates a new SAMPLE_SEQUENCE or raises the existing
% single
www.eeworm.com/read/154760/11928452
m sample_sequence.m
function varargout = sample_sequence(varargin)
% SAMPLE_SEQUENCE M-file for sample_sequence.fig
% SAMPLE_SEQUENCE, by itself, creates a new SAMPLE_SEQUENCE or raises the existing
% single