代码搜索:arry
找到约 143 项符合「arry」的源代码
代码结果 143
www.eeworm.com/read/103443/15732229
cpp maxxb.cpp
//这个程序在本书所带软盘中。文件名为MAXXB.CPP
//这个程序利用子程序来找出一个数组中的最大值的下标。
#include
void main(void)
{
int max(int[], int); //定义具有数组叁数的子程序
int array[10] = {34, 56, 70, 99, 82, 100, 32, 43, 77,
www.eeworm.com/read/103443/15732234
cpp max.cpp
//这个程序在本书所带软盘中。文件名为MAX.CPP
//这个程序利用子程序来找出一个数组中的最大单元值。
#include
void main(void)
{
int max(int[], int); //定义具有数组叁数子程序
int array[10] = {34, 56, 70, 99, 82, 100, 32, 43, 77, 80}
www.eeworm.com/read/451558/7461815
h define.h
/*
******************************************************************************************
*
* 功 能 :数据类型和结构的定义
* 作 者 :林永表
* 日 期 :2009-4-5
*
************************************
www.eeworm.com/read/100043/6275016
c util.c
/*
* $Id: util.c,v 1.65.2.1 1999/02/12 19:38:16 wessels Exp $
*
* DEBUG:
* AUTHOR: Harvest Derived
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
* ---------------------------
www.eeworm.com/read/162614/5520388
c crash28.c
// { dg-do assemble }
// { dg-options "" }
template
inline unsigned int asize(ARRY &a)
{
return sizeof(a) / sizeof(a[0]);
}
void f(unsigned int n) {
int x[n];
asize(x); // { dg-
www.eeworm.com/read/445049/7599998
as asflippage.as
//电子杂志吧(http://www.dzzz8.com)
class AsFlipPage extends MovieClip
{
var _width, _height, stage_mc, stage_w, stage_h, pax, pay, pbx, pby, pcx, pcy, pdx, pdy, pex, pey, pfx, pfy, full
www.eeworm.com/read/385414/8806241
h bmp2rgb.h
#ifndef BMP2RGB
#define BMP2RGB
int Bmp2Arry(CString BmpFileName, int &height,int &width,unsigned char* &p);
#endif
www.eeworm.com/read/276076/10769348
bak fantest.c.bak
/********************start***************************************/
#include
#include
#include
#include
#include
/***************************