代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/146506/12641964
h xt8-5.h
//xt8-5.h(arraymax.h)
class Array_max
{public:
void set_value();
void max_value();
void show_value();
private:
int array[10];
int max;
};
www.eeworm.com/read/238066/13909689
txt 例8.4.txt
例8.4 找出一个整型数组中的元素的最大值。
这个问题可以不用类的方法来解决,现在用类来处理,读者可以比较不同方法的特点。
#include
using namespace std;
class Array_max //声明类
{public: //以下3行为成员函数原型声明
voi
www.eeworm.com/read/101167/15842702
c arry_tst.c
// Program ARRY_TST.C
//
// The intent of this program is to test that the CCS PCH compiler properly
// handles arrays of longs in functions.
//
// The values of an array of longs are fetched, on
www.eeworm.com/read/314664/13562110
txt r.txt
import javax.microedition.lcdui.*;
public class r extends Canvas
{
public String a_java_lang_String_array1d_fld[] = {
"/:O", "/:~", "/:*", "/:|", "/8-)", "/:
www.eeworm.com/read/369961/9627587
c serial.c
#include "sfr_r81b.h"
#include "serial.h"
#include "global.h"
#include "iic.h"
//AT89S51JI PLC
uchar receive_array[60] ;
uint temp_mm ;
uchar send_array[60];
uchar array_temp_write[10] ;
u
www.eeworm.com/read/431013/8713496
c maincp.c
/***********************************************
*
* file maincp.c
*
* Functions: This file contains
* main
*
* Purpose:
* This file
www.eeworm.com/read/431013/8713532
c addsub.c
/***********************************************
*
* file addsub.c
*
* Functions: This file contains
* add_image_array
* subtract_image_array
www.eeworm.com/read/186609/8922570
m gaijnkbitelh.m
%计算基于logisic映射、2k比特抽取法生成的跳频序列、汉明互相关值、自相关值、平衡性、跳频间隔
clc,clear
value1=input('序列1的初始值:')
value2=input('序列2的初始值:')
N=input('Logistic混沌实值序列长度:')
q=input('混沌跳频码最多包含的频隙数目:')
%调用生成不同序列的函数
Array1=produc
www.eeworm.com/read/427148/8972042
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper functions
*
* \author
* Main con