代码搜索:Static
找到约 10,000 项符合「Static」的源代码
代码结果 10,000
www.eeworm.com/read/356292/10232312
c static.c
/* 给出年、月、日,计算该日是该年的第几天 */
# include
int sum_day(int month, int day);
int leap(int year);
void main()
{
int year, month, day;
int days;
printf("请输入日期(年,月,日):");
scanf("%d, %d
www.eeworm.com/read/355030/10300401
cpp static.cpp
//: C03:Static.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Using a static variable in a func
www.eeworm.com/read/355007/10304767
c static.c
#include
void print_reportcard(int printer_number)
{
static int student_id = 100;
printf("Printing report card for student %d\n", student_id);
student_id++;
// Other
www.eeworm.com/read/354930/10312148
ico static.ico
www.eeworm.com/read/354930/10312161
ncb static.ncb
www.eeworm.com/read/354930/10312165
cpp static.cpp
// Static.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Static.h"
#include "StaticDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/354930/10312167
aps static.aps
www.eeworm.com/read/354930/10312171
dsw static.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/354930/10312174
rc static.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/354930/10312177