代码搜索结果
找到约 10,000 项符合
3 的代码
3-3.c
#include "stdio.h"
#define MAX_TERMS 101
typedef struct {
int col;
int row;
int value;
} term;
term a[MAX_TERMS];
int COMPARE(int coef1,int coef2)
{
if(coef1
3-3.lnp
"STARTUP.obj",
"3-3.obj"
TO "3-3"
3-3.c
#include
#include
main()
{
char c;
SCON = 0x50;
TMOD |= 0x20;
TH1 = 0xf3;
TR1 = 1;
TI = 1;
while(c!=27)
3-3.lst
C51 COMPILER V7.09 3_3 08/25/2005 09:34:20 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE 3_3
OBJECT MODULE PLACED IN 3-3
3-3.plg
礦ision2 Build Log
Project:
D:\已完成\单片机语言C51程序设计\代码\代码\03\3-3\3-3.uv2
Project File Date: 08/25/2005
Output:
3-3.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 {
3_3.cpp
#include
#include
void main()
{
int i=0,j,k,s,t;
double r,p;
cout
3-3.cpp
#include
void main()
{
int year,mon,days,leap;
coutyear>>mon;
switch(mon)
{
case 1:
case 3:
case 5:
case 7:
case 8:
case 10:
cas
3-3.c
#include "stdio.h"
#define MAX_TERMS 101
typedef struct {
int col;
int row;
int value;
} term;
term a[MAX_TERMS];
int COMPARE(int coef1,int coef2)
{
if(coef1