Translation of "função de comutação tempo" to English language:
Dictionary Portuguese-English
Examples (External sources, not reviewed)
| A comutação por mensagens foi o precursor da comutação de pacotes, onde mensagens eram roteadas na rede inteira, um hop por vez. | In telecommunications, message switching was the precursor of packet switching, where messages were routed in their entirety, one hop at a time. |
| Finalmente, em 1876, esta comutação foi tornada obrigatória. | Finally, in 1876, this commutation was made compulsory. |
| E mail é um exemplo de um sistema de comutação de mensagens. | Message switching is thus an example of a delay system or a queuing system. |
| E essas mutações se acumulam aproximadamente como uma função de tempo. | And these mutations accumulate approximately as a function of time. |
| Eram instrumentos com função mais decorativa do que de medição do tempo. | Edited by G. Swarup, A. K. Bag and K. S. Shukla. |
| Isso em notação matemática seria escrito assim formula_1Se a função de entrada é o tempo, então a derivada dessa função é a taxa em que a função é alterada. | For example, if is a function that takes a time as input and gives the position of a ball at that time as output, then the derivative of is how the position is changing in time, that is, it is the velocity of the ball. |
| Outro tipo existente é a Central de Comutação Celular ou CCC, usadas na Rede de Telefonia Celular. | Each layer is interconnected by a web of wires that goes from each subswitch, to a set of the next layer of subswitches. |
| Por exemplo, é possível que o grafo de uma função seja decidível em tempo polinomial (no caso em que a complexidade algorítmica é computada como uma função do par ( x , y )) quando a função não é computável em tempo polinomial (no caso em que a complexidade algorítmica é computada como uma função de x apenas). | For example, it is possible for the graph of a function to be decidable in polynomial time (in which case running time is computed as a function of the pair ( x , y ) ) when the function is not computable in polynomial time (in which case running time is computed as a function of x alone). |
| Nós dispomos de elementos discretos de dados nós não temos os dados como função do tempo. | We have discrete data elements we don't have a time function on them. |
| Fundamentação Matemática Na equação de Schrödinger formula_1,onde a função de onda ψ (r,t) é uma função complexa da posição r e tempo t , a densidade probabilidade ρ (r,t) é uma função real definida por formula_2. | For instance, if the universal wave function factors as formula_61then the conditional wave function of subsystem (I) is (up to an irrelevant scalar factor) equal to formula_55 (this is what Standard Quantum Theory would regard as the wave function of subsystem (I)). |
| Há muito tempo, sou fascinada pela beleza, forma e função do atum de barbatana azul gigante. | I've been fascinated for a lifetime by the beauty, form and function of giant bluefin tuna. |
| Definição O rms para uma coleção de N valores x 1, x 2, ... , x N é dado pela fórmula (1) formula_1O valor rms para uma função ao longo do tempo é formula_2O RMS ao longo do tempo para uma função periódica é igual ao RMS de um período da função. | In the case of a set of n values formula_1, the RMS formula_2The corresponding formula for a continuous function (or waveform) f(t) defined over the interval formula_3 is formula_4and the RMS for a function over all time is formula_5The RMS over all time of a periodic function is equal to the RMS of one period of the function. |
| A toxidez em função da radioatividade do elemento é uma função do composto, tipo de radiação para o isótopo em questão e o tempo de meia vida do isótopo. | The radiological toxicity of technetium (per unit of mass) is a function of compound, type of radiation for the isotope in question, and the isotope's half life. |
| A função f é chamada, alternadamente, de função objetiva, função de custo (minimização), função utilidade (maximização), ou, em certos campos, função de energia, ou energia funcional. | The function f is called, variously, an objective function, a loss function or cost function (minimization), a utility function (maximization), a fitness function (maximization), or, in certain fields, an energy function, or energy functional. |
| Após um dado tempo de aplicação de qualquer gradiente, o acúmulo de fase também será uma função da posição. | In general, the rate of decay of an ensemble of spins is a function of the interaction times and also the power of the RF pulse. |
| Esta função é chamada de função de transição . | This function is called the transition function . |
| Enquanto agito essa bisnaga de ketchup, eu recebo retorno sensorial como a função do tempo na linha de baixo. | So as I shake this ketchup bottle, I get some true sensory feedback as the function of time in the bottom row. |
| Matematicamente, representa se o espectro sonoro como uma série de Fourier, uma função no domínio das frequências, em oposição à forma de onda que é uma função no domínio do tempo. | Because of reversibility, the Fourier transform is called a representation of the function, in terms of frequency instead of time thus, it is a frequency domain representation. |
| O espaço de endereço ROM é de 512 palavras (12 bits cada), que podem ser estendidos a 2048 palavras por comutação. | The ROM address space is 512 words (12 bits each), which may be extended to 2048 words by banking. |
| História A pesquisa sobre a comutação de pacotes começou na década de 1960 e redes de comutação de pacotes, como Mark I, no NPL no Reino Unido, ARPANET, CYCLADES, Merit Network, Tymnet e Telenet, foram desenvolvidas em final dos anos 1960 e início dos anos 1970, usando uma variedade de protocolos. | History Research into packet switching started in the early 1960s and packet switched networks such as Mark I at NPL in the UK, ARPANET, CYCLADES, Merit Network, Tymnet, and Telenet, were developed in the late 1960s and early 1970s using a variety of protocols. |
| As observações são registradas em função do tempo e da curva resultante é determinado o período. | The observations are plotted against time, and from the resulting curve a period is determined. |
| 1997 a área de telefonia fixa é definida como centro de competência regional para fabricação de sistemas de comutação eletrônica digital Siemens (EWSD). | In October 1997, Siemens Financial Services (SFS) was founded to act as competence center for financing issues and as a manager of financial risks within Siemens. |
| A resposta de impulso para o capacitor é formula_20aonde u ( t ) é a função de passo Heaviside e formula_21é a constante de tempo. | The impulse response for the capacitor voltage is formula_25where u ( t ) is the Heaviside step function and formula_26is the time constant. |
| A resposta de impulso para o indutor é formula_22aonde u ( t ) é a função de passo Heaviside e formula_23é a constante de tempo. | The impulse response for the inductor voltage is formula_21where u ( t ) is the Heaviside step function and formula_22is the time constant. |
| Ligação explícita em tempo de execução Arquivos DLL podem ser carregados explicitamente em tempo de execução, um processo chamado pela Microsoft como ligação dinâmica em tempo de execução , utilizando a função LoadLibrary (ou LoadLibraryEx) de sua API. | Explicit run time linking DLL files may be explicitly loaded at run time, a process referred to simply as run time dynamic linking by Microsoft, by using the codice_9 (or codice_10) API function. |
| Esta função é a função inversa de formula_10, i.e. | However, is not a left inverse to , since, e.g., . |
| A sua função comercial era acompanhada de uma função militar. | However, the golden age of the city was over and it entered a long period of decline. |
| Um filtro passa baixas ideal pode ser obtido matematicamente (teoricamente) multiplicando o sinal pela função retangular no domínio da frequência ou fazendo a convolução com uma função de sincronização no domínio do tempo. | An ideal low pass filter can be realized mathematically (theoretically) by multiplying a signal by the rectangular function in the frequency domain or, equivalently, convolution with its impulse response, a sinc function, in the time domain. |
| Asynchronous Transfer Mode, ou simplesmente ATM, é uma arquitetura de rede de alta velocidade orientada a conexão e baseada na comutação de pacotes de dados. | The reference model for ATM approximately maps to the three lowest layers of the ISO OSI reference model network layer, data link layer, and physical layer. |
| Função de Registo | Register Function |
| Forma é função. Forma é função. | Form is function. Form is function. |
| Este é um lote de frequência em função do tempo tipo de nota musical, onde as notas altas são mais altas e as baixas mais baixas, e o tempo vai assim. | This is a plot of frequency against time sort of like musical notation, where the higher notes are up higher and the lower notes are lower, and time goes this way. |
| Em matemática, uma função composta é criada aplicando uma função à saída, ou resultado, de uma outra função, sucessivamente. | In mathematics, function composition is the pointwise application of one function to the result of another to produce a third function. |
| O cartão combina normalmente a função de numerário com uma função de pagamento . | The cash function is usually combined with a payment function . |
| Tipos de acesso O protocolo X.25 permite o acesso a redes públicas ou privadas operando com a comutação de pacotes sendo orientado a bit. | Closely related to the X.25 protocol are the protocols to connect asynchronous devices (such as dumb terminals and printers) to an X.25 network X.3, X.28 and X.29. |
| O valor RMS de uma função ou sinal contínuos pode ser avaliado, tomando o RMS de uma série de amostras, igualmente espaçadas no tempo. | The RMS value of a continuous function or signal can be approximated by taking the RMS of a series of equally spaced samples. |
| Se eu escolho a via da esquerda, eu posso trabalhar as forças necessárias em um de meus músculos em função do tempo. | Well if I choose the left hand path, I can work out the forces required in one of my muscles as a function of time. |
| Com o passar do tempo os alvéolos pulmonares vão sendo cimentados pelos componentes da fumaça do cigarro, deixando de fazer sua função. | Second hand smoke Second hand smoke is a mixture of smoke from the burning end of a cigarette, and the smoke exhaled from the lungs of smokers. |
| A amostra deve ainda ser ajustada ao longo do tempo em função das alterações às características dos agentes inquiridos . | Over time , the sample shall be adjusted to take account of changes in the characteristics of the reporting agents . |
| A unilateralidade da transformada de Laplace toma como entrada uma função cujo domínio são os reais não negativos, este é o motivo de todas as funções no domínio de tempo na tabela abaixo serem múltiplas da Função de Heaviside, u( t ). | The unilateral Laplace transform takes as input a function whose time domain is the non negative reals, which is why all of the time domain functions in the table below are multiples of the Heaviside step function, u( t ). |
| O cartão combina normal mente a função de numerário com uma função de pagamento . | The cash function is usually combined with a payment function . |
| Função | Icon |
| Função | Function Name |
| Função | Function Call Tree |
| Função | Action |
Pesquisas relacionadas : Função De Comutação - Função De Comutação - Tempo De Comutação - Função De Tempo - Função No Tempo - Função Do Tempo - Comutação - Comutação - Comutação - De Comutação - Comutação De - Função De Mudança De Tempo - Em Função Do Tempo - Comutação Digital