代码搜索:Howdy
找到约 94 项符合「Howdy」的源代码
代码结果 94
www.eeworm.com/read/172553/9702573
java clientchatter.java
package Howdy;
/*
This file is part of Howdy.
Howdy is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the F
www.eeworm.com/read/332314/12763928
c demonstrator.c
// Demonstrator.c Pointer Array Test version
#include "PC_Comm.h"
void initializer()
{
// Calibrate the oscillator:
OSCCAL_calibration();
// Initialize the USART
USARTinit();
www.eeworm.com/read/168845/5429628
txt tiny_xml_test.txt
It's Howdy Doody time!
It's not Howdy Doody time!
It's
Eastern Stand
www.eeworm.com/read/172553/9702580
java clientpinger.java
package Howdy;
/*
This file is part of Howdy.
Howdy is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the F
www.eeworm.com/read/172553/9702582
java serverconnectionlistener.java
package Howdy;
/*
This file is part of Howdy.
Howdy is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the F
www.eeworm.com/read/377523/9272521
java stringer.java
//: appendixa:Stringer.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class Stringer {
static String upcase(String
www.eeworm.com/read/274802/10851805
java stringer.java
//: appendixa:Stringer.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class Stringer {
static String upcase(String
www.eeworm.com/read/138758/13216594
java stringer.java
//: appendixa:Stringer.java
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.simpletest.*;
public clas
www.eeworm.com/read/320605/13421928
java stringer.java
//: appendixa:Stringer.java
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.simpletest.*;
public clas
www.eeworm.com/read/119864/6082020
makefile
TESTDIR=../
include $(TESTDIR)/Rules.mak
all: dltest shared run
dltest:
$(CC) $(CFLAGS) -c dltest.c -o dltest.o
$(CC) $(CFLAGS) -c howdy.c -o howdy.o
shared:
$(CC) $(CFLAGS) -shared -o libhowdy.