代码搜索:Alphanumeric

找到约 221 项符合「Alphanumeric」的源代码

代码结果 221
www.eeworm.com/read/249895/4445015

java patriciatriekey.java

package org.garret.perst; /** * Convert different type of keys to 64-bit long value used in PATRICIA trie * (Practical Algorithm To Retrieve Information Coded In Alphanumeric) */ public cl
www.eeworm.com/read/249895/4445062

java patriciatrie.java

package org.garret.perst; import java.util.*; /** * PATRICIA trie (Practical Algorithm To Retrieve Information Coded In Alphanumeric). * Tries are a kind of tree where each node holds a com
www.eeworm.com/read/296553/3901935

rtn ansictype.rtn

isalnum {test whether a character is alphanumeric (ANSI)} {isalnum\( \)} {isalnum(\ )} {VxWorks API Reference} {OS Libraries} {} {} isalp
www.eeworm.com/read/100559/15872298

changelog

gsmlib-1.9 - fixed decoding of alphanumeric addresses in gsm_sms_codec. - fixed bug in gsm_event when checking whether to send an acknowledgment for a received SMS - More Sieme
www.eeworm.com/read/283498/9015822

asm ctypes.asm

StdGrp group stdlib,stddata stddata segment para public 'sldata' stddata ends ; stdlib segment para public 'slcode' assume cs:stdgrp ; ; IsAlNum- Checks al to see if it is alphanumeric.
www.eeworm.com/read/193656/5142874

za

// based on the Latvian and GB keyboard maps partial default alphanumeric_keys modifier_keys xkb_symbols "basic" { // Describes the differences between an en_US // keyboard and a South Afri
www.eeworm.com/read/332860/3392423

java under.java

/** * */ package lazyj.page.tags; import lazyj.page.StringFormat; /** * under replaces all non-alphanumeric sequences of characters each with a single underscore. * * @author costing
www.eeworm.com/read/269603/4244507

za

// based on the Latvian and GB keyboard maps partial default alphanumeric_keys modifier_keys xkb_symbols "basic" { // Describes the differences between an en_US // keyboard and a South Afri
www.eeworm.com/read/286426/8764470

lst chap14.lst

listing 1 #include #include int main(void) { char ch; for(;;) { ch = getc(stdin); if(ch == '.') break; if(isalnum(ch)) printf("%c is alphanumeric\n", c
www.eeworm.com/read/365168/9875720

lst chap14.lst

listing 1 #include #include int main(void) { char ch; for(;;) { ch = getc(stdin); if(ch == '.') break; if(isalnum(ch)) printf("%c is alphanumeric\n", c