代码搜索:螺旋线 台风 云团识别
找到约 3,364 项符合「螺旋线 台风 云团识别」的源代码
代码结果 3,364
www.eeworm.com/read/384683/8851080
txt 识别.txt
设计一个程序,实现用户口令验证功能,程序中预先设置好若干个用户的帐号信息(包括用户名和口令)。
程序执行后,给出简单明了的操作提示,请用户输入用户名和口令。当用户键入的帐号信息与程序内置的某个用户帐号一致时,给出欢迎信息,否则给出拒绝信息。
为了保密,用户键入的口令中的字符不应如实显示在屏幕上,而应该代之以“*”显示。
...
www.eeworm.com/read/156400/11806042
m 识别.m
p1=[-1 1 1 1 1 -1 1 -1 -1 -1 -1 1 1 -1 -1 -1 -1 1 1 -1 -1 -1 -1 1 -1 1 1 1 1 -1]'
p2=[-1 -1 -1 -1 -1 -1 1 -1 -1 -1 -1 -1 1 1 1 1 1 1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1]'
p3=[1 -1 -1 -1 -1 -1 1 -1 -
www.eeworm.com/read/402748/11528625
djvu 人脸识别与语音识别.djvu
www.eeworm.com/read/331333/12832841
dat bookinfo.dat
[General Information]
书名=应用模式识别技术导论:人脸识别与语音识别
作者=
页数=236
SS号=10833946
出版日期=
www.eeworm.com/read/290203/8497171
rar 汉字识别.rar
www.eeworm.com/read/378109/9250724
dsp 数字识别.dsp
# Microsoft Developer Studio Project File - Name="数字识别" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/378108/9250728
rc 数字识别.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/377497/9273889
m 文字识别.m
I0=imread('8.jpg');% 必须为二值图像
I=im2bw(I0,0.4);
[y0 x0]=size(I);
Range=sum((~I)');
Hy=0;
for j=1:y0
if (Range(j)>=1)
Hy=Hy+1;
end
end
RangeX=sum((~I));
Wx=0;
for i=1:x0
www.eeworm.com/read/162673/10286378
c flash识别.c
void flash_init(void)
{
volatile unsigned short *_p=FLASH_BASE;
volatile unsigned int manu_id,device_id;
_p[0x555]=0x00AA; //第一周期的写操作