代码搜索:数字器件
找到约 10,000 项符合「数字器件」的源代码
代码结果 10,000
www.eeworm.com/read/168580/9907086
asp anews_list.asp
sub check()
c=document.form1.page.value
if c"" then
if not IsNumeric(c) then
msgbox " 页数只能输入数字"
document.form1.pag
www.eeworm.com/read/168333/9919856
txt decimaltoenglishext.txt
/*------------------数字转换为英文函数B---------------------------------------
参数介绍:Num(String类型)
Cntype(integer类型)
0--通用格式(最高数位Million百万)
1--美式格式(最高数位Trillion万亿)
www.eeworm.com/read/166398/10021944
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 毕业设计数字逻辑电子仿真器.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
www.eeworm.com/read/165281/10069893
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 数字2的识别.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/357196/10213697
js verify.js
/**
* @author WangShuhao
*/
/**
* 是否为数字
* @param {Object} value
*/
function Verify_Number(value)
{
var myReg = /^\d+$/;
if(myReg.test(value)) return true;
return false;
}
/**
* 身份证号码
* @
www.eeworm.com/read/354720/10331470
c simplespiout.c
/**********************************************
** 文件名 :SimpleSPIOut.c **
** 功能描述: 8个LED数码管分别显示1到8八个数字**
**********************************************/
#include "p30f6014.h" /
www.eeworm.com/read/420269/10807709
asp anews_list.asp
sub check()
c=document.form1.page.value
if c"" then
if not IsNumeric(c) then
msgbox " 页数只能输入数字"
document.form1.pag