代码搜索:数字器件

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

代码结果 10,000
www.eeworm.com/read/293283/3932430

cs stringvalidation.cs

using System; using System.Text.RegularExpressions; namespace StudentsMIS.CommonClassLibrary { public class StringValidation { /// /// 用来验证指定字符串是否具有指定的长度并且全是数字。 ///
www.eeworm.com/read/276084/4169178

java formatnumber.java

package book.number; import java.text.DecimalFormat; /** * 格式化数字的输出 */ public class FormatNumber { public static void main(String[] args) { DecimalFormat df = new DecimalFormat(); d
www.eeworm.com/read/443235/1751556

js check.js

// JavaScript Document var _first_check_col = ""; function checkInt(obj,name) { if(!obj) return ""; var s = ""; var value = obj.value; if(value!="" && isNaN(value)) { s = name+"必须为数字!\
www.eeworm.com/read/407447/2264061

h coff.h

#ifndef _COFF_H_ #define _COFF_H_ /* Coff Header */ typedef struct _FILEHDR{ unsigned short usMagic; // 魔法数字 unsigned short usNumSec; // 段落(Section)数 unsigned long ulTime; // 时
www.eeworm.com/read/391668/2517628

txt vote.txt

投票标签 >>dede>> {dede:vote id='' lineheight='22' tablewidth='100%' titlebgcolor='#EDEDE2' titlebackground='' tablebgcolor='#FFFFFF'/} >>dede>> id='' 数字,当前投票ID lineheight='24' 表格高度 tablewidth='100%
www.eeworm.com/read/391667/2518193

txt vote.txt

投票标签 >>dede>> {dede:vote id='' lineheight='22' tablewidth='100%' titlebgcolor='#EDEDE2' titlebackground='' tablebgcolor='#FFFFFF'/} >>dede>> id='' 数字,当前投票ID lineheight='24' 表格高度 tablewidth='100%
www.eeworm.com/read/389693/2539865

java formatnumber.java

package book.number; import java.text.DecimalFormat; /** * 格式化数字的输出 */ public class FormatNumber { public static void main(String[] args) { DecimalFormat df = new DecimalFormat(); d
www.eeworm.com/read/386522/2570828

java randomchar.java

package com.briup.util; import java.util.Random; /** * 生成随机数字或者字符串 * * */ public class RandomChar { private static final String CHAR_ALL = "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFG
www.eeworm.com/read/413551/11150905

c all.c

/*项目名称:数字式多路温度检测、显示与报警系统*/ /*创建 人:孙云辉 */ /*创建时间:2008.05.25 */ /*修改时间:2008.06.01 */ /*功 能:全部功能
www.eeworm.com/read/266248/11235478

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 数字识别.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"