代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/349709/10802780
sql generatestudentid.sql
/*
* GenerateStudentID.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates user defined trigger.
*/
SET ECHO ON
CRE
www.eeworm.com/read/470075/6924311
m q3.10.m
% Program P3_3
% Frequency-Shifting Properties of DTFT
clf;
w = -pi:2*pi/255:pi; wo = 0.4*pi; % w是从-π到π,中间等间隔
num1 = [1 3 5 7 9 11 13 15 17]; %一维数组分别赋值
L = length(num1); %一维数
www.eeworm.com/read/421367/7091855
pas drillworkpriortask_unt.pas
unit DrillWorkPriorTask_Unt;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DataEdit_BaseUnt, DB, Grids, DBGrids, StdCtrls, Buttons,
www.eeworm.com/read/421367/7091920
pas priortask_unt.pas
unit PriorTask_Unt;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DataEdit_BaseUnt, DB, Grids, DBGrids, StdCtrls, Buttons,
ExtCtrls,
www.eeworm.com/read/421367/7091921
pas firstfacedrillworkpriortask_unt.pas
unit FirstFaceDrillWorkPriorTask_Unt;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DataEdit_BaseUnt, DB, Grids, DBGrids, StdCtrls, But
www.eeworm.com/read/444854/7104771
cpp ribbonmanager.cpp
//+-----------------------------------------------------------------------------
//| Included files
//+-----------------------------------------------------------------------------
#include "Ribbon
www.eeworm.com/read/130418/7128278
txt table.txt
bookBrowse:
Id number(3),primary key
studentName varchar2(40),not null
bookName varchar2(40),not null
borrowDate Date,
returnDate Date,
www.eeworm.com/read/333209/7154886
m tf_smooth.m
%TF_SMOOTH Two filter based Smoother
%
% Syntax:
% [M,P] = TF_SMOOTH(M,P,Y,A,Q,H,R,[use_inf])
%
% In:
% M - NxK matrix of K mean estimates from Kalman filter
% P - NxNxK matrix of K state covar
www.eeworm.com/read/463748/7176121
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
www.eeworm.com/read/462323/7202783
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