enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Buffer solution - Wikipedia

    en.wikipedia.org/wiki/Buffer_solution

    A buffer solution is a solution where the pH does not change significantly on dilution or if an acid or base is added at constant temperature. [1] Its pH changes very little when a small amount of strong acid or base is added to it. Buffer solutions are used as a means of keeping pH at a nearly constant value in a wide variety of chemical ...

  3. Digital buffer - Wikipedia

    en.wikipedia.org/wiki/Digital_buffer

    A digital buffer (or a logic buffer) is an electronic circuit element used to copy a digital input signal and isolate it from any output load.For the typical case of using voltages as logic signals, a logic buffer's input impedance is high, so it draws little current from the input circuit, to avoid disturbing its signal.

  4. Data buffer - Wikipedia

    en.wikipedia.org/wiki/Data_buffer

    In computer science, a data buffer (or just buffer) is a region of memory used to store data temporarily while it is being moved from one place to another. Typically, the data is stored in a buffer as it is retrieved from an input device (such as a microphone) or just before it is sent to an output device (such as speakers); however, a buffer may be used when data is moved between processes ...

  5. Buffer overflow - Wikipedia

    en.wikipedia.org/wiki/Buffer_overflow

    Visualization of a software buffer overflow. Data is written into A, but is too large to fit within A, so it overflows into B.. In programming and information security, a buffer overflow or buffer overrun is an anomaly whereby a program writes data to a buffer beyond the buffer's allocated memory, overwriting adjacent memory locations.

  6. Three-state logic - Wikipedia

    en.wikipedia.org/wiki/Three-state_logic

    In digital electronics, a tri-state or three-state buffer is a type of digital buffer that has three stable states: a high output state, a low output state, and a high-impedance state. In the high-impedance state, the output of the buffer is disconnected from the output bus, allowing other devices to drive the bus without interference from the ...

  7. Buffer - Wikipedia

    en.wikipedia.org/wiki/Buffer

    Buffer amplifier, an isolating circuit used in electronics or telecommunications; Buffer stop, a device that keeps rail vehicles on tracks; Buffer wheel, a device used to smooth a workpiece's surface; Digital buffer, an electronic circuit used to isolate the input from the output; Floor buffer, an appliance used to polish hard floors

  8. Circular buffer - Wikipedia

    en.wikipedia.org/wiki/Circular_buffer

    In computer science, a circular buffer, circular queue, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams. [1] There were early circular buffer implementations in hardware. [2] [3]

  9. Z-buffering - Wikipedia

    en.wikipedia.org/wiki/Z-buffering

    A depth buffer, also known as a z-buffer, is a type of data buffer used in computer graphics to represent depth information of objects in 3D space from a particular perspective. The depth is stored as a height map of the scene, the values representing a distance to camera, with 0 being the closest.