代码搜索:five
找到约 3,092 项符合「five」的源代码
代码结果 3,092
www.eeworm.com/read/344239/11894239
java queuebehavior.java
//: containers/QueueBehavior.java
// Compares the behavior of some of the queues
import java.util.concurrent.*;
import java.util.*;
import net.mindview.util.*;
public class QueueBehavior {
p
www.eeworm.com/read/344239/11894319
java listsortsearch.java
//: containers/ListSortSearch.java
// Sorting and searching Lists with Collections utilities.
import java.util.*;
import static net.mindview.util.Print.*;
public class ListSortSearch {
public
www.eeworm.com/read/344239/11894353
java utilities.java
//: containers/Utilities.java
// Simple demonstrations of the Collections utilities.
import java.util.*;
import static net.mindview.util.Print.*;
public class Utilities {
static List
www.eeworm.com/read/257078/11951137
m e0620.m
data = [ 10 37 5 6 6];explode = [ 0 1 0 0 0];pie(data,explode);
title('Example of a Pie Plot');legend('One','Two','Three','Four','Five');
www.eeworm.com/read/340520/12150100
log test.log
Starting tests
----------------STACK----------------
First test: push and pop
...pushing names of numbers
...popping them (should read ten..one)
ten
nine
eight
seven
six
five
four
three
t
www.eeworm.com/read/339554/12225479
pas ac1011.pas
program tju1011;
const
maxn=24999;
res:array[1..4,0..3]of byte=((2,6,8,4),(4,2,6,8),(6,8,4,2),(8,4,2,6));
var
a:array[1..maxn]of longint;
i,x,five:word;
begin
a[1]:=1;
for i:=2 to
www.eeworm.com/read/253260/12234484
cpp str1.cpp
// str1.cpp -- introducing the string class
#include
#include
// using string constructors
int main()
{
using namespace std;
string one("Lottery Winner!"); // c
www.eeworm.com/read/253260/12235077
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout
www.eeworm.com/read/253260/12235286
cpp str1.cpp
// str1.cpp -- introducing the string class
#include
#include
// using string constructors
int main()
{
using namespace std;
string one("Lottery Winner!"); // c
www.eeworm.com/read/253260/12235769
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout