代码搜索:Alphanumeric
找到约 221 项符合「Alphanumeric」的源代码
代码结果 221
www.eeworm.com/read/147186/12579013
m asort.m
%[ANR,SNR,STR] = ASORT(INP,'OPT',...);
% S = ASORT(INP,'OPT',...);
% to sort alphanumeric strings numerically if
% they contain one properly formatted number
% otherwise, ascii dict
www.eeworm.com/read/147186/12579015
m~ asort.m~
%[ANR,SNR,STR] = ASORT(INP,'OPT',...);
% S = ASORT(INP,'OPT',...);
% to sort alphanumeric strings numerically if
% they contain one properly formatted number
% otherwise, ascii dict
www.eeworm.com/read/131315/5940713
h patricia.h
/* Implements the PATRICIA Trie ADT. PATRICIA stands for ``Practical
Algorithm to Retrieve Information Coded in Alphanumeric.'' PATRICIA
was developed by D.R. Morrison. The current implementa
www.eeworm.com/read/229812/4750932
gml ismbcaln.gml
.func _ismbcalnum
#include
int _ismbcalnum( unsigned int ch );
.funcend
.desc begin
The &func function tests if the multibyte character argument
.arg ch
is an alphanumeric characte
www.eeworm.com/read/172364/9711508
lst chap12.lst
listing 1
#include
#include
int main(void)
{
char ch;
for(;;) {
ch = getchar();
if(ch==' ') break;
if(isalnum(ch)) printf("%c is alphanumeric
www.eeworm.com/read/100072/15886597
makefile
#
# Makefile for danpage 0.6 Alphanumeric paging program
#
# "make" or "make all" to compile binary "danpage"
# "make install" to install binary, man page, & rc file (must be root)
# "make clean" to
www.eeworm.com/read/283325/9029481
rtn ansictype.rtn
isalnum {test whether a character is alphanumeric (ANSI)} {isalnum\( \)} {isalnum(\ )} {VxWorks API Reference} {OS Libraries} {} {}
isalp
www.eeworm.com/read/123255/14641555
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/249895/4444781
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/249895/4444955
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