代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/202790/15372797
m multi_gp.m
function [x] = multi_gp(m,C)
% [x]=multi_gp(m,C)
% MULTI_GP generates a multivariate Gaussian random
% process with mean vector m (column vector) and covariance matrix C.
N=length(m);
for
www.eeworm.com/read/111650/15507101
cpp genera2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/107504/15605545
cpp genera2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/105103/15678031
bat asample.bat
REM This Batch-File generates a Sample-Program for the A51-Assembler
a51 asample1.a51 debug xref
a51 asample2.a51 debug xref
a51 asample3.a51 debug xref
bl51 asample1.obj,asample2.obj,asample3.
www.eeworm.com/read/101912/15798034
cpp genera2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/101557/15826359
m multi_gp.m
function [x] = multi_gp(m,C)
% [x]=multi_gp(m,C)
% MULTI_GP generates a multivariate Gaussian random
% process with mean vector m (column vector), and covariance matrix C.
N=length(m);
for
www.eeworm.com/read/101557/15826854
m logic_mf.m
function lo=logic_mf(x,y);
%LOGIC_MF generates code for the combinatorial logic block.
% LO = LOGIC_MF(X,Y) generates logic operation vector LO,
% depending on the information provided in X
% ('AN
www.eeworm.com/read/192089/8407577
c alg1.c
#include
#include
#include
#include
#include
int main()
{
int ia[] = { 1, 1, 2, 3, 5, 8 };
list ilist(ia, ia+6);
li
www.eeworm.com/read/289731/8532031
c alg1.c
#include
#include
#include
#include
#include
int main()
{
int ia[] = { 1, 1, 2, 3, 5, 8 };
list ilist(ia, ia+6);
li
www.eeworm.com/read/288910/8594741
c alg1.c
#include
#include
#include
#include
#include
int main()
{
int ia[] = { 1, 1, 2, 3, 5, 8 };
list ilist(ia, ia+6);
li