Examples of using Initializing in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Use this method to perform actions that need to happen only once, such as setting OpenGL environment parameters or initializing OpenGL graphic objects.
When configuring a new OS X 10.7 Server, it is possible for the process to stall while initializing the Open Directory Master.
By the time the import is called, the first module will have finished initializing, and the second module can do its import.
Associated tasks include setting up and initializing the production environment, uploading master data and transactional data.
The algorithm starts by initializing an array with values in order from 1 to 52, representing the 52 possible cards.
Php begins by initializing a new phpMQTT object, which will serve as the control point for all communication with the IBM Watson IoT Platform.
This is called“initializing” and will enable you to obtain maximum battery capacity.
This is problem is mitigated by initializing points with PCA(using init='pca').
The only safe method of initializing all the data on a Seagate device is the zero fill erase option in SeaTools for DOS.
Use the procedure under“Initializing the Calculator” to return the calculator to its initial default setup.
By first initializing$admin and$moderator, it's easy to avoid this scenario altogether.
The special data value null, which is typically used as a default value for initializing an object variable;
We begin by initializing an empty defaultdict, then process each part-of-speech tag in the text.
Another drawback of const in C is that you can't use the value in initializing another const.
When initializing an array of unknown size, the largest subscript for which an initializer is specified determines the size of the array being declared.
We begin by selecting the number of clusters(like K-Means does) and randomly initializing the Gaussian distribution parameters for each cluster.
You should then select the option“Master Boot Record”(MBR) or GPT(GUID Partition Table) to start initializing.
We begin by selecting the number of clusters(like K-Means does) and randomly initializing the Gaussian distribution parameters for each cluster.
We begin by selecting the number of clusters(like K-Means does) and randomly initializing the Gaussian distribution parameters for each cluster.
The closest you will see can be done through the lazy-static crate, which simulates a“before main” by lazily initializing static variables at their first usage.