代码搜索:密码检测
找到约 10,000 项符合「密码检测」的源代码
代码结果 10,000
www.eeworm.com/read/447073/7558389
c objdetect.c
#include "objdetect.h"
#include "lcd.h"
#include "key.h"
#include "utili.h"
#include "menu.h"
void ObjDetectMenuHandle(uchar id);
// 对象检测 菜单
struct MENU_ITEM code ObjDetectMenu[] = {
{1,"
www.eeworm.com/read/446090/7585598
c objdetect.c
#include "objdetect.h"
#include "lcd.h"
#include "key.h"
#include "utili.h"
#include "menu.h"
void ObjDetectMenuHandle(uchar id);
// 对象检测 菜单
struct MENU_ITEM code ObjDetectMenu[] = {
{1,"
www.eeworm.com/read/438901/7724931
asm pccom2.asm
; FILENAME:
; 内容: 微机串口通信功能综合检测
DISP MACRO VAR
MOV AH, 9
MOV DX, OFFSET VAR
INT 21H
ENDM
DATA SEGMENT
TEXT DB 'THE QUICK BROWN FOX JUMPS OVER LAZY DOG
www.eeworm.com/read/437433/7748055
h cpuusage.h
/////////////////////////////////////////////////////////////////////////////
// 类名:CCpuUsage
// 功能:CPU利用率接口声明部分(服务器端)
// 说明:提供三个接口涵数:
// IsShellSystemType()用来检测系统版本;
// CpuUsage2000()来完成
www.eeworm.com/read/437433/7748061
cpp cpuusage.cpp
/////////////////////////////////////////////////////////////////////////////
// 类名:CCpuUsage
// 功能:CPU利用率接口声明部分(服务器端)
// 说明:提供三个接口涵数:
// IsShellSystemType()用来检测系统版本;
// CpuUsage2000()来完成
www.eeworm.com/read/240652/13208608
cpp segment.cpp
#include "stdafx.h"
#include "segment.h"
#include "math.h"
//边缘检测
void sobel(unsigned char *imgBuf, int width, int height, int biBitCount)
{
unsigned char *buf=new unsigned char[width*height*bi
www.eeworm.com/read/316200/13528543
bas receive.bas
Attribute VB_Name = "Receive"
'检测接收的是否是connected
Public Sub Checkconnected(mystr As String)
If mystr = "connected" Then
Main.Status.Caption = "通信已连接"
Main.Timer3.Enabled = False
Main.Timer
www.eeworm.com/read/308038/13710891
c 222ddd.c
#include
#include //_nop_();延时函数用
#define uchar unsigned char
#define uint unsigned int
#define BUSY 0x80 //lcd忙检测标志
#define DATAP
www.eeworm.com/read/446671/6325537
lis cscj_timer1_cd.lis
.module cscj_timer1_cd.C
.area text(rom, con, rel)
0000 .dbfile E:\重新整理的文件\控制类\超声波检测电路\程序\avr/lcd12864.h
0000 .
www.eeworm.com/read/478289/6714374
h config.h
#define angle_center 10000
uchar sam_atd_g[15]; //道路检测值
uint car_speed=0,car_angle;
uint pulse;
unsigned int blacknumber;
int valueblack[10];
int carposition;
ui