代码搜索:Static
找到约 10,000 项符合「Static」的源代码
代码结果 10,000
www.eeworm.com/read/354930/10312181
h static.h
// Static.h : main header file for the STATIC application
//
#if !defined(AFX_STATIC_H__AFAF460B_30BB_42E8_BC83_2BB7A89D6824__INCLUDED_)
#define AFX_STATIC_H__AFAF460B_30BB_42E8_BC83_2BB7A89D6824
www.eeworm.com/read/354930/10312205
clw static.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CStaticDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Static.
www.eeworm.com/read/354930/10312208
plg static.plg
Build Log
--------------------Configuration: Static - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/354930/10312217
dsp static.dsp
# Microsoft Developer Studio Project File - Name="Static" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Ap
www.eeworm.com/read/162128/10332779
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/162078/10339340
cpp static.cpp
#include
class SomeClass
{
public:
SomeClass(int value) { some_value = value; };
void show_data(void) { cout
www.eeworm.com/read/162078/10340054
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/161772/10376297
c static.c
/* Demonstrates automatic and static local variables. */
#include
void func1(void);
int main( void )
{
int count;
for (count = 0; count < 20; count++)
{
printf("At
www.eeworm.com/read/161772/10376308
exe static.exe
www.eeworm.com/read/161771/10377919