代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/132541/14085123
java complete1_2.java
package questions.c1;
public class Complete1_2
public static void main( String[] args )
int a = 1;
int b = 2;
System.out.println( "Variable a is " + a );
System.out.
www.eeworm.com/read/132541/14085128
java debug1_2.java
package questions.c1;
public class Debug1_2
public static void main( String[] args )
/* declare a variable
int a = 6;
/* output its square root
System.out.println
www.eeworm.com/read/132514/14086327
cs phrasetype.cs
using System;
namespace PhraseAnalyzer
{
public enum PhraseType:int
{
unknown=0,
ln=1,
lg=2,
log=3,
pow=4, //a^b
cbrt=6, //a^-0.5
sbrt=7, //a^-1/3
fact=8,
sin=10,
www.eeworm.com/read/205125/15326274
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/204914/15331785
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/204860/15332361
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/204837/15332940
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**