代码搜索:光信号检测
找到约 10,000 项符合「光信号检测」的源代码
代码结果 10,000
www.eeworm.com/read/176880/9480525
cpp lcd.cpp
//---------------------------------------------------------------------------
//此中包含液晶操作的全部子程序,另外还包括优盘检测的子程序
#pragma hdrstop
#define LCDEnableNum 20
#include
#include
#
www.eeworm.com/read/176301/9508086
js editor.js
// 浏览器版本检测
var BrowserInfo = new Object() ;
BrowserInfo.MajorVer = navigator.appVersion.match(/MSIE (.)/)[1] ;
BrowserInfo.MinorVer = navigator.appVersion.match(/MSIE .\.(.)/)[1] ;
BrowserInfo.IsI
www.eeworm.com/read/371984/9527815
js editor.js
// 当前模式
var sCurrMode = null;
var bEditMode = null;
// 连接对象
var oLinkField = null;
// 浏览器版本检测
var BrowserInfo = new Object() ;
BrowserInfo.MajorVer = navigator.appVersion.match(/MSIE (.)/)
www.eeworm.com/read/364150/9920301
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"
www.eeworm.com/read/354311/10365335
txt 新建 文本文档.txt
int Checknumber(const long Snumber)/*检测所输入学号是否合理*/
{
STU *find = HEAD;
while(find != NULL)
{
if(Snumber == find->number) break;
else find = find->next;
}
if (NULL != find)
www.eeworm.com/read/422731/10615433
htm 13.14 计算某天星期几.htm
标题页
function checkNum(str, min, max) { //检测输入的数值
if (str == "") {
www.eeworm.com/read/418162/10962839
htm 13.14 计算某天星期几.htm
标题页
function checkNum(str, min, max) { //检测输入的数值
if (str == "") {
www.eeworm.com/read/466501/7037601
js editor.js
// 浏览器版本检测
var BrowserInfo = new Object() ;
BrowserInfo.MajorVer = navigator.appVersion.match(/MSIE (.)/)[1] ;
BrowserInfo.MinorVer = navigator.appVersion.match(/MSIE .\.(.)/)[1] ;
BrowserInfo.IsI
www.eeworm.com/read/463103/7187497
cpp endpoint_xhg.cpp
#include
#include "cst_lib.h"
#include "basop.h"
#include "EndPoint_xhg.h"
/*=====================================================
函数名称: EndPointDetection
函数功能: 端点检测
输入参数: Ener
www.eeworm.com/read/459376/7276470
js 19-1.js
//**载入CSS*****
var xWinCssFilePath="..\/inc\/css\/19-1.css";
document.write("@import url("+xWinCssFilePath+");");
//**检测浏览器种类*****
var BROWSERNAME="";
switch(navigator.appName.to