BAM是一种两层的异联想,内容可寻址存储器组成的反馈网络。 分类:离散,连续 和自适应BAM等。 1987年和1988年由Kosko提出的BAM型。 网络运行是双向的。对网络的一端输入信号,则可在另一端得到输出,该输出又反馈回来,经过多次反复,直到网络达到稳态为止
上传时间: 2013-11-25
上传用户:钓鳌牧马
用51单片机控制flash28f640的程序
上传时间: 2015-05-10
上传用户:朗朗乾坤
AUTOCAD教程,很经典的教程,帮助大家学习使用AutoCAD。已经学习AutoCad的同学也可以经常查阅该教程。
上传时间: 2015-05-10
上传用户:gut1234567
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
标签: government streamline important alphabet
上传时间: 2015-06-09
上传用户:weixiao99
这个是用DSP实现的FFT变换,用c语言编写的 调试通过
上传时间: 2015-06-10
上传用户:WMC_geophy
飞利浦公司的LPC935单片机复位程序的源码
上传时间: 2015-06-10
上传用户:cjf0304
电力系统在台稳定计算式电力系统不正常运行方式的一种计算。它的任务是已知电力系统某一正常运行状态和受到某种扰动,计算电力系统所有发电机能否同步运行 1运行说明: 请输入初始功率S0,形如a+bi 请输入无限大系统母线电压V0 请输入系统等值电抗矩阵B 矩阵B有以下元素组成的行矩阵 1正常运行时的系统直轴等值电抗Xd 2故障运行时的系统直轴等值电抗X d 3故障切除后的系统直轴等值电抗 请输入惯性时间常数Tj 请输入时段数N 请输入哪个时段发生故障Ni 请输入每时段间隔的时间dt
上传时间: 2015-06-13
上传用户:it男一枚
SpamManager是一款支持任何POP3邮箱的反垃圾邮件的工具。它非常容易设置,只需花你几分钟的时间就可以设置完成。它有一套先进的检测垃圾邮件的机制,它根据DNSBL服务器上的被阻止的清单,通过简短的学习过程,知道你的邮件收取策略。 Name:crsky Code:CEZ0E2LYYYW
标签: SpamManager POP3
上传时间: 2015-07-10
上传用户:duoshen1989
用API函数实现串行通讯 以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。 为了保证资源共享,Windows系统完全接管了各种硬件资源,使用中断来控制端口将破坏系统的多任务性,使系统的稳定性受到影响。但Windows同时也提供了功能强大的API函数使用户能间接的控制串行通讯。
上传时间: 2013-12-10
上传用户:xiaoxiang