代码搜索:five
找到约 3,092 项符合「five」的源代码
代码结果 3,092
www.eeworm.com/read/467324/7009786
m ip_04_10.m
% MATLAB script for Illustrative Problem 10, Chapter 4
echo on
a=randn(1,500);
n=64;
[sqnr,a_quan,code]=u_pcm(a,64);
pause % Press a key to see the SQNR
sqnr
pause % Press a key to see the fi
www.eeworm.com/read/387591/7085803
c p13.10.c
#include
#include
#include
#include
int
main(void) {
fd_set rfds;
struct timeval tv;
int retval;
/* Watch stdin (fd 0) to see when
www.eeworm.com/read/140893/7117088
java utilities.java
//: c11:Utilities.java
// Simple demonstrations of the Collections utilities.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
www.eeworm.com/read/140893/7117098
java set1.java
//: c11:Set1.java
// Things you can do with Sets.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.simpl
www.eeworm.com/read/140893/7117104
java linkedhashmapdemo.java
//: c11:LinkedHashMapDemo.java
// What you can do with a LinkedHashMap.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
impor
www.eeworm.com/read/274556/7127057
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/332978/7141494
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/332978/7141509
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/332978/7141516
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