代码搜索:预置数

找到约 10,000 项符合「预置数」的源代码

代码结果 10,000
www.eeworm.com/read/37320/1072071

c++

#include //包含iostream.h头文件 main() { //声明整型变量 int a,b; //从键盘上为整型变量赋值 couta; coutb; //整型数的算术运算 cout
www.eeworm.com/read/37320/1072210

c++

#include #include #define MAX 30 //main()的定义 int main(void) { char str[MAX],*p; //从键盘上输入int数 cout
www.eeworm.com/read/38039/1090771

mnu drfcolors.mnu

NUM#COLORS 颜色数 # Full#Color 全颜色 Show display using full color spectrum 用全颜色范围显示 Three#Color 三颜色 Show display using three colors. 用三颜色显示。
www.eeworm.com/read/492866/1170493

c rtdxbios.c

/* 每次传输N个int型数,处理后发送回主机*/ #include #include #include"target.h" /* defines TARGET_INITIALIZE() */ #include /* C_I/O
www.eeworm.com/read/485924/1258060

bas dimvb.bas

Attribute VB_Name = "dimvb" Public nknumber As Integer '每天的课数目 Public hang, hang1, ne1 As Integer Public kctable As String '当前操作表 Public numberkc As Integer '表列数 Public kcsave As Boolean Public
www.eeworm.com/read/481383/1297167

java player2.java

package javafinal.pro.game; public class Player2 { private String playerName; //玩家角色 int step; //玩家二走步数 int stepNum=0; //玩家二走步统计 String playerChar="B"; //玩家二棋子 boolean onOrOff
www.eeworm.com/read/477368/1362667

java pagemetadata.java

package com.set.utils; public class PageMetaData { private int pageNum; // 当前页数 private int pageSize; // 每页显示记录的个数 private int pageCount; // 总的页面数 private int recordCount; // 符合条件的记
www.eeworm.com/read/472676/1405250

java ckhmydcountid.java

package com.webtier.clientKhmydAction; import org.apache.struts.action.*; import javax.servlet.http.*; import com.service.CkhmydFacade; import com.service.CkhmydFacadeImpl; //#--以数据库中的记录数,查找出
www.eeworm.com/read/471443/1430168

java ckhmydcountid.java

package com.webtier.clientKhmydAction; import org.apache.struts.action.*; import javax.servlet.http.*; import com.service.CkhmydFacade; import com.service.CkhmydFacadeImpl; //#--以数据库中的记录数,查找出
www.eeworm.com/read/470437/1470873

java maxofthree.java

//MaxOfThree.java //求三个数中的最大者 public class MaxOfThree { public static void main(String args[]) { int a=5; int b=6; int c=7; if(a>b) if(a>c) { System.out.pr