User contributions for Rice
From Rice Wiki
17 May 2024
- 21:0421:04, 17 May 2024 diff hist +157 Techniques for solving differential equations No edit summary current
- 20:2920:29, 17 May 2024 diff hist +146 N Techniques for solving differential equations Created page with "Category:Differential Equations * Integrating factor for linear first order ODEs * Separation of variables for autonomous ODEs"
- 19:4819:48, 17 May 2024 diff hist +36 N Linear First Order ODE Rice moved page Linear First Order ODE to Linear first order ODE current Tag: New redirect
- 19:4819:48, 17 May 2024 diff hist 0 m Linear first order ODE Rice moved page Linear First Order ODE to Linear first order ODE current
- 19:4619:46, 17 May 2024 diff hist −59 Integrating factor No edit summary current
- 19:4519:45, 17 May 2024 diff hist +58 Integrating factor No edit summary
- 19:3619:36, 17 May 2024 diff hist +14 First Order Circuit No edit summary current
- 19:3519:35, 17 May 2024 diff hist +25 Random Variable No edit summary current
- 19:3519:35, 17 May 2024 diff hist +37 Nondimensionalization No edit summary current
- 19:3519:35, 17 May 2024 diff hist +30 Neural network No edit summary current
- 19:3519:35, 17 May 2024 diff hist +36 Memory array No edit summary
- 19:3419:34, 17 May 2024 diff hist +30 Logistic regression No edit summary current
- 19:3419:34, 17 May 2024 diff hist +37 Logistic equation No edit summary current
- 19:3419:34, 17 May 2024 diff hist +31 Linear regression No edit summary current
- 19:3319:33, 17 May 2024 diff hist −6 Graph Algorithms No edit summary current
- 19:3319:33, 17 May 2024 diff hist +31 Graph Algorithms No edit summary
- 19:3319:33, 17 May 2024 diff hist +31 Gradient Descent No edit summary current
- 19:3219:32, 17 May 2024 diff hist +37 Autonomous ODE No edit summary current
- 19:3219:32, 17 May 2024 diff hist +23 First Order Circuit No edit summary
- 19:3219:32, 17 May 2024 diff hist +31 Exploratory data analysis No edit summary current
- 19:3119:31, 17 May 2024 diff hist +36 Equilibrium No edit summary current
- 19:3119:31, 17 May 2024 diff hist +35 D latch No edit summary current
- 19:3119:31, 17 May 2024 diff hist +31 Curve fitting No edit summary
- 19:3119:31, 17 May 2024 diff hist +31 Batch Gradient Descent No edit summary current
- 19:2919:29, 17 May 2024 diff hist +21 Category:Differential Equations No edit summary current
- 19:2919:29, 17 May 2024 diff hist 0 N Category:Differential Equations Created blank page
- 19:2919:29, 17 May 2024 diff hist +1 Existence-uniqueness No edit summary
- 19:2819:28, 17 May 2024 diff hist +37 Integrating factor No edit summary
- 16:0816:08, 17 May 2024 diff hist +288 N Transistors Created page with "Basically switches; passes through or blocks based on electric signal at gate. = BJT = Used in the 60s. There are two variations: PNP and NPN transistors. = FET = Field effect transistors, popular after 60s. There are two variations: nMOS and pMOS. Category:Computer Architecture" current
- 15:4415:44, 17 May 2024 diff hist +164 Memory array No edit summary
- 15:3815:38, 17 May 2024 diff hist +4 Memory array →Construction
- 15:2215:22, 17 May 2024 diff hist +218 N Random access memory Created page with "Writable, volatile memory. = Classifications = * Static RAM remembers the bits stored as long as it is powered. * Dynamic RAM forgets it over a short time. Category:Computer Architecture" current
- 15:1415:14, 17 May 2024 diff hist +39 Read only memory No edit summary current
- 15:1415:14, 17 May 2024 diff hist +84 N EEPROM Created page with "Basically flash memory, electronically erasable. Category:Computer Architecture" current
- 15:1315:13, 17 May 2024 diff hist +166 N EPROM Created page with "EPROM differs from ROM and PROM in that there is a light sensor that erases it before writing. It was very very important. Category:Computer Architecture" current
- 15:1315:13, 17 May 2024 diff hist +50 Programmable ROM No edit summary current
- 15:1115:11, 17 May 2024 diff hist +30 N PROM Redirected page to Programmable ROM current Tag: New redirect
- 15:1115:11, 17 May 2024 diff hist +30 N ROM Redirected page to Read only memory current Tag: New redirect
- 15:0915:09, 17 May 2024 diff hist +36 Programmable ROM No edit summary
- 15:0915:09, 17 May 2024 diff hist +187 N Programmable ROM Created page with "A '''PROM''' is a more programmable version of ROM in that it is a chip that an engineer can program, unlike normal ROM that is only mast-programmable in the factory."
- 15:0715:07, 17 May 2024 diff hist +105 Read only memory No edit summary
- 15:0615:06, 17 May 2024 diff hist +67 N Read only memory Created page with "Memory that you can write once. Category:Computer Architecture"
- 15:0615:06, 17 May 2024 diff hist +164 Memory array No edit summary
15 May 2024
- 15:4115:41, 15 May 2024 diff hist +147 N Tri-state buffer Created page with "A tri-state buffer passes X through when active and outputs a non-state high impedance z when inactive. Category:Computer Architecture" current
- 15:3815:38, 15 May 2024 diff hist +790 N Memory array Created page with "A '''memory array''' is an element for storing values. It takes in an N-bit address input and spits out an M-bit value output. = Specification = A memory array can store <math>2^N</math> values, each value having M bits. A memory array is usually specified by the number of elements times the width of each value. For example, if N = 10 and M = 12, we have a 1024x12 memory array. = Construction = Memory arrays are usually ''active lows'' since not gates are convenientl..."
13 May 2024
- 15:3515:35, 13 May 2024 diff hist +356 Adder →Ripple carry adder current
10 May 2024
- 01:5101:51, 10 May 2024 diff hist +265 Adder →Ripple carry adder
- 01:3201:32, 10 May 2024 diff hist +404 N D flip-flop Created page with "thumb|Figure 1. D flip-flop schematic In contrast to the D latch, which passes the input when clock is high, the '''D flip-flop''' stores data immediately before the clock edge. It is an important component in sequential circuits, storing the state of the circuit in registers. Category:Computer Architecture Category:ECS154A Midterm" current Tag: Visual edit
- 01:3201:32, 10 May 2024 diff hist +25 N File:Dflipflop.png No edit summary current
- 01:1801:18, 10 May 2024 diff hist +42 Sequential circuit No edit summary current Tag: Visual edit