代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/366466/9812224
m 4-4.m
www.eeworm.com/read/364899/9888945
txt 4-4.txt
//源程序清单
import java.io.*;
public class Factorial
{
public static int factorial(int n)
{
if(n
www.eeworm.com/read/167551/9963299
bmp 4-4.bmp
www.eeworm.com/read/166930/9988801
bmp 4-4.bmp
www.eeworm.com/read/362558/9992524
txt 4_4.txt
int StrEmpty(SString s)
/*若串s为空则返回1,否则返回0 */
{
if (s.len==0)
return(1);
else
return(0)
}
www.eeworm.com/read/361726/10038685
txt 4_4.txt
#include
#define maxsize 100
typedef struct node{
char data[maxsize];
int front,rear;
}seqqueue;
/*建立循环链表*/
initqueue(seqqueue *q) /*队列初始化*/
{
q->front=-1;
q->rea
www.eeworm.com/read/361418/10053673
ex4-4
www.eeworm.com/read/164975/10079894
txt 4-4.txt
using System;
class Test
{
public static void Main()
{
Console.WriteLine(1 is int);
Console.WriteLine(1 is float);
Console.WriteLine(1.0 is float);
Console.Writ
www.eeworm.com/read/360685/10081927