代码搜索:Numeric
找到约 7,754 项符合「Numeric」的源代码
代码结果 7,754
www.eeworm.com/read/131795/14126735
dat funtc23.dat
函数名称: isalnum
函数原型: int isalnum(int ch);
函数功能: 检查ch是否是字母(alpha)或数字(numeric).
函数返回: 是字母或数字返回 1,否则返回 0.
函数说明:
所属文件:
www.eeworm.com/read/231819/14218509
cpp ex4_5.cpp
/* Code for exercise 4.5.
|
| "C++ Solutions--Companion to The C++ Programming Language, Third Edition"
| by David Vandevoorde; Addison-Wesley 1998; ISBN 0-201-30965-3.
|
| Permission to use, co
www.eeworm.com/read/129726/14231042
c bsearch.c
#include
#include
typedef int (*fptr)(const void*, const void*);
#define NELEMS(arr) (sizeof(arr) / sizeof(arr[0]))
int numarray[] = {890, 629, 927, 234, 768, 588};
int numer
www.eeworm.com/read/129165/14261479
txt psnew.txt
先在08机脱机台md c:\ps, 把ps.arj解压缩到c:\ps下
请在MakeSj.prg中sYhf=...的等号后加上Yhf????.dbf所在的目录, 如: '\jf\account\' +
一.话费现场收缴系统:
1.更新软件之前, 请找一个老格式的Yhf????.dbf的文件, 任何月份的都可以, 最好是
1月份的, 更名为Yhf9801.dbf, 使用旧
www.eeworm.com/read/128349/14303334
tdf altpll0.tdf
-- megafunction wizard: %ALTPLL%
-- GENERATION: STANDARD
-- VERSION: WM1.0
-- MODULE: altpll
-- ============================================================
-- File Name: altpll0.tdf
-- Megaf
www.eeworm.com/read/229251/14347479
java lookinfo.java
import javax.microedition.lcdui.*;
public class LookInfo extends Form implements CommandListener {
private PetMIDlet midlet;
//private LookInfo display;
HomeCanvas1 homeCanvas1;
www.eeworm.com/read/229251/14347491
java storescreen.java
import javax.microedition.lcdui.*;
//宠物属性类
public class StoreScreen extends Form implements CommandListener{
private PetMIDlet midlet;
private Command backCommand;
public StoreScreen(Pet
www.eeworm.com/read/225725/14521768
htm ei24.htm
Effective C++, 2E | Item 24: Choose carefully between function overloading and parameter defaulting Back to Item 23: Don't try to return a reference when you must return an object.
Continue to Item 2
www.eeworm.com/read/124744/14550650
c cmds.c
/* cmds.c: BetaFTPD command handlers
Copyright (C) 1999-2000 Steinar H. Gunderson
This program is is free software; you can redistribute it and/or modify
it under the terms of the GNU Ge