代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/403804/11509197
dat crc16dem.dat
CRC-16 code of bit string 101011 is 7D00
CRC-16 code of 'This is a sample string' is 08D6
CRC-16 code of 'This is a string' is 4C44
CRC-16 code of real array 1 is 3557
CRC-16 code of real array 2
www.eeworm.com/read/403013/11523888
h checkedptr.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/402196/11541316
c 4-7.c
#include
int main()
{
int a[2][4] = { {1,2,3,4},{5,6,7,8} };
int b[4][2],i,j;
printf("array a:\n");
for(i=0;i
www.eeworm.com/read/346712/11729338
java ballsplitter.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/259865/11760951
c arrayadd.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x\n", count);
printf("Address of the array
www.eeworm.com/read/259865/11760987
c arraytwo.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x &count is %x\n",
count, &count);
p
www.eeworm.com/read/156798/11773597
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls,unit1, Forms, Dialogs;
Function GASDEV:real;
Procedure SVDVAR(V:matrx2; MA, NP:integer; W:array of real;