代码搜索:five
找到约 3,092 项符合「five」的源代码
代码结果 3,092
www.eeworm.com/read/388617/8596834
cpp block.cpp
// block.cpp -- use a block statement
#include
int main()
{
using namespace std;
cout
www.eeworm.com/read/388361/8613069
java ticketsell.java
public class TicketSell {
public static void main(String[] args) {
Seller s = new Seller();
Buyer b1 = new Buyer(10,"b1",s);
Buyer b2 = new Buyer(5,"b2",s);
Buyer b3 = new Buyer(5,"b
www.eeworm.com/read/287843/8665408
m ip_04_10.m
% MATLAB script for Illustrative Problem 4.10.
clear
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 firs
www.eeworm.com/read/431613/8665683
m ip_04_10.m
% MATLAB script for Illustrative Problem 4.10.
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 first fiv
www.eeworm.com/read/385934/8777694
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/285344/8849162
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/426674/9005184
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/382086/9050365
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/282428/9094747
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