enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Coupling (computer programming) - Wikipedia

    en.wikipedia.org/wiki/Coupling_(computer...

    Logical coupling (or evolutionary coupling or change coupling) analysis exploits the release history of a software system to find change patterns among modules or classes: e.g., entities that are likely to be changed together or sequences of changes (a change in a class A is always followed by a change in a class B).

  3. The Power of 10: Rules for Developing Safety-Critical Code

    en.wikipedia.org/wiki/The_Power_of_10:_Rules_for...

    This prevents runaway code. Avoid heap memory allocation after initialization. Restrict functions to a single printed page. Use a minimum of two runtime assertions per function. Restrict the scope of data to the smallest possible. Check the return value of all non-void functions, or cast to void to indicate the return value is useless.

  4. Double-tuned amplifier - Wikipedia

    en.wikipedia.org/wiki/Double-tuned_amplifier

    A double-tuned transformer from a radio receiver intermediate-frequency amplifier with its screening can removed. A double-tuned amplifier is a tuned amplifier with transformer coupling between the amplifier stages in which the inductances of both the primary and secondary windings are tuned separately with a capacitor across each.

  5. Transformer - Wikipedia

    en.wikipedia.org/wiki/Transformer

    Perfect coupling implies infinitely high core magnetic permeability and winding inductance and zero net magnetomotive force (i.e. i p n p − i s n s = 0). [3] [c] Ideal transformer connected with source V P on primary and load impedance Z L on secondary, where 0 < Z L < ∞. Ideal transformer and induction law [d]

  6. Coupling (electronics) - Wikipedia

    en.wikipedia.org/wiki/Coupling_(electronics)

    In electronics, electric power and telecommunication, coupling is the transfer of electrical energy from one circuit to another, or between parts of a circuit. Coupling can be deliberate as part of the function of the circuit, or it may be undesirable, for instance due to coupling to stray fields .

  7. Connascence - Wikipedia

    en.wikipedia.org/wiki/Connascence

    Coupling describes the degree and nature of dependency between software components, focusing on what they share (e.g., data, control flow, technology) and how tightly they are bound. It evaluates two key dimensions: strength, which measures how difficult it is to change the dependency, and scope (or visibility), which indicates how widely the ...

  8. Tuned radio frequency receiver - Wikipedia

    en.wikipedia.org/wiki/Tuned_radio_frequency_receiver

    Each tuned RF stage consists of an amplifying device, a triode (or in later sets a tetrode) vacuum tube, and a tuned circuit which performs the filtering function. The tuned circuit consisted of an air-core RF coupling transformer which also served to couple the signal from the plate circuit of one tube to the input grid circuit of the next tube.

  9. Loose coupling - Wikipedia

    en.wikipedia.org/wiki/Loose_coupling

    Loose coupling between program components can be enhanced by using standard data types in parameters. Passing customized data types or objects requires both components to have knowledge of the custom data definition. Loose coupling of services can be enhanced by reducing the information passed into a service to the key data.