搜索结果

找到约 23 项符合 arguments 的查询结果

matlab例程 PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs)

PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are implicitly
https://www.eeworm.com/dl/665/183308.html
下载: 60
查看: 1054

matlab例程 给定一批的样本

给定一批的样本,当然这些样本间必须相互独立。如果Q > chi2(p, nu),假设拒绝,否则通过。 ARGUMENTS: x Absolut numbers. p The prob ability value, calculated from Q. Q The resulting Q-value.
https://www.eeworm.com/dl/665/486782.html
下载: 27
查看: 1049

编译器/解释器 how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing

how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection ...
https://www.eeworm.com/dl/628/431997.html
下载: 28
查看: 1046

Linux/Unix编程 The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a s

The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multile ...
https://www.eeworm.com/dl/619/273303.html
下载: 107
查看: 1095

其他书籍 这份文件是启动提示说明(BootPrompt-Howto)

这份文件是启动提示说明(BootPrompt-Howto), 它整理了所有可以在启动时期传给 Linux 核心的启动时期参数(arguments)。 包含所有核心与设备的参数。也包含关於核心如何排序(sorts) 启动时期参数的讨论, 还有一些启动 Linux 核心常用软体概述。 ...
https://www.eeworm.com/dl/542/279987.html
下载: 40
查看: 1126

Jsp/Servlet simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu

simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate method flip that takes no arguments and returns false for tails and true for ...
https://www.eeworm.com/dl/696/292115.html
下载: 117
查看: 1079

其他 1. 输入caculator

1. 输入caculator,程序开始执行,继续输入3*4+5,回车后输出17,继续下一个计算或Ctrl+C退出。 2. 输入caculator 3*4+5,程序执行输出结果17。 3. 输入caculator 3*4+5 33,程序执行输出结果error: too many arguments。
https://www.eeworm.com/dl/534/384342.html
下载: 79
查看: 1052

matlab例程 FFTGUI Demonstration of Finite Fourier Transform. FFTGUI(y) plots real(y), imag(y), real(fft(y)

FFTGUI Demonstration of Finite Fourier Transform. FFTGUI(y) plots real(y), imag(y), real(fft(y)) and imag(fft(y)). FFTGUI, without any arguments, uses y = zeros(1,32). When any point is moved with the mouse, the other plots respond. Inspired by Java applet by Dave Hale, Stanford Explo ...
https://www.eeworm.com/dl/665/449126.html
下载: 73
查看: 1101

其他书籍 "TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and

"TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types may or may not exist depending on the template arguments. To programmers whose experience stops with t ...
https://www.eeworm.com/dl/542/322667.html
下载: 97
查看: 1106

JavaScript This project developed in java leads us to realize a flight reservation system in order to emulate d

This project developed in java leads us to realize a flight reservation system in order to emulate databases containing the structures for the flight and for the booking. These bases extend the List interface and implements additional search鈥檚 methods. Two interfaces provide an access to this syst ...
https://www.eeworm.com/dl/685/432813.html
下载: 161
查看: 1088