About 3,580,000 results
Open links in new tab
  1. What is a class and an instance - luisllamas.es

    An instance is each of the elements created according to a class. Each INSTANCE is an independent element that has its own values for the properties defined in the class.

  2. Capacitated VRP Instances | Vehicle Routing Problem - UMA

    Instances: 14 files Rinaldi and Yarrow This is an unique instance with 48 customers and vehicles with capacity of 15. Taillard Taillard proposes 12 instances in his benchmark (files format), …

  3. Biquad Cascade IIR Filters Using a Direct Form II Transposed ...

    The coefficients and state variables for a filter are stored together in an instance data structure. A separate instance structure must be defined for each filter.

  4. What is and how to use the method override - Luis Llamas

    As the instance has the MakeSound() method overridden, the method that will be called is the one that exists in the Dog class. Here we have the functioning of method overriding and …

  5. STM32F439xx HAL User Manual: TIM Exported Macros - DISCA

    Dec 22, 2017 · Value: do { \ (__HANDLE__)->Instance->CR1 &= (uint16_t) (~TIM_CR1_CKD); \ (__HANDLE__)->Instance->CR1 |= (__CKD__); \ (__HANDLE__)->Init.ClockDivision = …

  6. STM32F439xx HAL User Manual: Time Base functions - DISCA

    Dec 22, 2017 · Return values: HAL status Definition at line 372 of file stm32f4xx_hal_tim.c. References __HAL_TIM_DISABLE, __HAL_TIM_DISABLE_IT, assert_param, …

  7. STM32F439xx HAL User Manual: Timer Complementary PWM functions

    Dec 22, 2017 · Return values: HAL status Definition at line 900 of file stm32f4xx_hal_tim_ex.c. References __HAL_TIM_ENABLE, __HAL_TIM_MOE_ENABLE, assert_param, …