代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/237003/13983229
h funcs.h
// -*- C++ -*-
/***************************************************************************
* blitz/array/funcs.h Math functions on arrays
*
* $Id: funcs.h,v 1.10 2004/10/07 00:26:59 julianc Exp
www.eeworm.com/read/375001/9375806
doc 第三十六章 input array语句的子句.doc
www.eeworm.com/read/459376/7276432
htm 20-3 扩展内置“string”对象和“array”对象.htm
20-3 扩展内置“String”对象和“Array”对象
* { font-size:12px; font-family:宋体, Arial; } /*规定了所有的字体样
www.eeworm.com/read/127767/14336734
txt e156. converting between a byte array and base64.txt
This example uses non-standard classes in the sun.misc package to convert to and from Base64. These classes may change in the future.
try {
// Convert a byte array to base64 string
www.eeworm.com/read/127767/14336922
txt e085. copying elements from one array to another.txt
System.arraycopy(src, 0, dst, 0, Math.min(src.length, dst.length));
www.eeworm.com/read/381491/9090111
m interleav_matrix.m
function [int_interleaving_array] = interleav_matrix( int_interleaving_buffer )
%
% 生成满足S—距离特性的伪随机交织器;
%
% 本程序完成对S-随机交织器的设计,经过运算把每个信息序列所要交换到的地址记录
% 在交织数组中,在接收信息序列时,按所记录的交织数组中的内容进行操作。
%
www.eeworm.com/read/271499/10992078
m interleav_matrix.m
function [int_interleaving_array] = interleav_matrix( int_interleaving_buffer )
%
% 生成满足S—距离特性的伪随机交织器;
%
% 本程序完成对S-随机交织器的设计,经过运算把每个信息序列所要交换到的地址记录
% 在交织数组中,在接收信息序列时,按所记录的交织数组中的内容进行操作。
%
www.eeworm.com/read/470927/6901812
m interleav_matrix.m
function [int_interleaving_array] = interleav_matrix( int_interleaving_buffer )
%
% 生成满足S—距离特性的伪随机交织器;
%
% 本程序完成对S-随机交织器的设计,经过运算把每个信息序列所要交换到的地址记录
% 在交织数组中,在接收信息序列时,按所记录的交织数组中的内容进行操作。
%
www.eeworm.com/read/470270/6917266
m interleav_matrix.m
function [int_interleaving_array] = interleav_matrix( int_interleaving_buffer )
%
% 生成满足S—距离特性的伪随机交织器;
%
% 本程序完成对S-随机交织器的设计,经过运算把每个信息序列所要交换到的地址记录
% 在交织数组中,在接收信息序列时,按所记录的交织数组中的内容进行操作。
%
www.eeworm.com/read/127438/6005883
c waitsome.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#if !defined(MPID_REQUEST_PTR_ARRA