代码搜索:光信号检测
找到约 10,000 项符合「光信号检测」的源代码
代码结果 10,000
www.eeworm.com/read/340739/12137486
dfm unitphonekeyboard.dfm
object FormKeyboard: TFormKeyboard
Left = 162
Top = 21
Width = 364
Height = 398
Caption = '电话键盘检测'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/234603/14104201
js functions.js
//数字字符串检测函数:
function number_Validator(obj)
{
var checkOK = "0123456789";
var checkStr = obj.value;
var allValid = true;
var decPoints = 0;
var allNum =
www.eeworm.com/read/224892/14564715
cs edgedetect.cs
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
namespace PhotoSprite.ImageProcessing
{
///
/// 边缘检测类
///
publ
www.eeworm.com/read/472355/1411225
lua itemgetmission.lua
---相关判断函数
function CheckMisChaBoat ( role , ChaType ) --船只人物检测
local Cha_Boat = GetCtrlBoat ( role )
local ChaIsBoat = 0
if Cha_Boat == nil then
ChaIsBoat = 1
else
ChaIsBoat = 2
www.eeworm.com/read/458943/1576809
js supply.js
/**
* 数据检测
*/
var type = "5";
function checkInfo() {
if ($("title").value.replace(/\s*/g, "") == ""
|| $("title").value.replace(/\s*/g, "") == null) {
alert("销售信息名称不能为空!!!");
$("titl
www.eeworm.com/read/250655/4428373
js editor.js
// 浏览器版本检测
var BrowserInfo = new Object() ;
BrowserInfo.MajorVer = navigator.appVersion.match(/MSIE (.)/)[1] ;
BrowserInfo.MinorVer = navigator.appVersion.match(/MSIE .\.(.)/)[1] ;
BrowserIn