代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/144864/5748375
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
www.eeworm.com/read/144585/5749782
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
www.eeworm.com/read/124808/6039939
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
www.eeworm.com/read/116857/6112226
h docedit.h
/***************docedit.h*******************/
#ifndef DOCEDIT_H_
#define DOCEDIT_H_
#ifndef NULL
#define NULL ((void *)0)
#endif
#define MAX_COL 80 /*文档最大列数*/
#define MAX_LINES 100 /*文档最大行数
www.eeworm.com/read/153991/6293453
cpp vc0503.cpp
// Example 5-3:求两数中的大数
#include
int max(int x,int y);
void main()
{
cout > a >> b;
cout
www.eeworm.com/read/186480/6334485
cpp p3-140.cpp
#include
#include
#define MAX 30
//main()的定义
int main(void)
{
char str[MAX],*p;
//从键盘上输入int数
cout
www.eeworm.com/read/186480/6334535
cpp p1-6.cpp
#include //包含iostream.h头文件
main()
{
//声明整型变量
int a,b;
//从键盘上为整型变量赋值
couta;
coutb;
//整型数的算术运算
cout