• Connecting to Scilab on the command line.

    命令连接scilab

    youdao

  • Scilab includes many math functions and is very good for signal processing.

    Scilab包括了很多数学函数,因此非常适合进行信号处理

    youdao

  • In the Scilab code in Listing 4, an example graph is printed to a JPEG file.

    清单4Scilab代码内,示例图形打印JPEG文件

    youdao

  • Scilab comes with a rather useful GUI you can easily put Scilab script into.

    scilab自带一个非常有用的GUI轻松scilab脚本放入其中。

    youdao

  • For details on using Scilab on the Windows command line, see the Scilab Web site.

    对于如何Windows命令行使Scilab细节请参见scilab网站

    youdao

  • E - the next item on the line is an expression that the Scilab engine must execute.

    e—此行下一Scilab引擎必须执行表达式

    youdao

  • This article showed how to connect to Scilab easily using PHP from the command line.

    本文展示了如何使用php命令连接Scilab

    youdao

  • This functionality makes Scilab incredibly powerful and can be used within your Web application.

    功能使得Scilab极为强大用于Web应用程序

    youdao

  • Scilab is a free scientific software package for numerical computation and graphical visualization.

    Scilab一个用来进行数值计算图形可视化呈现免费科学软件包

    youdao

  • When Scilab is started, a window displays allowing you to interact with the interpreter (see Figure 5).

    启动Scilab之后,就会显示一个窗口我们可以之进行交互(如图5所示)。

    youdao

  • There are a few ways you can try to bridge the gap between the seemingly disparate systems of PHP and Scilab.

    连接看似截然不同两个系统phpscilab有几种方式选。

    youdao

  • So far, you have a reasonably powerful application, but it's not terribly different from using the Scilab interface.

    至此我们已经得到了一个功能比较强大应用程序使用Scilab界面没有特别大的差异

    youdao

  • If it is, the code simply takes the Scilab code from the form and sends it through to Scilab using the exec command.

    如果代码就只简单地表单Scilab代码通过exec命令发送Scilab

    youdao

  • Scilab is a kind of mathematical algorithm language, but it will also seem familiar to the average computer programmer.

    Scilab数学算法语言一般计算机程序员陌生

    youdao

  • Scilab is an interpreter and a high-level language for engineering and scientific applications that is in use around the world.

    Scilab世界上广泛存在工程科学应用程序使用一种解释器高级语言

    youdao

  • You use the exec function to send a command to the operating system. This command calls Scilab, just as you saw in the previous section

    使用exec函数来向操作系统发送命令

    youdao

  • Scilab is a numerical computational package developed in 1990 by researchers from the INRIA and the cole nationale des ponts et chausses (ENPC).

    Scilab一个数值计算软件包由来自INRIAENPC (Ecolenationaledespontset chausses)的研究人员1990年开发。

    youdao

  • At this site, you'll find the latest version of Scilab, as well as documentation and other user information (such as how to contribute to the project).

    这个站点上可以找到Scilab最新版本以及文档其他用户信息(例如如何这个项目贡献自己的力量)。

    youdao

  • As it is being sent to Scilab from the command line, you must clean up newlines by deleting them (or, more accurately, replacing them with empty strings).

    是从命令发送Scilab,所以必须通过删除它们(或者更为准确地说字符串来代替它们)来清理换行。

    youdao

  • So, instead of using the nwni flag on the command line, you use nw, which still limits Scilab to command-line calculations, but loads the graphics libraries.

    所以,与命令使用nwni标志不同,我们现在使用是 nw仍旧限制Scilab命令计算但是加载图形库。

    youdao

  • The first example using PHP sends the simple Scilab command built in the previous section, which simply prints out a matrix to the screen in plain-text format.

    第一例子使用PHP发送前一节中构建简单scilab命令,以纯文本的格式屏幕打印矩阵

    youdao

  • Scilab provides simple matrix operations like multiplication, plus a library of high-level operations like complex multi-dimensional arithmetic and correlation.

    Scilab提供简单矩阵运算比如乘法),也提供了高级运算(比如复数多维算法相关)。

    youdao

  • Within this form are two elements: a text area provided to allow users to enter plain Scilab code for execution and a Submit button that performs the form action.

    表单内有两个元素文本区域用来供用户输入scilab代码以便执行;一个Submit按钮用来执行表单动作

    youdao

  • Therefore, the next task is to provide some kind of graphical interface in XHTML and PHP, which you can do by adding useful forms to generate powerful Scilab expressions.

    因而一个任务XHTMLPHP提供某种图形界面,为了实现这个目的,可以添加有用的表单来生成功能强大scilab表达式。

    youdao

  • As the Scilab code is put into the exec function, the exit command is concatenated to the end of it so you don't have to rely on the user to input the word exit each time.

    由于Scilab代码放入exec函数exit命令遂被接到其尾端,这样一来,无需依赖用户每次输入exit。

    youdao

  • Scilab includes a large number of libraries and functions that can generate plots with a minimum of complexity. Take the example of generating a simple three-dimensional histogram plot.

    Scilab包括很多函数,它们可以使用最少复杂性绘制图形

    youdao

  • Scilab originated in 1994 and was developed by researchers at Institut national de recherche en informatique et en automatique (INRIA) and École Nationale des Ponts et Chaussées (ENPC) in France.

    Scilab 诞生于 1994 年,它法国的 INRIA(Institutnationalderechercheeninformatiqueet enautomatiqueENPC(ÉcoleNationaledesPonts et Chaussées)设计的。

    youdao

  • However, you can also use Scilab from the command line, which is what you must do to get your Web-based system working later. You end up with the following rather complicated command-line operation.

    不过可以命令行使Scilab,并且为了在稍后能让基于Web系统工作,您也必须这么做

    youdao

  • However, you can also use Scilab from the command line, which is what you must do to get your Web-based system working later. You end up with the following rather complicated command-line operation.

    不过可以命令行使Scilab,并且为了在稍后能让基于Web系统工作,您也必须这么做

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定