What is the translation of " GLOBAL VARIABLE " in Spanish?

['gləʊbl 'veəriəbl]
['gləʊbl 'veəriəbl]
variable global
global variable
global var

Examples of using Global variable in English and their translations into Spanish

{-}
  • Colloquial category close
  • Official category close
Figure 4. Defining the global variable key_len.
Figura 4- Definiendo la variante global key_len.
A global variable can be declared with the extern modifier and without it.
Una variable global puede ser declarada con el modificador extern y sin ella.
Any floating point number can serve as a global variable;
Cualquier número con punto flotante puede servir de variable global;
To add a global variable interaction option.
Para agregar una opción de interacción de variable global.
Now we change the program will add the concept of global variable.
Ahora cambiamos el programa vamos a añadir el concepto de variable global.
The first line, x=1,creates a global variable x and initializes it to 1.
Retorna 1 La primera línea X=1,crea una variable global x y la inicia en 1.
Your global variable widget will resemble the image below.
La interacción de la variable global se parecerá a la imagen a continuación.
How would any of the other parts of the program know where to access the global variable from then on?
¿Cómo sabría alguna de las otras partes del programa dónde acceder a la variable global a partir de entonces?
In the Choose global variable data source panel, select a connection.
En el panel Elegir fuente de datos de variable global, seleccione una conexión.
The set is drawn in a region of 640 x 480 pixels,which is stored in the_bitmap global variable, an array of int.
El conjunto se dibuja en una región de 640 x 480 pixels,que se almacena en la variable global_bitmap, un array de enteros.
Global variable is a variable available to all the functions in the program.
Una variable global es aquella que está declarada para el programa completo.
This is important because a global variable stored here will have a fixed set memory address.
Esto es importante porque una variable global almacenada aquí tendrá una dirección fija de memoria de conjunto.
Global variable is a type of variable that can be shared among multiple labels.
Las variables globales son un tipo de variables que se pueden usar en diferentes etiquetas.
To see what is available to you as part of the services global variable, you can log the global to your web browser's console.
Para ver lo que está disponible como parte de la variable global services, puede registrar la global en la consola del navegador web.
A second global variable,$argc, contains the number of elements in the$argv array.
Una segunda variable global,$argc, contiene el número de elementos en el arreglo$argv.
You would have to have a fixed location storing the address of this floating global variable that every part of the program could rely on….
Tendrías que tener una ubicación fija almacenando la dirección de esta variable global flotante que cada parte del programa podría confiar en….
The global variable_sensor, of KinectSensor type, will be null the first time this method is called.
La variable global_sensor, de tipo KinectSensor, valdrá null la primera vez que llamemos al método.
In your initialization script, you access AWS Cloud9 IDE APIs from your code through the services global variable.
En el script de inicialización, puede obtener acceso a las API del AWS Cloud9 IDE desde el código a través de la variable global services.
A global variable can be initialized only by a constant or constant expression that corresponds to its type.
Una variable global puede ser inicializada sólo por una constante correspondiente a su tipo o por una expresión constante.
At the beginning of your init. js file,you must add the/*global*/ directive to specify that the services global variable is available to this file.
Al principio del archivo init.js, debe agregar la directiva/*global*/ para especificar que la variable global services está disponible para este archivo.
The next line declares the period global variable that will be storing the number of intervals, on which the indicator calculates its statistics.
La siguiente línea declara el período variable global que almacena el número de intervalos, en el que el indicador calcula sus estadísticas.
As this method is called by each camera and by the alarm protocol and it is only necessary to start the sensor once,we keep an account of instances that have called the method in the global variable_instances.
Como este método es llamado por cada cámara y por el protocolo de alarma y solo es necesario iniciar el sensor una vez,llevamos una cuenta de instancias que han llamado al método en la variable global_instances.
To do so, we can declare a global variable while creating the settings page so we can know exactly when we need to load our js file.
Para hacer esto podemos declarar una variable global a la hora de crear la página de ajustes, de ese modo podemos saber exáctamente cuando necesitamos cargar el script.
Values can be explicitly set andreferenced in exactly the same ways as for a global variable, but they can also be set through the associated definition.
Los valores se pueden establecer explícitamente yse hace referencia en exactamente la misma forma que para una variable global, pero también se puede establecer a través de la definición asociada.
In theory, this function could affect a global variable, call other non-runtime constant functions, etc. C++11 introduced the keyword constexpr, which allows the user to guarantee that a function or object constructor is a compile-time constant.
En teoría, esta función podía afectar a una variable global, llamar a otras funciones constantes de no tiempo de ejecución,etc. C++11 introdujo la palabra clave constexpr(expresión constante), que permite al usuario garantizar que una función o un constructor de objeto es constante en tiempo de compilación.
If the language of this program is one that uses lexical scoping,then g prints and modifies the global variable x(because g is defined outside f), so the program prints 1 and then 2.
Si el lenguaje de dicho programa es uno que emplea el ámbito léxico,entonces g imprime y modifica la variable global x(porque g está definida fuera de f), Entonces el programa imprime 1 y luego 2.
Regardless of the number of files, a global variable is only defined once; however, it must be declared in any file outside of the one containing the definition.
Independientemente de la cantidad de archivos, una variable global solo se define una vez, sin embargo, tiene que ser declarada usando extern en cualquier archivo aparte de aquel que contiene la definición.
This pruning step is usually implemented by maintaining a global variable that records the minimum lower bound seen among all instances examined so far.
Este paso es llamado poda, y usualmente es implementado manteniendo una variable global m que graba el mínimo nodo padre visto entre todas las subregiones examinadas hasta entonces.
The reason it's important to have a separate area for global variables and data is that,imagine if the value of a global variable moved around in memory.
La razón por la que es importante tener un área separada para las variables globales y los datos es que,imagínese si el valor de una variable global se movía en la memoria.
Results: 29, Time: 0.0293

Word-for-word translation

Top dictionary queries

English - Spanish