资源列表
[人工智能/神经网络/遗传算法] bpnnet_154
说明:L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。 -L-M algorithm. In addition to momentum (based on the gradient descent algorithm for training), learning<辜小花> 在 2025-05-20 上传 | 大小:1kb | 下载:0
[GDI/图象编程] encryptwatermark
说明:对于bmp文件加入文本信息的java程序-bmp file for text messages to join the java programs<萧墙> 在 2025-05-20 上传 | 大小:1kb | 下载:0
[汇编语言] 24c02的读写程序
说明:24C02 的读写程序。解压 直接调用。 有说明注释 的 。-24C02 read and write procedures. Extracting called directly. A descr iptive notes.<杨俊> 在 2025-05-20 上传 | 大小:1kb | 下载:0
[单片机(51,AVR,MSP430等)] Gps5
说明:用51写的接收GPS数据的程序,采用中断查寻来接受数据。本程序只接收纬度,经度,时间,.....接收其它数据类似-write with 51 receiving GPS data procedures used to receive interrupted tracing data. This procedure will only receive latitude, longitude, time ...... receiving o<陈新财> 在 2025-05-20 上传 | 大小:1kb | 下载:0
[数据结构常用算法] divide and conquer
说明:这是一个分治法应用和递归的完美体现,它根据输入的数字在屏幕上打出美丽的图案。-this is a separate rule and the application of recursive the perfect embodiment of its import figures on the screen making beautiful designs.<唐海浪> 在 2025-05-20 上传 | 大小:1kb | 下载:1
[加密解密] RSA解密和加密算法的实现和应用
说明:RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个<胡康康> 在 2025-05-20 上传 | 大小:1kb | 下载:0
[加密解密] S_DES加密解密程序
说明:按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and t<胡康康> 在 2025-05-20 上传 | 大小:1kb | 下载:0