代码搜索:sequence

找到约 10,000 项符合「sequence」的源代码

代码结果 10,000
www.eeworm.com/read/297325/8029727

m undistort_sequence.m

%%% INPUT THE IMAGE FILE NAME: graphout = 0; if ~exist('fc')|~exist('cc')|~exist('kc')|~exist('alpha_c'), fprintf(1,'No intrinsic camera parameters available. Maybe, need to load Calib_Resul
www.eeworm.com/read/296178/8118720

m m_sequence.m

% 函数m sequence. m 用来产生m 序列,输入参数为由本原多项式所对应的反馈连接形式。其代码如下: function [mseq]= m_sequence(fbconnection); %fbconnection=(eye()); %序列的寄存器 n = length(fbconnection); N = 2^(n-1)-1;%序列的长度 register = [zero
www.eeworm.com/read/145715/12706117

m undistort_sequence.m

%%% INPUT THE IMAGE FILE NAME: graphout = 0; if ~exist('fc')|~exist('cc')|~exist('kc')|~exist('alpha_c'), fprintf(1,'No intrinsic camera parameters available. Maybe, need to load Calib_Resul
www.eeworm.com/read/333003/12711330

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/333003/12711346

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/333003/12711806

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/333003/12712314

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/333003/12712322

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/332899/12717707

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/332899/12717919

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.