Loading [MathJax]/extensions/mml2jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 2651 results
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/16%3A_String_Class%2C_Unary_Positive_and_Negative/16.2%3A_Unary_Positive_and_Negative_Operators
    Unary positive also known as plus and unary negative also known as minus are unique operators. The plus and minus when used with a constant value represent the concept that the values are either posit...Unary positive also known as plus and unary negative also known as minus are unique operators. The plus and minus when used with a constant value represent the concept that the values are either positive or negative.
  • https://eng.libretexts.org/Courses/Delta_College/CSP31A_-_C_Programming/04%3A_Often_Used_Data_Types/4.5%3A_L_Value_and_R_Value
    They refer to on the left and right side of the assignment operator. The L value (pronounced: L value) concept refers to the requirement that the operand on the left side of the assignment operator is...They refer to on the left and right side of the assignment operator. The L value (pronounced: L value) concept refers to the requirement that the operand on the left side of the assignment operator is modifiable, usually a variable. R value concept pulls or fetches the value of the expression or operand on the right side of the assignment operator.
  • https://eng.libretexts.org/Courses/Delta_College/CS11_-_Informations_Systems/01%3A_What_is_an_Information_System/1.04%3A_Data_and_Databases/1.4.01%3A_1.4A_Relational_Database
    To visualize this, think of the records as the rows of the table and the fields as the columns of the table. In a relational database, all the tables are related by one or more fields, so that it is p...To visualize this, think of the records as the rows of the table and the fields as the columns of the table. In a relational database, all the tables are related by one or more fields, so that it is possible to connect all the tables in the database through the field(s) they have in common. A NoSQL database can work with data in a looser way, allowing for a more unstructured environment, communicating changes to the data over time to all the servers that are part of the database.
  • https://eng.libretexts.org/Bookshelves/Electrical_Engineering/Introductory_Electrical_Engineering/A_First_Course_in_Electrical_and_Computer_Engineering_(Scharf)/05%3A_Vector_Graphics/5.03%3A_Two-Dimensional_Image_Transformations
    In a later section you will see that it is advantageous to perform all operations by matrix operators and that we can modify our image representation to allow translation to be done with a matrix oper...In a later section you will see that it is advantageous to perform all operations by matrix operators and that we can modify our image representation to allow translation to be done with a matrix operator like rotation and scaling. We can use the rotation matrix to do the single point rotation of the example from "Vector Graphics: Introduction". We have a point matrix consisting of only the point (3,1):
  • https://eng.libretexts.org/Bookshelves/Electrical_Engineering/Introductory_Electrical_Engineering/Electrical_Engineering_(Johnson)/05%3A_Digital_Signal_Processing
  • https://eng.libretexts.org/Courses/Delta_College/CS11_-_Informations_Systems/03%3A_Information_Systems_Beyond_the_Organization/3.02%3A_The_Ethical_and_Legal_Implications_of_Information_Systems/3.2D%3A_Intellectual_Property/1.01%3A_Copyright/1.1.02%3A_Digital_Millennium_Copyright
    Two of the best-known provisions from the DMCA are the anti-circumvention provision and the “safe harbor” provision. Open-source software has few or no copyright restrictions; the creators of the soft...Two of the best-known provisions from the DMCA are the anti-circumvention provision and the “safe harbor” provision. Open-source software has few or no copyright restrictions; the creators of the software publish their code and make their software available for others to use and distribute for free. This means that others can freely distribute and build upon the work, but they must give credit to the original author and they must share using the same Creative Commons license.
  • https://eng.libretexts.org/Courses/Delta_College/CS11_-_Informations_Systems/01%3A_What_is_an_Information_System/1.04%3A_Data_and_Databases/1.4H%3A_Data_Warehousing
    The concept of the data warehouse is simple: extract data from one or more of the organization’s databases and load it into the data warehouse (which is itself another database) for storage and analys...The concept of the data warehouse is simple: extract data from one or more of the organization’s databases and load it into the data warehouse (which is itself another database) for storage and analysis. This means that the data warehouse is using a copy of data from the active databases that the company uses in its day-to-day operations, so the data warehouse must pull data from the existing databases on a regular, scheduled basis.
  • https://eng.libretexts.org/Courses/Delta_College/CS11_-_Informations_Systems/02%3A_Information_Systems_for_Strategic_Advantage/2.03%3A_The_People_in_Information_Systems/2.3E%3A_Operations_and_Administration
    Information-Systems Operations and Administration Another group of information-systems professionals are involved in the day-to-day operations and administration of IT. These people must keep the syst...Information-Systems Operations and Administration Another group of information-systems professionals are involved in the day-to-day operations and administration of IT. These people must keep the systems running and up-to-date so that the rest of the organization can make the most effective use of these resources.
  • https://eng.libretexts.org/Courses/Bucknell_University/CEEG_445%3A_Environmental_Engineering_Chemistry_(Fall_2020)/02%3A_Equilibrium/2.04%3A_Le_Chateliers_Principle
    Systems at equilibrium can be disturbed by changes to temperature, concentration, and, in some cases, volume and pressure; volume and pressure changes will disturb equilibrium if the number of moles o...Systems at equilibrium can be disturbed by changes to temperature, concentration, and, in some cases, volume and pressure; volume and pressure changes will disturb equilibrium if the number of moles of gas is different on the reactant and product sides of the reaction. The system's response to these disturbances is described by Le Châtelier's principle: The system will respond in a way that counteracts the disturbance. Not all changes to the system result in a disturbance of the equilibrium.
  • https://eng.libretexts.org/Bookshelves/Environmental_Engineering_(Sustainability_and_Conservation)/Book%3A_Soil_and_Water_Conservation_-_An_Annotated_Bibliography_(Moorberg)/04%3A_Careers
  • https://eng.libretexts.org/Bookshelves/Electrical_Engineering/Electronics/Book%3A_Digital_Circuit_Projects_-_An_Overview_of_Digital_Circuits_Through_Implementing_Integrated_Circuits_(Kahn)
    Digital circuits, often called Integrated Circuits or ICs, are the central building blocks of a Central Processing Unit (CPU). To understand how a computer works, it is essential to understand the dig...Digital circuits, often called Integrated Circuits or ICs, are the central building blocks of a Central Processing Unit (CPU). To understand how a computer works, it is essential to understand the digital circuits which make up the CPU. This text introduces the most important of these digital circuits; adders, decoders, multiplexers, D flip-flops, and simple state machines.

Support Center

How can we help?