代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/209265/15224306
h global.h
/* global.h, global variables, function prototypes */
/* Copyright (C) 1994, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/208919/15231013
c brust.order.c
/*----------------------------------------------------------------------------
*
* DEMONSTRATION OF THE SEQUENCE OF ADDRESSES
* IN BURST EXCHANGE CYCLE
* ============================
www.eeworm.com/read/208727/15238578
cpp 随机数序列.cpp
#include
#include
#include
const double INIT_SEED=13.17;
const double PI=4*atan(1);
class Random
{
public:
Random(double fInitSeed = INIT_SEED)
{
www.eeworm.com/read/208040/15255483
m evenodd.m
function[xe,xo,m]=evenodd(x,n)
%奇偶合成
%
if any(imag(x) ~=0)
error('x is not a real sequence')
end
m=-fliplr(n);
m1=min([m,n]);m2=max([m,n]);m=m1:m2;
nm=n(1)-m(1);n1=1:length(n);
x1=zeros(1
www.eeworm.com/read/207278/15275920
m srexpand.m
function y = srexpand(x, L)
%SREXPAND zero fills with L-1 zeros between each sample
%--------
% Usage: Y = srexpand(X, L)
%
% insert L-1 zeros between each sample of the sequence X.
www.eeworm.com/read/206473/15294412
oracle-
create table books (
ID number(3),
BookName varchar2(20),
Press varchar2(20),
Author varchar2(20),
PressDate Date,
Price number(5,2),
Com varchar2(20),
books_count number(2),
borrowed_count n
www.eeworm.com/read/206047/15301056
txt oracle数据库的创建文档 .txt
create table books (
ID number(3),
BookName varchar2(20),
Press varchar2(20),
Author varchar2(20),
PressDate Date,
Price number(5,2),
Com varchar2(20),
books_count number(2),
borrowed_count n
www.eeworm.com/read/205378/15317054
s ster_window16.s
;************************************************************************
; (c)1996 Copyright LuxSonor, Inc. All rights reserved
;
; Revision 1.0
;
;
; Module: Windowing test code
;
; Initia
www.eeworm.com/read/205376/15317113
s ster_window16.s
;************************************************************************
; (c)1996 Copyright LuxSonor, Inc. All rights reserved
;
; Revision 1.0
;
;
; Module: Windowing test code
;
; Initia
www.eeworm.com/read/173078/5380435
asn cap.asn
-- This file holds some of the H.245 types, which are not written in h245.asn as they should.
-- The reason for that is the need of the types in this file in both h245.asn and h225asn1.asn.
H323-M