代码搜索:Use
找到约 10,000 项符合「Use」的源代码
代码结果 10,000
www.eeworm.com/read/403190/2314188
c use.c
#include
#include
#include
#include "fib.h"
#define TESTCASE 1
#define COUNT 100000
#define DIF 1000
#define MAXEXT 10
#define VERBOSE 1
int cmp(void *, void *);
int
www.eeworm.com/read/402141/2332892
m use_for.m
%根据中心极限定理,从双极性分布的序列中获得满足正态分布的随机序列
clear;
n=50;
p=0.5;
%生成一个满足双极性分布的的矩阵,大小为500*1000
x=binornd(n,p,500,1000);
z=(x-25)/sqrt(12.5);
for i=1:1:1000
y(1,i)=0;
end
for i=1:1:100
www.eeworm.com/read/384950/2596232
m use_for.m
%根据中心极限定理,从双极性分布的序列中获得满足正态分布的随机序列
clear;
n=50;
p=0.5;
%生成一个满足双极性分布的的矩阵,大小为500*1000
x=binornd(n,p,500,1000);
z=(x-25)/sqrt(12.5);
for i=1:1:1000
y(1,i)=0;
end
for i=1:1:100
www.eeworm.com/read/379174/2675356
java use.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/379174/2675502
java use.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/358021/3007618
m use_for.m
%根据中心极限定理,从双极性分布的序列中获得满足正态分布的随机序列
clear;
n=50;
p=0.5;
%生成一个满足双极性分布的的矩阵,大小为500*1000
x=binornd(n,p,500,1000);
z=(x-25)/sqrt(12.5);
for i=1:1:1000
y(1,i)=0;
end
for i=1:1:100