代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/232339/14197593
m rri_mkboot_order.m
%RRI_MKBOOT_ORDER Generate permutation sample order
%
% Usage: boot_order = rri_mkboot_order(num_cond, num_subj_lst, nboot)
%
% Generates bootstrap samples according to whether the data matrix
www.eeworm.com/read/231879/14216869
c iidgauss.c
#include
#include
#include
#include
#define PMODE 0644
/* This program generates N iid variates with normal distribution having
mean and v
www.eeworm.com/read/230855/14271807
c alg43.c
#include
#include
#include
/* generates:
original element sequence:
29 23 20 22 12 17 15 26 51 19 12 23 35 40
stable sort -- default ascending order
www.eeworm.com/read/230855/14271808
c alg38.c
#include
#include
#include
/* generates:
original element sequence:
0 1 1 2 3 5 8 13 21 34
sequence after applying remove_if < 10:
13 21 34
www.eeworm.com/read/230855/14271810
c alg45.c
#include
#include
#include
/* generates:
original element sequence:
29 23 20 22 17 15 26 51 19 12 35 40
stable_partition on even element:
20 22
www.eeworm.com/read/230855/14271851
c alg32.c
#include
#include
#include
#include
/*
* generates:
original array values: 3 5 8 13 21
transform each element by doubling: 6 10 16 26 42
tr
www.eeworm.com/read/128748/14279874
m fig3_16.m
%
% This file generates the plot shonw in Figure 3-16
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
global Z0;
close all; % close all o
www.eeworm.com/read/128748/14279882
m fig3_15.m
%
% This file generates the plot shonw in Figure 3-15
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
%
global Z0;
close all; % close all o
www.eeworm.com/read/230170/14303235
m sacubic.m
function [ab,vE,E] = sacubic(N);
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% October, 1999.
% Function generates n-bit binary strings antibody most uniformly
% distributed over the search spac
www.eeworm.com/read/230170/14303238
m donuts.m
function S = donuts;
%
% Ph.D. Thesis
% Leandro Nunes de Castro
% February, 2000
% Function generates the dataset for the 2-DONUTS problem
%
% DONUT 1
step = 0.2;
t = 0:step:4*pi;
l = le