Приклади вживання
Перший параметр
Українська мовою та їх переклад на Англійською
{-}
Colloquial
Ecclesiastic
Computer
Там є ще перший параметр.
There is also initial parameter.
Перший параметр калькулятораNoun.
First setting for calculator.
Додайте цей параметр як перший параметр до альтернативної команди wcd або функції.
Add this option as the first option to your wcd alias or function.
Якщо перший параметр дорівнює другому NULLIF повертає Null.
If the first parameter is equal to the second parameter, NULLIF returns Null.
Група, зазначена як перший параметр, стане порожньою групою, без єдиного юніта.
The group specified as the first parameter will become an empty group, without a single unit.
Перший параметр- загальна кількість користувачів системи: чим їх більше, тим краще.
The first parameter is the total number of users: the more, the better.
Функція DIV() послідовно ділить перший параметр на наступні по черзі.
The DIV() function divides the first value by the other values in turn.
Виберіть перший параметр(Створення підключення)(Факультативний).
Select the first option(create a new connection)(Optional).
Параметри альфа і бета мають бути додатними. Перший параметр(число) має бути невід' ємним.
The alpha and beta parameters must be positive, the number(first parameter) must be non-negative.
Перший параметр, за яким соціальні мережіпрограють автономним сайтам- це дизайн.
The first parameter by which social networkslose to autonomous sites is design.
Розширювач: Величина% 1знаходиться за межами, встановленими для% PanelSize( percent)%. Перший параметр має бутиgt; 0 та< 100.
Expander: Value %1out of range for%_PanelSize(percent)%. The first parameter has to begt; 0 and< 100.
Перший параметр конструктора копіювання це посилання(можливо const або volatile) на його власний тип класу.
A copy constructor has as its first parameter a(possibly const or volatile) reference to its own class type.
Для цього вам слід надати значення, яке може бути оброблено функцією як перший параметр, окрім параметрів, які вказано вище.
To do so,you must supply the value that the function is to act upon as the first parameter, in addition to the parameters documented above.
Перший параметр полягає в нарочито повільному виконанні всіх нових рухів, що особливо важливо на самому початку навчання.
The first option is to deliberately slow the implementation of all new movements, which is particularly important at the beginning of training.
Функція PERMUT() повертає кількість переставлень. Перший параметр- кількість елементів, а другий- кількість елементів використаних у переставленні.
The PERMUT() function returns the number of permutations. The first parameter is the number of elements, and the second parameter is the number of elements used in the permutation.
Перший параметр можна порівняти з продуктивністю лампи розжарювання- 1 Вт світлодіода приблизно дорівнює 5-7 Вт звичайного джерела світла.
The first parameter can be compared with the performance of incandescent lamps- 1 W LEDs is approximately 5-7 watts of ordinary light source.
Стандартне позначення для цієї площини, як для представника проективного простору, є PG(2,2),де скорочення PG означає англ. Projective Geometry, перший параметр- геометрична розмірність, другий- порядок.
The standard notation for this plane, as a member of a family of projective spaces, is PG(2,2)where PG stands for"Projective Geometry", the first parameter is the geometric dimension and the second parameter is the order.
Перший параметр це обгорнутий компонент, а другий- функція, що отримує DataSource та пропси, і вилучає потрібні нам дані.
The first parameter is the wrapped component. The second parameter retrieves the data we're interested in, given a DataSource and the current props.
І закоментуйте його або просто видаліть,тим самим ви приберете перший параметр зі списку(--- Виберіть---), і на першому місці буде відображатися саме перша опція зі списку з меншим порядком сортування.
And comment it out or just delete it,thus you will remove the first parameter from the list(--- Select---), and in the first place it will be displayed the first option from the list with the lower order of sorting.
Функція COMBIN() розраховує кількість можливих комбінацій. Перший параметр- загальна кількість елементів. Другий- кількість елементів для вибору. Обидва параметри повинні бути додатними та перший повинен бути не меншим за другого. Інакше функція поверне помилку.
The COMBIN() function calculates the count of possible combinations. The first parameter is the total count of elements. The second parameter is the count of elements to choose. Both parameters should be positive and the first parameter should not be less than the second. Otherwise the function returns an error.
InvocationHandler invoke(Object, Method, Object[]) InvocationHandler invoke(Object, Method, Object[]) для кожного методу, викликаного об'єктом проксі- перший параметр є об'єктом proxy, другий параметр- об'єкт Method представляє метод з інтерфейсу, реалізованого proxy, а третім параметром є масив параметрів, що передаються інтерфейсному методу.
The InvocationHandler's invoke(Object, Method, Object[])method is called for each method invoked on the proxy object- the first parameter is the proxy object, the second parameter is the Method object representing the method from the interface implemented by the proxy, and the third parameter is the array of parameters passed to the interface method.
Саме це значення ми передали у якості першого параметру.
That was the value passed in as the first parameter.
Інакше, повертається значення першого параметра.
Otherwise, the value of the first parameter is returned.
Оператор конвеєра_gt; передає результат виконання виразу першим параметром в інший вираз.
The pipe operator_gt; passesthe result of an expression as the first parameter of another expression.
Зауважте, що оскільки одним генератором з тими самими параметрамиможе бути потрібно згенерувати багато тестів, першим параметром передається номер тесту, для того щоб можна було зробити srand(вказати seed генератора випадкових чисел) відносно цього номера.
Please note that you may want to use the same generator with the same parameters for multiple test cases,that's why the first parameter is always test case index so that you can perform srand(test) or anything else of that kind.
Першим параметром є кількість випробувань, другим- кількість успіхів, третім- ймовірність успіху. Кількість спроб повинна бути більшою за кількість успіхів, а ймовірність має бути не більшою за 1.
The first parameter is the number of trials, the second parameter is the number of successes, and the third is the probability of success. The number of trials should be greater than the number of successes and the probability should be smaller or equal to 1.
Функція INVBINO() повертає значення ймовірності для зворотного біноміального розподілу. Першим параметром є кількість дослідів, другим- кількість невдач, третім- ймовірність невдачі. Кількість дослідів повинна перевищувати кількість невдач, а ймовірність має бути величиною, меншою за 1 або рівною 1.
The INVBINO() function returns the negative binomial distribution. The first parameter is the number of trials, the second parameter is the number of failures, and the third is the probability of failure. The number of trials should be larger than the number of failures and the probability should be smaller or equal to 1.
Параметрів може бути багато; в такому випадку у нас буде відкриваюча дужка,за якою йде<ім'я> першого параметру, потім<ім'я> другого параметру, потім<ім'я> третього, за яким йде ще стільки параметрів, скільки ми забажаємо.
Or there could be many inputs; in which case, we would have a paren,followed by the name of the first input, followed by the name of the second input, followed by the name of the third, followed by as many inputs as we want.
Значення другого параметра визначає верхні межі інтервалів. Інтервали включають верхні межі. Повернутий масив є колонкою вектора і має на один елемент більше за другий параметр; останній елемент є кількістю всіх елементів більших за останню величину другого параметра. Якщо другий параметр порожній,буде підраховано всі величини у першому параметрі.
The values in the second parameter determine the upper boundaries of the intervals. The intervals include the upper boundaries. The returned array is a column vector and has one more element than the second parameter; the last element represents the number of all elements greater than the last value in second parameter. If the second parameter is empty,all values in the first parameter are counted.
Як ви можете бачити, новий синтаксис є дуже простим, а також добре узгоджується візуально з групами функцій. Всі посилання на& DCOP; у цьому розділі використовуватимуть новийоб' єктний синтаксис, наведений вище. Будь ласка, зауважте, що, якщо ви викликаєте на віджет за допомогою& DCOP;з іншого вікна або іншої програми, першим параметром завжди буде назва віджета. Записи всіх перелічених у цьому розділі функцій починатимуться з другого параметра.
As you can see the new syntax is very easy, as well as consistent visually with function groups. All the& DCOP; reference here will use the new object syntax listed above. Please note that if you are referencing a widget using& DCOP;from another window or another application the first parameter will always be the widget name. All functions are listed here starting with the second parameter..
English
عربى
Български
বাংলা
Český
Dansk
Deutsch
Ελληνικά
Español
Suomi
Français
עִברִית
हिंदी
Hrvatski
Magyar
Bahasa indonesia
Italiano
日本語
Қазақ
한국어
മലയാളം
मराठी
Bahasa malay
Nederlands
Norsk
Polski
Português
Română
Русский
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Tagalog
Turkce
اردو
Tiếng việt
中文