代码搜索:数字集成
找到约 10,000 项符合「数字集成」的源代码
代码结果 10,000
www.eeworm.com/read/444220/7616470
txt at8frequencycounting.txt
单片机C51数字频率计程序
/**************************************************
//头文件部分,文件名:plj.h
/**************************************************
#include
#include
#include
www.eeworm.com/read/296452/8102366
c barcode.c
#include "PublHead.h"
// 检测是否为不是全0的数字串
static BOOL ChkBatNoOrBarCode(String * ascbuf,U8 length)
{
if(IsALLSrc((U8 *)ascbuf,'0',length) == TRUE)
{
return(FALSE);
}
for
www.eeworm.com/read/143751/12847669
cs validatefield.cs
namespace SMSTest
{
using System;
using System.Text.RegularExpressions;
///
/// ValidateField 的摘要说明。
///
public class ValidateField
{
//号码验证的正则表达式 11或14位数字
www.eeworm.com/read/329551/12949350
c ex6-5.c
/* ex6-5.C - 绘图型 LCD 数字时钟 */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/
(12*FREQ))-
www.eeworm.com/read/239979/13243462
c 12864时钟.c
/* ex6-5.C - 绘图型 LCD 数字时钟 */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-((11,059,200/
(12*FREQ))-
www.eeworm.com/read/323504/13337769
java numtest.java
/**
*数字拼图游戏
*
*@author 董利伟
*@version 1.0 2006/07/15
*/
import java.awt.*;
import java.awt.event.*;
public class NumTest extends Frame
{
/**
*按钮数组
*/
Button[] bt = new Button[
www.eeworm.com/read/319333/13454099
js user_func.js
function CheckFormUserReg(strFormName)
{
/*var check = /^[A-Za-z0-9\_]*$/;
if (!check.test(strFormName.iptAccount.value))
{
alert(":-) 对不起!用户名" + "必须为英文,数字和下划线");
strFormName.iptAccount