代码搜索:Alphanumeric

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

代码结果 221
www.eeworm.com/read/322306/3526380

c isalnum.c

/* FUNCTION ---alphanumeric character predicate INDEX isalnum ANSI_SYNOPSIS #include int isalnum(int ); TRAD_SYNOPSIS #include int isalnum(); DESCR
www.eeworm.com/read/298657/3862056

c isalnum.c

/* FUNCTION ---alphanumeric character predicate INDEX isalnum ANSI_SYNOPSIS #include int isalnum(int ); TRAD_SYNOPSIS #include int isalnum(); DESCR
www.eeworm.com/read/279968/4131266

c isalnum.c

/* FUNCTION ---alphanumeric character predicate INDEX isalnum ANSI_SYNOPSIS #include int isalnum(int ); TRAD_SYNOPSIS #include int isalnum(); DESCR
www.eeworm.com/read/100072/15886599

readme

danpage v0.6 Copyright (c) 1997 by Dan Baker (5/26/1997) A program to send alphanumeric pages. Tested on: Linux 2.0.28, Linux 2.0.30 To compile and install: Edit Makefile if necessary make or mak
www.eeworm.com/read/307341/13723812

ksc ckepage.ksc

; File CKEPAGE.SCR ; ; Authors: F. da Cruz and C. Gianone, Columbia University, September 1996. ; ; For use with C-Kermit 6.0.192 or later. ; ; TAPMSG, defined below, is an alphanumeric pager dialing
www.eeworm.com/read/193656/5142840

mv

// $XKeyboardConfig: xkbdesc/symbols/mv,v 1.1 2005/08/22 22:13:05 svu Exp $ // // NOTES: // //Keymap for thaana/divehi script (divehi language) partial default alphanumeric_keys xkb_symbols "basic" {
www.eeworm.com/read/193656/5142844

kr

partial default alphanumeric_keys xkb_symbols "hangul_keys" { include "us" name[Group1]= "Korean"; key { [ Hangul ] }; key { [ Hangul_Hanja ] }; };
www.eeworm.com/read/269603/4244473

mv

// $XKeyboardConfig: xkbdesc/symbols/mv,v 1.1 2005/08/22 22:13:05 svu Exp $ // // NOTES: // //Keymap for thaana/divehi script (divehi language) partial default alphanumeric_keys xkb_symbols "basic" {
www.eeworm.com/read/269603/4244477

kr

partial default alphanumeric_keys xkb_symbols "hangul_keys" { include "us" name[Group1]= "Korean"; key { [ Hangul ] }; key { [ Hangul_Hanja ] }; };
www.eeworm.com/read/298657/3862038

c iswalnum.c

/* FUNCTION ---alphanumeric wide character test INDEX iswalnum ANSI_SYNOPSIS #include int iswalnum(wint_t ); TRAD_SYNOPSIS #include int iswalnum()