ON 20121108@10:02:10 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/logic/tutorial.htm#41221.4181712963
James Newton[JMN-EFP-786] See also:
http://dl.dropbox.com/u/1252290/Tic%20Tac%20toe.pdf
Tic-Tac-Toe game made from logic circuits.
ON 20121109@11:03:17 AM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/app/cncs.htm#41222.4606134259
James Newton[JMN-EFP-786] See also:
http://zero-divide.net/index.php?page=fswizard
A free feed and speed calculator. Shows best spindle speed and feed rate for given bit and material. This can make a HUGE difference in the operation of any CNC mill.
ON 20121109@2:20:24 PM at page:
On a web page you were interested in at:
http://www.massmind.org/Techref/method/math.htm#41222.5974884259
James Newton[JMN-EFP-786] See also:
http://www.reenigne.org/blog/multiplying-faster-with-squares/
(a+b)2 = a2 + b2 + 2ab and
(a-b)2 = a2 + b2 - 2ab and subtracting these gives: 4ab = (a+b)2 - (a-b)2 or ab = (a+b)2/4 - (a-b)2/4. So if we keep in memory a table of x2/4 we can do a multiply with an add, two subtractions and two table lookups. The tables have a+b number of entries rather than a*b, but must hold values as large as a*b if the full range of possible output is to be supported.
ON 20121109@2:21:34 PM at page:
On a web page you were interested in at:
http://www.massmind.org/Techref/microchip/math/mul/index.htm#41222.5983101852
James Newton[JMN-EFP-786] See also:
http://www.reenigne.org/blog/multiplying-faster-with-squares/
(a+b)2 = a2 + b2 + 2ab and
(a-b)2 = a2 + b2 - 2ab and subtracting these gives: 4ab = (a+b)2 - (a-b)2 or ab = (a+b)2/4 - (a-b)2/4. So if we keep in memory a table of x2/4 we can do a multiply with an add, two subtractions and two table lookups. The tables have a+b number of entries rather than a*b, but must hold values as large as a*b if the full range of possible output is to be supported.
ON 20121109@2:23:26 PM at page:
On a web page you were interested in at:
http://www.massmind.org/Techref/intel/16bit/math/index.htm#41222.5996064815
James Newton[JMN-EFP-786] See also:
http://www.reenigne.org/blog/multiplying-faster-with-squares/
ON 20121113@12:13:10 PM at page:
On a web page you were interested in at:
http://www.massmind.org/member/rat_ring/index.htm#41225.3610763889
James Newton[JMN-EFP-786] published post 41225.3610763889
Hello I am intrested in RAT am try to develop tele cemuncation device that can dil to other part on line then recive line tone and starting to send data wich it could stored in
ON 20121116@12:26:07 PM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/inet/smtpvalidate.htm#41229.518125
James Newton[JMN-EFP-786] See also:
http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html
Perl Regular Expression for validating an email address as per RFC:822^. It's only 64K long...
ON 20121116@12:27:25 PM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/language/regxs.htm#41229.5190393519
James Newton[JMN-EFP-786] Says
Perl Regular Expression for validating an email address as per RFC:822^. It's only 64K long...
ON 20121116@12:28:01 PM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/language/regxs.htm#41229.5194560185
James Newton[JMN-EFP-786] See also:
http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html
Perl Regular Expression for validating an email address as per RFC:822^. It's only 64K long...
ON 20121116@12:28:09 PM at page:
On a web page you were interested in at:
http://techref.massmind.org/Techref/language/regxs.htm#41229.5190393519
James Newton[JMN-EFP-786] removed post 41229.5190393519
|Delete '
Perl Regular Expression for validating an email address as per RFC:822^. It's only 64K long...