-
欧几里德分类器
- 2022-05-06 22:13:15下载
- 积分:1
-
calendar (Chinese public), the clock and the memorandum can be regularly reminde...
日历(公农历)、时钟与备忘录并且可以定时提醒和关闭计算机。还有多光驱软开关。-calendar (Chinese public), the clock and the memorandum can be regularly reminded, and shut down the computer. There are more soft-switch drive.
- 2022-05-07 18:54:20下载
- 积分:1
-
D3D9初级教程(含PDF文档和10篇VC源文件)
D 3D9初级教程(含PDF文档和10篇VC源文件)...
D3D9初级教程(含PDF文档和10篇VC源文件)
D 3D9初级教程(含PDF文档和10篇VC源文件)-transactions (including PDF files and the source of 10 VC) transactions primary Guide (including PDF files and 10 VC source file)
- 2022-03-19 01:09:12下载
- 积分:1
-
MD5的全称是Message
MD5的全称是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。这三个算法的描述和c语言源代码在Internet RFC 1321中有详细的描述(http://www.ietf.org/rfc/rfc1321.txt),这是一份最权威的文档,由Ronald L. Rivest在1992年8月向IETF提交。
-err
- 2022-11-02 12:00:03下载
- 积分:1
-
语音采集、回放、显示,分析
语音采集、回放、显示,分析-voice capture, playback, display, analysis
- 2023-08-27 03:00:04下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
模式识别算法
模式识别中的C均值算法演示程序,具体内容见说明文档,及效果图。 自我感觉还可以,请大家帮忙,提提意见。-pattern recognition algorithm in C- Means Demonstration Program, the specific content of documentation, and effectiveness map. A sense of self can, please help make a suggestion.
- 2022-02-25 17:50:00下载
- 积分:1
-
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。...
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。
3.有用链表来存储集合的功能。
-To design a collection class to handle integer. And has the following features: 1. Has increased for the collection of functional elements. 2. Have to deal with intersection, and set functions, and "+" that they set, "*" that intersection. 3. A useful list of functions to store the collection.
- 2023-04-10 02:05:04下载
- 积分:1
-
C++设计俄罗斯方块游戏
使用C++设计俄罗斯方块游戏,游戏有两种模式,一种是玩家模式,另一各是机器自主模式。在自主模式中,使用AI算法设计俄罗斯方块游戏的玩法。
- 2022-11-26 08:30:03下载
- 积分:1
-
关于支撑向量机的代码实现方式
关于支撑向量机的代码实现方式-on Support Vector Machine code Realization
- 2022-05-07 07:12:27下载
- 积分:1