ON 20240517@10:58:24 AM at page:
On a web page you were interested in at:
http://www.massmind.org/Techref/idea/businesscards.htm#45429.4572222222
James Newton[JMN-EFP-786] See also:
https://docs.google.com/drawings/d/1yB5ZPswJjaCDEYcK_CJNdQ5iaU67y_uARa1C9bV-ulc/edit
PCB Business card with battery test / flashlight / USB HID "Keyboard" text contact information injection.
ON 20240518@10:38:43 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robotics.htm#45430.4435532407
James Newton[JMN-EFP-786] Says
/Techref/robot/ralph.htm
The RALPH self driving Navlab 5
ON 20240518@10:40:16 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robot/ralph.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://techref.massmind.org/techref/diff.asp?url=\Techref\robot\ralph.htm&version=0
ON 20240518@10:40:35 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robot/ralph.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://techref.massmind.org/techref/diff.asp?url=\Techref\robot\ralph.htm&version=1
ON 20240518@10:48:44 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robot/ralph.htm#45430.4505092593
James Newton[JMN-EFP-786] See also:
https://http://www.researchgate.net/publication/3281944
Rapidly Adapting Machine Vision for Automated Vehicle Steering
ON 20240518@10:53:08 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robot/ralph.htm#45430.4535648148
James Newton[JMN-EFP-786] See also:
https://ojs.aaai.org/aimagazine/index.php/aimagazine/article/view/1221
Life in the Fast Lane<BR>
The Evolution of an Adaptive<BR>
Vehicle Control System
ON 20240518@10:53:23 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robot/ralph.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://techref.massmind.org/techref/diff.asp?url=\Techref\robot\ralph.htm&version=4
ON 20240518@10:58:47 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robot/ralph.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://techref.massmind.org/techref/diff.asp?url=\Techref\robot\ralph.htm&version=5
ON 20240519@11:49:09 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robotics.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://techref.massmind.org/techref/diff.asp?url=\Techref\robotics.htm&version=2
ON 20240522@4:33:37 PM at page:
On a web page you were interested in at:
http://www.massmind.org/Techref/method/math.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://www.massmind.org/techref/diff.asp?url=\Techref\method\math.htm&version=2
ON 20240522@5:53:34 PM at page:
On a web page you were interested in at:
http://www.massmind.org/Techref/method/math/sqrt.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://www.massmind.org/techref/diff.asp?url=\Techref\method\math\sqrt.htm&version=0
ON 20240522@5:55:50 PM at page:
On a web page you were interested in at:
http://www.massmind.org/Techref/method/math/sqrt.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://www.massmind.org/techref/diff.asp?url=\Techref\method\math\sqrt.htm&version=1
ON 20240522@6:08:54 PM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/method/math/sqrt.htm#45434.7561805556
James Newton[JMN-EFP-786] See also:
https://numberworld.blogspot.com/2013/08/the-magic-constant-0x5f3759df.html
Inverse Square Root approximation via Newton in ONE iteration using "magic"
<PRE>
float InvSqrt (float x) {
float xhalf = 0.5f*x;
long i = *(long*)&x;
i = 0x5F83759DF - (i>>1); //initial guess of inv-sqr
x = *(float*)&i;
x = x*(1.5f-xhalf*x*x); //one step of newton iteration
return x;
}
</PRE>
ON 20240526@9:02:43 PM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robot/ralph.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://techref.massmind.org/techref/diff.asp?url=\Techref\robot\ralph.htm&version=6
ON 20240526@10:10:06 PM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/robot/ralph.htm#
James Newton[JMN-EFP-786] edited the page. Difference:
http://techref.massmind.org/techref/diff.asp?url=\Techref\robot\ralph.htm&version=7
| file: /Techref/new202405.txt, 4KB, , updated: 2024/5/26 22:10, local time: 2025/11/1 03:42,
216.73.216.123,10-1-33-36:LOG IN
|
| ©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.massmind.org/techref/new202405.txt"> new202405</A> |
| Did you find what you needed? |
Welcome to massmind.org! |
Welcome to www.massmind.org! |
.