搜索结果

找到约 21 项符合 Arguments 的查询结果

数学计算 Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for r

Individual files are available in the following links: Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order. Bessik -- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy -- Bessel functions Jv and Yv for real or complex arguments an ...
https://www.eeworm.com/dl/641/181091.html
下载: 129
查看: 1046

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
查看: 1035

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
查看: 1048

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

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

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
查看: 1055

其他书籍 "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
查看: 1073

其他 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
查看: 1024

编译器/解释器 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
查看: 1027

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
查看: 1048

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
查看: 1064