代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/245201/12810888
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/245201/12810949
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/244840/12840497
ini hfgame.ini
[csplugin.exe]
Sequence=1000019
[cssres.ini]
Sequence=1000004
[UserAvatar.dll]
Sequence=1000014
[Proxy.dll]
Sequence=1000008
[gamebaseplugin.dll]
Sequence=1000019
[IShowSocket.dll]
Sequence
www.eeworm.com/read/244840/12840616
ini hfgame.ini
[hwtv.exe]
Sequence=1000017
[hwtvclient.dat]
Sequence=1000006
[TVPlayerDll.dll]
Sequence=1000009
[Proxy.dll]
Sequence=1000008
[HWTV_CHS.ini]
Sequence=1000001
[HWTV_CHT.ini]
Sequence=1000001
www.eeworm.com/read/244541/12857357
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/143472/12872887
c parse.c
/****************************************************/
/* 文件: parse.c */
/* TINY编译器的语法分析执行程序 */
/****************************************************/
#inc
www.eeworm.com/read/329960/12924458
h ghmm_sequences.h
/*
* created: 29 Jan 2002 by Peter Pipenbacher
* authors: Peter Pipenbacher (pipenb@zpr.uni-koeln.de)
* file : $Source$
* $Id: GHMM_Sequences.h 379 2004-01-26 14:28:21Z wasinee $
*/
#ifndef _G
www.eeworm.com/read/329499/12951843
m compconv2.m
% Program 5-10
% compconv2.m
%
% Function to perform convolution between signal and filter
%
% Programmed by H.Harada and M.Okita
%
function [iout, qout] = compconv2(idata, qdata, filter)
www.eeworm.com/read/329499/12951848
m despread.m
% Program 5-8
% despread.m
%
% Data despread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = despread(idata, qdata, code1)
% *************************************
www.eeworm.com/read/329499/12951865
m spread.m
% Program 5-7
% spread.m
%
% Data spread function
%
% Programmed by M.Okita and H.Harada
%
function [iout, qout] = spread(idata, qdata, code1)
% *******************************************