代码搜索:Static
找到约 10,000 项符合「Static」的源代码
代码结果 10,000
www.eeworm.com/read/192525/8376451
c static.c
/*
** $Id: static.c,v 1.2 2003/06/13 06:50:39 weiym Exp $
**
** Listing 6.1
**
** static.c: Sample program for MiniGUI Programming Guide
** Demo for static control.
**
** Copyright (C) 2003 Feyn
www.eeworm.com/read/192512/8378169
c static.c
/*
** $Id: static.c,v 1.2 2003/06/13 06:50:39 weiym Exp $
**
** Listing 6.1
**
** static.c: Sample program for MiniGUI Programming Guide
** Demo for static control.
**
** Copyright (C) 2003 Feyn
www.eeworm.com/read/192182/8400510
c static.c
/*
** $Id: static.c,v 1.9 2006/05/22 06:45:14 pengjing Exp $
**
** Listing 19.1
**
** static.c: Sample program for MiniGUI Programming Guide
** Demo for static control.
**
** Copyright (C) 2004
www.eeworm.com/read/192181/8401098
c static.c
/*
** $Id: static.c,v 1.11 2006/06/14 06:48:21 xwyan Exp $
**
** static.c: The Static control demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 ~ 2006 Feynman Software.
www.eeworm.com/read/390575/8458919
cpp static.cpp
#include
#include
#include
using namespace std;
#define null 0
#define max 10000
struct PCB{//进程信息块
string name;
int Rtime;
int size;
www.eeworm.com/read/290380/8486103
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/388617/8595245
cpp static.cpp
// static.cpp -- using a static local variable
#include
// constants
const int ArSize = 10;
// function prototype
void strcount(const char * str);
int main()
{
using namespa
www.eeworm.com/read/388617/8596333
cpp static.cpp
// static.cpp -- using a static local variable
#include
// constants
const int ArSize = 10;
// function prototype
void strcount(const char * str);
int main()
{
using namespa
www.eeworm.com/read/288856/8598566
exe static.exe
www.eeworm.com/read/288856/8598570
asm static.asm
include .\head.inc
WinMain proto :DWORD,:DWORD,:DWORD,:DWORD
.data
ClassName db "StaticClass",0
TitleName db "静态控制子窗口",0
ButtonClassName d