代码搜索:音频数字

找到约 10,000 项符合「音频数字」的源代码

代码结果 10,000
www.eeworm.com/read/153618/5648756

java numberverify.java

package data; public class NumberVerify { public NumberVerify() {} //检查输入字符是否是整数和数字是否大于等于0 public boolean verifyNum(String str){ try{ int num = Integer.parseInt(str); if(num < 0
www.eeworm.com/read/174065/6783616

c ch17-13.c

#include main() { char c; printf("Enter a character: "); c=getchar(); if(c='0'&& c
www.eeworm.com/read/392770/8326347

c ex6-5.c

/* ex6-5.C - 绘图型 LCD 数字时钟 */ #include #define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/ (12*FREQ))-
www.eeworm.com/read/392619/8332412

c ex6-5.c

/* ex6-5.C - 绘图型 LCD 数字时钟 */ #include #define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/ (12*FREQ))-
www.eeworm.com/read/192685/8333809

html 536.html

Re: grid及 dbgrid 可否输入数字 Re: grid及 dbgrid 可否输
www.eeworm.com/read/370597/9592530

asm timer.asm

/************************************************************/ /* 程序名称: 时、分、秒计时器设计 */ /* 功能: 动态显示六位数字,可以通过按键调整时间 */ /* 设计者: 代云启; */ /* EMEL: yun
www.eeworm.com/read/268659/11126116

c ex6-5.c

/* ex6-5.C - 绘图型 LCD 数字时钟 */ #include #define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/ (12*FREQ))-
www.eeworm.com/read/414113/11127331

js user_func.js

function CheckFormUserReg(strFormName) { /*var check = /^[A-Za-z0-9\_]*$/; if (!check.test(strFormName.iptAccount.value)) { alert(":-) 对不起!用户名" + "必须为英文,数字和下划线"); strFormName.iptAccount
www.eeworm.com/read/266248/11235419

h data.h

// Data.h: interface for the CData class. // CData 输入数字信息类 ////////////////////////////////////////////////////////////////////// #if !defined(AFX_DATA_H__33C00FB8_C717_4536_8BBC_7F9065DBE05A__IN
www.eeworm.com/read/146790/12612288

java whiletest.java

/* 产生随机数,直到符合条件为止。 条件:“产生的数字等于或大于0.99” */ public class WhileTest { public static void main(String[ ] args) { double r=0; do { r=Math.ra