代码搜索结果
找到约 10,000 项符合
1 的代码
1(1).dsp
# Microsoft Developer Studio Project File - Name="1(1)" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
1(1).c
#include
#include
#define BUFFERSIZE 1024 /*允许处理的最长行有1024个字符*/
int main()
{
int a,b,sum; /*将输入的两个数分别存储在变量a和b中,sum=a+b*/
char buffer[BUFFERSIZE];
printf("*********
1(1).dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "1(1)"=".\1(1).dsp"
1(1).plg
Build Log
--------------------Configuration: 1(1) - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
1(1).dsp
# Microsoft Developer Studio Project File - Name="1(1)" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
1(1).c
#include
#include
#define BUFFERSIZE 1024 /*允许处理的最长行有1024个字符*/
int main()
{
int a,b,sum; /*将输入的两个数分别存储在变量a和b中,sum=a+b*/
char buffer[BUFFERSIZE];
printf("*********