-
用调用函数法实现bp网络,已载入训练和测试样本供大家分享和学习,有较理想的差准率和查全率。...
用调用函数法实现bp网络,已载入训练和测试样本供大家分享和学习,有较理想的差准率和查全率。-Call function method used to achieve bp network, has been printed in the training and test samples for all to share and learn from, there are better rates and quasi-differential recall.
- 2023-02-21 12:20:03下载
- 积分:1
-
大脑设计_适应性行为的起源
大脑设计_适应性行为的起源-cerebral design _ the origin of adaptive behavior
- 2022-04-07 01:27:26下载
- 积分:1
-
a good virtual oscilloscope! Be a direct run! Through his serial signal acquisit...
一个很好的虚拟示波器!可一直接运行!他通过串口采集信号与系统单片机上的数据,把其波形显示在视图中~完全类似于数字示波器的操作-a good virtual oscilloscope! Be a direct run! Through his serial signal acquisition system with microcontroller on the data, its waveform displayed on the View were similar to the fully-digital oscilloscope operation! !
- 2023-08-16 21:40:03下载
- 积分:1
-
C程序贝塞尔解算
贝塞尔大地问题解算,C程序……包括了贝塞尔大地问题的正算和反算,并且其中有一个自己编写的.h的文件,这个问价能够简化程序……事先准备了一组正确数据来验证程序正确性,如果需要计算其他结果,则修改TXT文件中数据即可。
- 2023-03-11 22:10:04下载
- 积分:1
-
base64.js 保存图像
Base64是一种基于64个可打印字符来表示二进制数据的表示方法。由于2的6次方等于64,所以每6个比特为一个单元,对应某个可打印字符。三个字节有24个比特,对应于4个Base64单元,即3个字节需要用4个可打印字符来表示。它可用来作为电子邮件的传输编码。在Base64中的可打印字符包括字母A-Z、a-z、数字0-9 ,这样共有62个字符,此外两个可打印符号在不同的系统中而不同(本类库里面用的是`+`,`/`这两个字符)。一些如uuencode的其他编码方法,和之后binhex的版本使用不同的64字符集来代表6个二进制数字,但是它们不叫Base64。Base64常用于在通常处理文本数据的场合,表示、传输、存储一些二进制数据。包括MIME的email,email via MIME, 在XML中存储复杂数据.[摘自:维基百科]Base64其实是一种简单的置换加密方式,但是BASE64的用处往往并不是为了防止信息泄露,而且为了方便传输,进过BASE64编码后的信息会比原始信息长,大概是4/3倍。昨天本人写一个基于javascript实现的一个Base4编码和解码的一个类库,下载地址是:http://code.google.com/p/lazycode/downloads/detail?name=Base64.js&can=2&q=#makechanges。 国内git库: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-23 17:05:53下载
- 积分:1
-
Maxor Algorithm
Polimorpich文件加密系统。用delphixe2编程。在没有代码注释的情况下,不要使用AES、rijndael等。
- 2022-08-12 08:20:08下载
- 积分:1
-
C语言编写小游戏-五子棋
资源描述本程序采用C++编写五子棋小游戏,算法简单易懂,易操作
- 2022-02-25 12:12:24下载
- 积分:1
-
下相当的问题说明:2个可装2个八个玻璃…
倒酒问题描述: 设有两个能装8两的酒杯(称为1号,2号)装满了酒, 和1个能装3两的空酒杯(称为3号), 问怎样用这3个酒杯向4个人 敬酒, 使得每个人都喝4两酒. 要求: 用程序计算出可行方案。 输入: 无 输出: 每一步决策.-down quite Problem description : two can be loaded with two of the eight glasses (known as 1, 2) filled with the wine, and one can hold three two empty glasses (known as the 3rd) and asked how to use it three to four glasses and toast the individual, so that each person maximum servings of both types 4 2 liquor. Request : procedures calculated options. Input : None output : each step of the decision-making.
- 2023-06-15 16:35:03下载
- 积分:1
-
a matrix multiplication code in C Language
一个矩阵相乘的c语言代码-a matrix multiplication code in C Language
- 2022-04-19 17:23:06下载
- 积分:1
-
with Primbetov heap sorting algorithm using the shortest path to achieve the sea...
用普里姆算法借助堆排序实现最短路径的查找,用C语言实现-with Primbetov heap sorting algorithm using the shortest path to achieve the search, using C language
- 2022-11-01 15:05:03下载
- 积分:1