ON 20220902@11:55:56 AM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/logic/CPU.htm#44806.4971759259 James Newton[JMN-EFP-786] See also: https://http://www.youtube.com/watch?v=-0gccsR1EEs A pre-micro with a few simple, but educational, functions. ON 20220926@4:54:39 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/os/linux/docs.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\os\linux\docs.htm&version=1 ON 20220927@9:39:02 AM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/os/linux/docs.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\os\linux\docs.htm&version=2 ON 20220928@9:35:30 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/strings.htm#44832.8996527778 James Newton[JMN-EFP-786] Says /Techref/method/soundex.htm Soundex and other phonetic matching algorithms ON 20220928@9:36:52 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/soundex.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\method\soundex.htm&version=0 ON 20220928@9:38:46 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/soundex.htm#44832.9019212963 James Newton[JMN-EFP-786] See also: http://aspell.net/metaphone/ The Metaphone Algorithm ON 20220928@9:42:12 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/soundex.htm#44832.9043055556 James Newton[JMN-EFP-786] Code: <PRE>void soundex(char* name, char* s) { int si = 1; char c; // ABCDEFGHIJKLMNOPQRSTUVWXYZ char mappings[] = "01230120022455012623010202"; s[0] = toupper(name[0]); for(int i = 1, l = strlen(name); i < l; i++) { c = toupper(name[i]) - 65; if(c >= 0 && c <= 25) { if(mappings[c] != '0') { if(mappings[c] != s[si-1]) { s[si] = mappings[c]; si++; } if(si > 3) { break; } } } } if(si <= 3) { while(si <= 3) { s[si] = '0'; si++; } } }</PRE> ON 20220928@9:45:07 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/soundex.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\method\soundex.htm&version=3 ON 20220928@9:46:15 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/soundex.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\method\soundex.htm&version=4 ON 20220928@9:55:57 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/soundex.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\method\soundex.htm&version=5 ON 20220928@9:56:56 PM at page: On a web page you were interested in at: http://techref.massmind.org/Techref/method/soundex.htm# James Newton[JMN-EFP-786] edited the page. Difference: http://techref.massmind.org/techref/diff.asp?url=\Techref\method\soundex.htm&version=6
file: /Techref/new202209.txt, 3KB, , updated: 2022/9/28 21:56, local time: 2023/6/9 03:51,
3.239.129.52:LOG IN
|
©2023 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.sxlist.com/techref/new202209.txt"> new202209</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to www.sxlist.com! |
.