代码搜索:arry
找到约 143 项符合「arry」的源代码
代码结果 143
www.eeworm.com/read/457779/7317875
cpp efficience.cpp
#include
#include
#include"malloc.h" /* malloc()等 */
#include"process.h" /* exit() */
#include
#define MAX_NODE 10
#define LEFT(i) (2 * (i) + 1)
#define RIGHT(i)
www.eeworm.com/read/332654/12745417
txt xiangnong.txt
#include
#include
#include
#define max_CL 10 /*maxsize of length of code*/
#define max_PN 8 /*输入序列的个数*/
typedef float datatype;
typedef struct SHNODE
www.eeworm.com/read/403544/11515016
java noname1.java
public class Noname1
{
public static void main(String[] args)
{
int arry [] = {1,2,3};
for(int i =0 ;i < 3 ; i++)
System.out.println(arry[i]);
System.out.println("****OVER****");
www.eeworm.com/read/127960/14325173
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/127960/14325178
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/121815/14736896
java calculator.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
import java.util.*;
import java.awt.geom.*;
import java.io.*;
import javax.imageio.*;
public c
www.eeworm.com/read/395074/8197106
cpp index.cpp
#include
#include
#include
#include //for cout
#include //for v_tids[i]
#include
using namespace std;
class index
{
public:
ind