代码搜索结果
找到约 10,000 项符合
7 的代码
例7_7.cpp
#include
void print(int n)//形参n的值:-123、12、1
{ if(n
xt7-7.cpp
#include
using namespace std;
#define NULL 0
struct student
{long num;
float score;
student *next;
};
int n;
void print(student *head)
{student *p;
c7-7.cpp
#include
#include
#include
using namespace std;
struct S
{int num;
string name;
char sex;
char job;
union
{int grade;
char position[10
ex7-7.plg
Build target 'Target 1'
assembling ex7-7.asm...
linking...
Program Size: data=8.0 xdata=0 code=154
creating hex file from "ex7-7"...
"ex7-7" - 0 Error(s), 0 Warning(s).
ex7-7.lnp
"ex7-7.obj"
TO "ex7-7"
RAMSIZE(256)
ex7-7.lst
A51 MACRO ASSEMBLER EX7_7 11/27/2009 21:53:52 PAGE 1
MACRO ASSEMBLER A51 V8.01
OBJECT MODULE PLACED IN ex7-7.OBJ
ASSEMBLER IN
ex7-7.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 {