代码搜索:识别算法
找到约 10,000 项符合「识别算法」的源代码
代码结果 10,000
www.eeworm.com/read/112606/15481935
frm bp算法.frm
VERSION 5.00
Begin VB.Form FrmBp
AutoRedraw = -1 'True
Caption = "Bp算法"
ClientHeight = 7005
ClientLeft = 60
ClientTop = 345
ClientWidth
www.eeworm.com/read/112606/15481937
vbp bp算法.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\stdole2.tlb#OLE Automation
Form=Bp算法.frm
Form=FrmData.frm
Object={5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0;
www.eeworm.com/read/112606/15481941
vbw bp算法.vbw
FrmBp = 3, -1, 723, 647, , 22, 22, 745, 638, C
FrmData = 134, 67, 683, 519, , 136, 81, 718, 558, C
Module1 = 190, 304, 715, 744, I
Frmpicture = 71, 289, 618, 749, , -3, -5, 745, 621, C
FrmBpMain =
www.eeworm.com/read/112481/15484594
txt des算法.txt
DES算法
一、DES算法
美国国家标准局1973年开始研究除国防部外的其它部门的计算机系统的数据加密标准,于1973年5月15日和1974年8月27日先后两次向公众发出了征求加密算法的公告。加密算法要达到的目的(通常称为DES 密码算法要求)主要为以下四点: ☆提供高质量的数据保护,防止数据未经授权的泄露和未被察觉的修改;
☆具有相当高的复杂性,使得破译的开销超过 ...
www.eeworm.com/read/112053/15494439
txt des算法.txt
DES算法
How to implement the Data Encryption Standard (DES)
A step by step tutorial
Version 1.2
The Data Encryption Standard (DES) algorithm, adopted by the U.S.
government in 1977, i
www.eeworm.com/read/110450/15533180
txt 直线算法.txt
void Line(var16 x1,var16 y1,var16 x2,var16 y2)
{
var16 p,n,x,y,tn;
if(y1==y2)
{
if(x1>x2)
{
x=x2;x2=x1;x1=x;
}
HLine(x1,y1,x2-x1+1);
return;
}
if(x1==x2)
{
if(y1>y2)
www.eeworm.com/read/107918/15598086
txt fft算法.txt
http://www.vchelp.net/cndevforum/subject_view.asp?subject_id=105642&forum_id=47
正在学数字信号处理,感觉上学期信号与系统学得不扎实,因为当时只是死记公式,这学期数信老师提倡动手实践,觉得自己在编程中对公式理解得更加深刻了。
以下是我写的FFT,欢迎指教。
/*时间抽选基2FFT及IFFT算
www.eeworm.com/read/107624/15604566
cpp 星期算法.cpp
#include
#include
void main()
{
int Ydiff,Ddiff,Mdiff;
char *DAY[7]={"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"};
int cd,cm,
www.eeworm.com/read/105095/15678138
doc rsa算法.doc
这是第一个代码RSAGenerator,用于生成RSA中的p,q,n,m,e,d
并把n,e,d写入磁盘中的RSAKey.ser文件。
import java.security.*;
import java.math.*;
import java.io.*;
class RSAInfo implements Serializable
{
BigInteger e;
BigInteg
www.eeworm.com/read/101492/15830627