代码搜索:光信号检测
找到约 10,000 项符合「光信号检测」的源代码
代码结果 10,000
www.eeworm.com/read/237777/13931626
m conv_m.m
function [y,ny] = conv_m(x,nx,h,nh)
% 信号处理的改进卷积程序
% --------------------------------------------------
% [y,ny] = conv_m(x,nx,h,nh)
% y = 卷积结果
% ny = y 的基底(support)
% x =基底 nx 上的第一个信号
% nx =
www.eeworm.com/read/441964/7662282
txt 使用说明.txt
该软件是用来检测GPS的COM以及GPS信号的软件,应用广泛
GpsViewer 1.5是PC和PPC的安装程序,mGpsCmd是PPC用的,考到SD卡上就可以直接用!
用法1:搜索COM口,连上GPS,点SCAN,如果提示找到FOUNDGPS,那么就是对应的COM口
用法2:冷启动GPS,该用法只针对236等机器个别出现的定位时间长,橙灯不闪的情况,先选对应的COM口,
然后点“ ...
www.eeworm.com/read/388853/8571262
bas module1.bas
Attribute VB_Name = "Module1"
'MD5检测
Option Explicit
Private Declare Function CryptAcquireContext Lib "advapi32.dll" _
Alias "CryptAcquireContextA" ( _
ByRef phProv As Long, _
ByVal pszContain
www.eeworm.com/read/182568/9199855
bak quit.bak
if messagebox('请确认是否退出?',292,'档案管理系统')=6
wait "正在退出检测报告管理系统" window nowait
wait clear
clear events
else
return
endif
www.eeworm.com/read/178445/9398264
c ds18b20.c
/*********************************Copyright (c)*********************************
**
** 文 件 名: defineLCD1602.h
** 最后修改日期: 2005年06月8日
** 描 述: 18B20温度检测IC驱动
www.eeworm.com/read/357088/10216400
h control.h
#define SEND_PART 3 // 有三个检测数据要送出
#define TASK_DELAY_TIME 2 // 任务延迟时间
#define SEND_DELAY_TIME 3
www.eeworm.com/read/457391/7326048
js common.js
//
// 检测登录表单填写是否合法
//
function CheckLoginForm()
{
if (document.UserLogin.UserName.value == "")
{
alert("请填写您的用户名!");
document.UserLogin.UserName.focus();
return false;
}
if (d
www.eeworm.com/read/457391/7326102
js common.js
//
// 检测登录表单填写是否合法
//
function CheckLoginForm()
{
if (document.UserLogin.UserName.value == "")
{
alert("请填写您的用户名!");
document.UserLogin.UserName.focus();
return false;
}
if (d
www.eeworm.com/read/142742/12923803
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"