代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/312649/13606793
array.0
www.eeworm.com/read/312649/13606931
sbk array.sbk
.globl main
.text
.text
.ent main
main:
ldgp $gp,0($27)
lda $sp,-144($sp)
.mask 0x4007000,-120
.frame $sp,144,$26,48
stq $12,0($sp)
stq $13,8($sp)
stq $14,16($sp)
stq $26,24($sp)
.prologu
www.eeworm.com/read/312649/13607034
sbk array.sbk
.global main
.section ".text"
.align 4
main:
save %sp,-144,%sp
mov %g0,%i4
.L2:
mov %g0,%i5
.L6:
sll %i5,2,%i2
sll %i4,4,%i1
set x,%i0
add %i1,%i0,%i1
smul %i4,1000,%i0
add %i0,%i5,%i0
www.eeworm.com/read/311266/13632992
cpp array.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreem
www.eeworm.com/read/311266/13633040
h _array.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreem
www.eeworm.com/read/310869/13642051
cpp array.cpp
//5.完成编程练习4,但这一次使用一个二维数组来存储输入---3年中每个月的销售量.
//程序将报告每年销售量以及3年的总销售量.
#include
using namespace std;
int main()
{
int sell[3][12];
int per_year=0;
int tot_sell=0;
for(int i=0
www.eeworm.com/read/308712/13694828
c array.c
/*定义的二组数组,无法通过编译
编译后注意Build页面卡显示:error C241:'main':auto segment too large
注意:内存设定为small模式
*/
#include "reg51.h"
void main()
{ float a[10][10];
for(;;)
{;}
}
www.eeworm.com/read/308712/13694829
opt array.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/308712/13694831