代码搜索:constant
找到约 10,000 项符合「constant」的源代码
代码结果 10,000
www.eeworm.com/read/467694/1496738
as constant.as
package sjd.utils
{
public class Constant
{
[Embed(source="/sjd/assets/mouseMove.gif")]
public static const CURSOR_MOVE:Class;
[Embed(source="/sjd/assets/verticalSize.gif")]
public st
www.eeworm.com/read/363942/2909195
as constant.as
package sjd.utils
{
public class Constant
{
[Embed(source="/sjd/assets/mouseMove.gif")]
public static const CURSOR_MOVE:Class;
[Embed(source="/sjd/assets/verticalSize.gif")]
public st
www.eeworm.com/read/432644/8584774
java constant.java
package util;
public class Constant {
// 学生最大数
public static int MAX_STUDENT_COUNT = 10;
// 老师最大数
public static int MAX_TEACHER_COUNT = 5;
}
www.eeworm.com/read/432644/8584775
class constant.class
www.eeworm.com/read/288786/8607896
txt constant.txt
Table of constant values and their specified constant labels.
40 LCD_output_port
01 LCD_E
02 LCD_RW
04 LCD_RS
10 LCD_DB4
20 LCD_DB5
40 LCD_DB6
80 LCD_DB7
01 LCD_input_port
10 LCD
www.eeworm.com/read/288572/8621737
h constant.h
/*------------------------------------------------------------------------------*/
/* Project Name: Multiplexer of MPEG-II */
/* Module Name: Constant define
www.eeworm.com/read/387854/8650956
java constant.java
package util;
public class Constant {
// 学生最大数
public static int MAX_STUDENT_COUNT = 10;
// 老师最大数
public static int MAX_TEACHER_COUNT = 5;
}
www.eeworm.com/read/387854/8650957
class constant.class
www.eeworm.com/read/387673/8659685
java constant.java
package user_interface;
public class Constant {
final static int frameHeight=360;
final static int frameWidth=412;
final static int boxHeight=30;
final static int boxWidth=140;
fi
www.eeworm.com/read/387673/8659717