Browsing Vietnamese translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Vietnamese guidelines.
629638 of 646 results
629.
@FUNCTION=interpolation
@SYNTAX=interpolation(abscissas,ordinates,targets[,interpolation])
@DESCRIPTION=
interpolation returns interpolated values corresponding
to the given abscissa targets as a one column matrix.

@abscissas are the absicssas of the data to interpolate.
@ordinates are the ordinates of the data to interpolate.
* Strings and empty cells in @abscissas and @ordinates are simply ignored.
@targets are the abscissas of the interpolated data. If several data
are provided, they must be in the same column, in consecutive cells
@interpolation is the method to be used for the interpolation;
possible values are:
- 0: linear;
- 1: linear with averaging;
- 2: staircase;
- 3: staircase with averaging;
- 4: natural cubic spline;
- 5: natural cubic spline with averaging.

If an averaging method is used, the number of returned values
is one less than the number of targets since the evaluation is made by
averaging the interpolation over the interval between two consecutive data;
in that case, the targets values must be given in increasing order.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
630.
@FUNCTION=periodogram
@SYNTAX=periodogram(ordinates,[filter,[abscissas,[interpolation,[number]]]])
@DESCRIPTION=
periodogram returns the periodogram of the data
as a one column matrix.

@ordinates are the ordinates of the data to interpolate.
@filter gives the window function to be used. Possible values are:
- 0: no filter (rectangular window);
- 1: Bartlett (triangular window);
- 2: Hahn (cosine window);
- 3: Welch (parabolic window);
@abscissas are the absicssas of the data to interpolate. If no
abscissa is given, it is supposed that the data absicssas are regularly
spaced. Otherwise, an interpolation method will be used to evaluate
regularly spaced data.
* Strings and empty cells in @abscissas and @ordinates are simply ignored.
@interpolation is the method to be used for the interpolation;
possible values are:
- 0: linear;
- 1: linear with averaging;
- 2: staircase;
- 3: staircase with averaging;
- 4: natural cubic spline;
- 5: natural cubic spline with averaging.
@number is the number of interpolated data to be used. If not given,
a default number is automatically evaluated.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
(no translation yet)
631.
@FUNCTION=EXECSQL
@SYNTAX=EXECSQL(dsn,username,password,sql)
@DESCRIPTION=The EXECSQL function lets you execute a command in a database server, and show the results returned in current sheet. It uses libgda as the means for accessing the databases.
For using it, you need first to set up a libgda data source.
@EXAMPLES=
To get all the data from the table "Customers" present in the "mydatasource" GDA data source, you would use:
EXECSQL("mydatasource","username","password","SELECT * FROM customers")
@SEEALSO=READDBTABLE
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=EXECSQL
@SYNTAX=EXECSQL(i)
@DESCRIPTION=Hàm EXECSQL cho phép bạn thực hiện một lệnh trong trình phục vụ cơ sở dữ liệu và nhận được kết quả trong tờ làm việc hiện thời. Nó dùng libgda để truy cập cơ sở dữ liệu.
Để dùng nó, bàn cần thiết lập nguồn dữ liệu libGDA.

@EXAMPLES=
Để lấy mọi dữ liệu từ bảng "Customers" trong nguồn "mydatasource", bạn cần dùng:
EXECSQL("mydatasource","username","password","SELECT * FROM customers")

@SEEALSO=READDBTABLE
Translated and reviewed by Clytie Siddall
632.
@FUNCTION=READDBTABLE
@SYNTAX=READDBTABLE(dsn,username,password,table)
@DESCRIPTION=The READDBTABLE function lets you get the contents of a table, as stored in a database. For using it, you need first to set up a libgda data source.
Note that this function returns all the rows in the given table. If you want to get data from more than one table or want a more precise selection (conditions), use the EXECSQL function.
@EXAMPLES=
To get all the data from the table "Customers" present in the "mydatasource" GDA data source, you would use:
READDBTABLE("mydatasource","username","password","customers")
@SEEALSO=EXECSQL
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=READDBTABLE
@SYNTAX=READDBTABLE(dsn,username,password,table)
@DESCRIPTION=Hàm READDBTABLE cho phép bạn lấy nội dung bảng, như được cất giữ trong cơ sở dữ liệu. Để dùng nó, trước hết bạn cần thiết lập nguồn dữ liệu libgda.
Hãy ghi chú rầng hàm này trả các hàng trong bảng cho trước. Nếu bạn muốn lấy dữ liệu từ nhiều bảng, hoặc muốn chọn điều kiện một cách chính xác hơn, thì hãy dùng hàm EXECSQL.
@EXAMPLES=
Để lấy mọi dữ liệu "Customers" có trong nguồn dữ liệu GDA "mydatasource" thì bạn cần dùng:
READDBTABLE("mydatasource","username","password","customers")
@SEEALSO=EXECSQL
Translated and reviewed by Clytie Siddall
633.
@FUNCTION=NT_PHI
@SYNTAX=NT_PHI(n)
@DESCRIPTION=NT_PHI function calculates the number of integers less than or equal to @n that are relatively prime to @n.

@EXAMPLES=
@SEEALSO=NT_D, ITHPRIME, NT_SIGMA
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=NT_PHI
@SYNTAX=NT_PHI(n)
@DESCRIPTION=Hàm NT_PHI tính số nguyên nhỏ hơn hoặc bằng @n mà tương ứng với số nguyên tố thứ @n.

@EXAMPLES=
@SEEALSO=NT_D, ITHPRIME, NT_SIGMA
Translated and reviewed by Clytie Siddall
634.
@FUNCTION=NT_MU
@SYNTAX=NT_MU(n)
@DESCRIPTION=NT_MU function (Möbius mu function) returns
0 if @n is divisible by the square of a prime .
Otherwise it returns:

-1 if @n has an odd number of different prime factors .
1 if @n has an even number of different prime factors .

* If @n = 1 NT_MU returns 1.

@EXAMPLES=
@SEEALSO=NT_D, ITHPRIME, NT_PHI
xgettext: you can translate the funny character as an 'o' if unicode is not available.
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
@FUNCTION=NT_MU
@SYNTAX=NT_MU(n)
@DESCRIPTION=Hàm NT_MU (Hàm Möbius mu) trả lại
0 nếu @n là có thể chia hết cho bình phương của một số nguyên tố.
Nếu khác nó trả lại:

-1 nếu tổng các thừa số nguyên tố mà tích của chúng tạo thành @n là một số lẻ.
1 nếu tổng các thừa số nguyên tố mà tích của chúng tạo thành @n là một số chẵn.

* Nếu @n=1 thì trả lại 1

@EXAMPLES=
@SEEALSO=NT_D, ITHPRIME, NT_PHI
Translated by Clytie Siddall
Located in ../plugins/numtheory/numtheory.c:258
635.
@FUNCTION=NT_D
@SYNTAX=NT_D(n)
@DESCRIPTION=NT_D function calculates the number of divisors of @n.

@EXAMPLES=
@SEEALSO=ITHPRIME, NT_PHI, NT_SIGMA
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=NT_D
@SYNTAX=NT_D(n)
@DESCRIPTION=Hàm NT_D tính số số chia @n.

@EXAMPLES=
@SEEALSO=ITHPRIME, NT_PHI, NT_SIGMA
Translated and reviewed by Clytie Siddall
636.
@FUNCTION=NT_SIGMA
@SYNTAX=NT_SIGMA(n)
@DESCRIPTION=NT_SIGMA function calculates the sum of the divisors of @n.

@EXAMPLES=
@SEEALSO=NT_D, ITHPRIME, NT_PHI
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=NT_SIGMA
@SYNTAX=NT_SIGMA(n)
@DESCRIPTION=Hàm NT_SIGMA tính tổng các số chia @n.

@EXAMPLES=
@SEEALSO=NT_D, ITHPRIME, NT_PHI
Translated and reviewed by Clytie Siddall
637.
@FUNCTION=ITHPRIME
@SYNTAX=ITHPRIME(i)
@DESCRIPTION=ITHPRIME function returns the @ith prime.

@EXAMPLES=
@SEEALSO=NT_D, NT_SIGMA
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=ITHPRIME
@SYNTAX=ITHPRIME(i)
@DESCRIPTION=Hàm ITHPRIME trả lại số nguyên tố thứ @i.

@EXAMPLES=
@SEEALSO=NT_D, NT_SIGMA
Translated by Clytie Siddall
638.
@FUNCTION=ISPRIME
@SYNTAX=ISPRIME(i)
@DESCRIPTION=ISPRIME function returns TRUE if @i is prime and FALSE otherwise.

@EXAMPLES=
@SEEALSO=ITHPRIME, NT_D, NT_SIGMA
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=ISPRIME
@SYNTAX=ISPRIME(i)
@DESCRIPTION=Hàm ISPRIME trả lại ĐÚNG nếu @i là số nguyên tố, SAI nếu không phải.

@SEEALSO=ITHPRIME, NT_D, NT_SIGMA
Translated by Clytie Siddall
629638 of 646 results

This translation is managed by Ubuntu Vietnamese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Clytie Siddall.