代码搜索:Generates

找到约 10,000 项符合「Generates」的源代码

代码结果 10,000
www.eeworm.com/read/283824/8986729

m row_quadric_f.m

% generates one row of constraints for absolute quadric % output constraint of absolute quadric 5 coefficients - symmetric 4x4 matrix % assumes only the focal lenght is unknown function [row] = ro
www.eeworm.com/read/179954/9328994

cpp genera1.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/177282/9460958

bat genrtx.bat

REM This file generates the RTX51 TINY LIBRARY a51 right.a51 a51 vers.a51 a51 rtx51tny.a51 debug a51 conf_tny.a51 del rtx51tny.lib lib51 create rtx51tny.lib lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/371500/9551490

c wait1.c

#include #include #include "ourhdr.h" int main(void) { pid_t pid; int status; if ( (pid = fork()) < 0) err_sys("fork erro
www.eeworm.com/read/164685/10095489

m batch.m

% generates the data needed for the plots in the book % make_rp; rp.type='A'; rp.T = 2.9; rp.name = 'run1'; run_dctlmseq(rp); rp.T = 3.1; rp.name = 'run2'; run_dctlmseq(rp); rp.T = 3.3; rp.n
www.eeworm.com/read/164099/10129297

m trngl_fn.m

% This function generates a triangle centered at zero % and extending from -1 to 1 % function tri = trngl_fn(t) tri = rmp_fn(t+1)-2*rmp_fn(t)+rmp_fn(t-1);
www.eeworm.com/read/164099/10129356

m pls_fn.m

% pls_fn(t): This function generates a rectangle centered at zero % and extending from -0.5 to 0.5 % function y=pls_fn(t) y=stp_fn(t+0.5)-stp_fn(t-0.5-eps);
www.eeworm.com/read/426106/10286974

m batch.m

% generates the data needed for the plots in the book % make_rp; rp.type='A'; rp.T = 2.9; rp.name = 'run1'; run_dctlmseq(rp); rp.T = 3.1; rp.name = 'run2'; run_dctlmseq(rp); rp.T = 3.3; rp.n
www.eeworm.com/read/354551/10346014

m batch.m

% generates the data needed for the plots in the book % make_rp; rp.type='A'; rp.T = 2.9; rp.name = 'run1'; run_dctlmseq(rp); rp.T = 3.1; rp.name = 'run2'; run_dctlmseq(rp); rp.T = 3.3; rp.n
www.eeworm.com/read/270960/11017999

cpp genera1.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. Josuttis 19