代码搜索:光信号检测
找到约 10,000 项符合「光信号检测」的源代码
代码结果 10,000
www.eeworm.com/read/206417/15295657
_c kbscan._c
/**************************************************************************
Description:线翻转法键盘扫描程序,只检测和处理单键
4*4键盘排列:
0 1 2 3
-----------------
| 0 1 2 3 | 0
| 4 5 6 7
www.eeworm.com/read/206417/15295668
c kbscan.c
/**************************************************************************
Description:线翻转法键盘扫描程序,只检测和处理单键
4*4键盘排列:
0 1 2 3
-----------------
| 0 1 2 3 | 0
| 4 5 6 7
www.eeworm.com/read/481775/1292888
js common.js
//
// 检测登录表单填写是否合法
//
function CheckLoginForm()
{
if (document.UserLogin.UserName.value == "")
{
alert("请填写您的用户名!");
document.UserLogin.UserName.focus();
return false;
}
if (d
www.eeworm.com/read/192297/5157721
java mydate5.java
class MyDate5{
private int [ ] date=new int[3]; // year, month, day;
public void setDay(int d){
//各种合法性检测
//......
date[2]=d;
}
public int getDay( ){
www.eeworm.com/read/192297/5157722
java mydate6.java
class MyDate6{
private int [ ] date=new int[3]; // year, month, day;
public void setDay(int d){
//各种合法性检测
//......
date[2]=d;
}
public int getDay( ){
www.eeworm.com/read/167911/5450880
java mydate5.java
class MyDate5{
private int [ ] date=new int[3]; // year, month, day;
public void setDay(int d){
//各种合法性检测
//......
date[2]=d;
}
public int getDay( ){
www.eeworm.com/read/167911/5450881
java mydate6.java
class MyDate6{
private int [ ] date=new int[3]; // year, month, day;
public void setDay(int d){
//各种合法性检测
//......
date[2]=d;
}
public int getDay( ){
www.eeworm.com/read/293939/3926699
svn-base userconnectinterceptor.java.svn-base
package com.easyjf.web.core;
import com.easyjf.web.ActionContext;
import com.easyjf.web.interceptor.IRequestInterceptor;
/**
* 用户入侵检测载器
*
* @author 大峡
*
*/
public class UserConnec
www.eeworm.com/read/293939/3926709
java userconnectinterceptor.java
package com.easyjf.web.core;
import com.easyjf.web.ActionContext;
import com.easyjf.web.interceptor.IRequestInterceptor;
/**
* 用户入侵检测载器
*
* @author 大峡
*
*/
public class UserConnec