代码搜索结果
找到约 10,000 项符合
4 的代码
4-4.lst
C51 COMPILER V7.09 4_4 05/17/2004 22:28:01 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE 4_4
OBJECT MODULE PLACED IN 4-4
4-4.c
#include
void disp(void);
int m[10];
int main()
{
int i;
printf("In main before calling\n");
for(i=0;i
4-4.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 {
4_4.cpp
#include
void main()
{
for(int i=1; i
as4_4.java
import java.io.IOException;
public class AS4_4 {
public static void main(String args[]) throws IOException {
System.out.println("请输入一个4位数:");
byte[] a = new byte[10];
int total = 0;
int