代码搜索:five

找到约 3,092 项符合「five」的源代码

代码结果 3,092
www.eeworm.com/read/290548/8477157

c uid16.c

/* * Wrapper functions for 16bit uid back compatibility. All nicely tied * together in the faint hope we can take the out in five years time. */ #include #include #i
www.eeworm.com/read/384523/8864322

cpp setdlg.cpp

// SetDlg.cpp : implementation file // #include "stdafx.h" #include "Five.h" #include "SetDlg.h" #include "Pentacle.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THI
www.eeworm.com/read/285071/8871124

java multicastserverthread.java

import java.io.*; import java.net.*; import java.util.*; public class MulticastServerThread extends QuoteServerThread //从QuoteServerThread继承得到新的服务器线程类MulticastServerThread { private long FIVE_S
www.eeworm.com/read/279234/10452491

pl fig04_09.pl

#!/usr/bin/perl # Fig. 4.9: fig04_09.pl # Demonstrating array slices and list assignment. @array = qw( zero one two three four five six seven eight nine ); print "@array\n\n"; # display
www.eeworm.com/read/278507/10530295

c send.c

#include "unp.h" #include #define SENDRATE 5 /* send one datagram every five seconds */ void send_all(int sendfd, SA *sadest, socklen_t salen) { char line[MAXLINE]; /* hostname a
www.eeworm.com/read/278399/10537441

h susan.h

#define SEVEN_SUPP /* size for non-max corner suppression; SEVEN_SUPP or FIVE_SUPP */ #define MAX_CORNERS 15000 /* max corners per frame */ typedef struct {int x,y,info, dx, dy, I;}
www.eeworm.com/read/278399/10537567

h susan.h

#define SEVEN_SUPP /* size for non-max corner suppression; SEVEN_SUPP or FIVE_SUPP */ #define MAX_CORNERS 15000 /* max corners per frame */ typedef struct {int x,y,info, dx, dy, I;}
www.eeworm.com/read/159520/10643970

java ch4ex11.java

public class ch4ex11{ public static void main(String[]args){ String s1="Computing includes five subject,that is CE CS SE IT IS"; String s2; //the length should inlude space,punctuation etc
www.eeworm.com/read/159519/10644555

java ch4ex11.java

public class ch4ex11{ public static void main(String[]args){ String s1="Computing includes five subject,that is CE CS SE IT IS"; String s2; //the length should inlude space,punctuation etc
www.eeworm.com/read/421572/10728786

cpp fivedlg.cpp

// fiveDlg.cpp : implementation file // #include "stdafx.h" #include "five.h" #include "fiveDlg.h" #include #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_