代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/420306/10804698
m mcmctrace.m
% MCMCTRACE - trace plots
% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright
%
% mcmctrace(A)
%
% A = an array of MCMC output, the last dimension
% is the index of th
www.eeworm.com/read/419873/10833011
m checkphase.m
function word = checkPhase(word, D30Star)
%Checks the parity of the supplied 30bit word.
%The last parity bit of the previous word is used for the calculation.
%A note on the procedure is supplied
www.eeworm.com/read/419851/10833936
txt binary.txt
Can we do a Binary search on a linked list?
Discuss it!
The answer is ofcourse, you can write a C program to do this. But, the question is, do you really think it will be as effic
www.eeworm.com/read/275035/10838445
c twodim.c
# include
void main()
{
int array[16][16];
int i, j, k, m, n;
/* 变量初始化 */
m = 1;
while(m == 1)
{
printf("请输入n(0
www.eeworm.com/read/275029/10838542
~pas mydes.~pas
unit MyDes;
interface
uses
Dialogs,SysUtils;
const
BitIP: array[0..63] of Byte = //初始置换IP
(57, 49, 41, 33, 25, 17, 9, 1,
59, 51, 43, 35, 27, 19, 11, 3,
61, 53, 45, 37,
www.eeworm.com/read/275029/10838543
pas mydes.pas
unit MyDes;
interface
uses
Dialogs,SysUtils;
const
BitIP: array[0..63] of Byte = //初始置换IP
(57, 49, 41, 33, 25, 17, 9, 1,
59, 51, 43, 35, 27, 19, 11, 3,
61, 53, 45, 37,
www.eeworm.com/read/274718/10857087
cpp 6_1.cpp
#include
using namespace std;
int main()
{ int Array[5]; //语句1:声明存放5个整型元素的数组
for(int t=0; t
www.eeworm.com/read/274679/10859609
h image.h
/*!@file Image.h a class to encapsulate and access image data
*/
// This file is part of the SaliencyToolbox - Copyright (C) 2006-2007
// by Dirk B. Walther and the California Institute of Technolog
www.eeworm.com/read/419578/10859972
c sysmotvpdutil.c
/* sysMotVpdUtil.c - Vital Product Data Routines. */
/* Copyright 1998, 1999 Motorola, Inc., All Rights Reserved */
/*
modification history
--------------------
01g,18oct01,mil Fixed sysVpdPktParse
www.eeworm.com/read/274562/10864659
c s5_7.c
int sort(array,n)
int array[ ];
int n;
{ int i,j,k,t;
for(i=0;i