代码搜索:Static
找到约 10,000 项符合「Static」的源代码
代码结果 10,000
www.eeworm.com/read/352678/10526364
static_led
www.eeworm.com/read/278058/10577641
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/159990/10581294
java static.java
class staticDemo
{
static int a = 42;
static int b = 42;
static void callme()
{
System.out.println("a = " + a);
}
}
class Static
{
public static void main(String args[])
{
st
www.eeworm.com/read/159990/10581695
java static.java
class staticDemo
{
static int a = 42;
static int b = 42;
static void callme()
{
System.out.println("a = " + a);
}
}
class Static
{
public static void main(String args[])
{
st
www.eeworm.com/read/159990/10581742
class static.class
www.eeworm.com/read/351725/10615276
class static.class
www.eeworm.com/read/351725/10615302
java static.java
package src;
public interface Static {
int LOGO = 0;
int TITLE = 1;
int GAME = 2;
int OVER = 3;
int END = 4;
int MENU = 5;
int LOADING = 6;
int LogeTime = 30;
//-----------------
www.eeworm.com/read/351725/10615312
class static.class
www.eeworm.com/read/277457/10637597
cpp static.cpp
#include
using namespace std;
int totaller();
int summer();
int main()
{
cout
www.eeworm.com/read/277322/10645789
cpp static.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Static.h"
//-------------------------------------------------------------