代码搜索:five
找到约 3,092 项符合「five」的源代码
代码结果 3,092
www.eeworm.com/read/282361/9098513
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout
www.eeworm.com/read/184327/9109760
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/184267/9114090
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/181851/9234443
asm sumfunc.asm
;SUMFUNC.ASM Assembly function to find n+(n-1)+...+1
.def _sumfunc ;function called from C
_sumfunc: MV .L1 A4,A1 ;setup n as loop counter
SUB .S1 A1,1,A1 ;decrement n
LOO
www.eeworm.com/read/179335/9360374
tex structfive__tuple.tex
\section{five\_\-tuple$$ Struct Template Reference}
\label{structfive__tuple}\index{five_tuple@{five\_\-tuple}}
Storing a \doxyref{five\_\-tuple}{p.}{structfive__tuple} that repres
www.eeworm.com/read/373828/9433465
asm sumfunc.asm
;SUMFUNC.ASM Assembly function to find n+(n-1)+...+1
.def _sumfunc ;function called from C
_sumfunc: MV .L1 A4,A1 ;setup n as loop counter
SUB .S1 A1,1,A1 ;decrement n
LOO
www.eeworm.com/read/373828/9434246
asm sumfunc.asm
;SUMFUNC.ASM Assembly function to find n+(n-1)+...+1
.def _sumfunc ;function called from C
_sumfunc: MV .L1 A4,A1 ;setup n as loop counter
SUB .S1 A1,1,A1 ;decrement n
LOO
www.eeworm.com/read/373369/9459788
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/373369/9459816
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/373369/9459829
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