-
DBN应用实例
资源描述制定构建一个2个隐层的神经网络,输入有500维,输出有10维,中间两个隐层到节点数分别为50和20,最后一层使用softmax压缩输出使之具有概率意义。
- 2022-01-25 15:16:54下载
- 积分:1
-
odd N bands Demon Lineup : N
奇数N 阶魔方阵问题: 奇数N 阶魔方阵的构造规则如下: 1、在第一行的正中间填入1; 2、如果左上角能够移动,则往左上角填入后继的数;如果左上角不 能移动,则顺移到该列最下方左边的一列中最靠近该列的位置; 3、如果左上角不能移动,同时在该列位置的最下方左边最靠近的位 置处也不能填入数,则往该位置的上一行的最右边的位置处填入 后继数; 4、每次尽可能地往左上角填数,如果发现左上角已经填满了数,则 从当前填的数的位置下方填上后继数。 要求: 无。 输入: 用户从键盘任意输入一个正奇数。 输出: 打印出该魔方阵。-odd N bands Demon Lineup : N-odd magic Lineup Construction Rules are as follows : 1, the first line is the middle of a preference; Two, if the upper left corner to Mobile, the successor to fill in the upper left; If the upper left corner, unable to move, with the move out of the bottom of the left one of the closest out of position; three, if the upper left corner, unable to move, while in the position shown in the bottom left nearest location Department has not entered a few, to the position of the party on the right side of the positions filled successor; 4, each possible to fill the upper left corner, if fill the upper left corner, has found a few, from the current fill several positions to fill in the bottom subsequent few. Requ
- 2022-01-21 19:39:47下载
- 积分:1
-
动态分配内存 能够运算动态分配的加法运算 自己设定维数和行数...
动态分配内存 能够运算动态分配的加法运算 自己设定维数和行数-Dongtai feipei neicun shixian juzhen de jiafayunsuan
- 2023-03-09 19:40:03下载
- 积分:1
-
大数据处理利器 提升普通map的性能
修改普通map,提升性能对于c++程序来说 map的使用无处不在。影响程序性能的瓶颈也往往是map的性能。尤其在大数据情况下,以及业务关联紧密而无法实现数据分发和并行处理的情况。map的性能就成了最关键的技术。比如:ip表、mac表,电话号码表、身份证号码表的查询、病毒木马的特征码的云查杀等等。stl库的map采用二分查找,性能最差。Google的哈希map性能和内存目前是最优的,但是有重复碰撞的机率。我在电信行业和信息安全行业里的工作经历发现,目前网络上的哈希算法都在查询速度上远远无法满足日趋增长的网络大数据要求。因此产生了自己写算法的想法。现在我把自己的算法发布出来。大家可以测试对比发现,我的算法属于零碰撞的几率,但是性能比哈希算法还优。声明:该代码不能用于商业用途,只能用于科学研究。
- 2022-12-29 05:00:04下载
- 积分:1
-
OFDM channel estimation
CFO(carrier frequency offset) and channel estimation in 802.11 system. The algorithm use the subspace based approach to estimate the CFO.
- 2023-01-23 18:10:04下载
- 积分:1
-
一个复数运算的例子
一个复数运算的例子-Example of a complex computing
- 2022-02-28 08:54:33下载
- 积分:1
-
基于密文属性加密
该项目基于安全地共享基于 CPABE 技术的信息。这里基于 AES 加密和密钥管理通过采用 CPABE 技术。
- 2022-01-28 19:01:01下载
- 积分:1
-
理发馆的排队模拟
理发馆的排队模拟- The haircut hall lines up simulates
- 2022-03-19 06:41:35下载
- 积分:1
-
最件单的求值问题..就是求井深和绳长的问题,,我还是个初学者...
最件单的求值问题..就是求井深和绳长的问题,,我还是个初学者-most pieces of the single-issue .. evaluates depth and is seeking a long rope, and I was a beginner, and laughter
- 2022-07-19 00:03:09下载
- 积分:1
-
用c++编写的三维FDTD源程序求解单站雷达散射截面RCS
用c++编写的三维FDTD源程序,本程序适用于时谐波任意角度入射 求解单站雷达散射截面RCS。分享出来,供大家参考研究,
适合刚刚接触fdtdD的人员学习,值得一读。
- 2022-03-11 11:54:05下载
- 积分:1