-
IEEE802.11DCF
不同节点数对吞吐率的影响,分别为5节点数和20节点数时的吞吐量的对比情况(The influence of different number of nodes on the throughput of the five nodes and the number of 20 nodes was compared.)
- 2018-05-22 14:07:39下载
- 积分:1
-
游戏
用python画中国五星红旗,用简单的程序实现画国旗。(The Chinese five star red flag is painted with Python, and the national flag is painted with a simple procedure.)
- 2018-03-07 16:42:05下载
- 积分:1
-
FastICA_25
说明: 独立成分分析(Independent Component Analysis,ICA)是近年来提出的非常有效的数据分析工具,它主要用来从混合数据中提取出原始的独立信号。它作为信号分离的一种有效方法而受到广泛的关注。近几年出现了一种快速ICA算法(Fast ICA),该算法是基于定点递推算法得到的,它对任何类型的数据都适用,同时它的存在对运用ICA分析高维的数据成为可能。又称固定点(Fixed-Point)算法,是由芬兰赫尔辛基大学Hyvärinen等人提出来的。是一种快速寻优迭代算法,与普通的神经网络算法不同的是这种算法采用了批处理的方式,即在每一步迭代中有大量的样本数据参与运算。但是从分布式并行处理的观点看该算法仍可称之为是一种神经网络算法。(Independent component analysis (ICA) is a very effective data analysis tool proposed in recent years. It is mainly used to extract the original independent signals from the mixed data. As an effective method of signal separation, it has been widely concerned. In recent years, a fast ICA algorithm (fast ICA) has appeared. The algorithm is based on the fixed-point recursive algorithm, which is applicable to any type of data. At the same time, its existence makes it possible to use ICA to analyze high-dimensional data. Also known as fixed-point algorithm, it was proposed by HYV & auml; rinen et al. It is a fast optimization iterative algorithm. Different from the common neural network algorithm, this algorithm adopts the way of batch processing, that is, there are a large number of sample data in each iteration. But from the point of view of distributed parallel processing, this algorithm can still be called a neural network algorithm.)
- 2020-05-22 14:51:07下载
- 积分:1
-
SPM
说明: 计算锁模激光谐振腔内不同元件引起的自相位调制大小(Calculation mode-locked laser resonant cavity caused by different components of self-phase modulation size)
- 2010-03-23 16:41:57下载
- 积分:1
-
ica
说明: 实现信号矩阵盲源分离的jade算法,两个目标两个干扰。(The jade algorithm is used to realize the blind source separation of signal matrix, two targets and two interferences.)
- 2021-04-20 20:18:02下载
- 积分:1
-
四屏上下滚动带标题焦点图代码
四屏上下滚动带标题焦点图代码样式美观,过度平滑,唯一不足的是使用table做的。(The four-screen scroll-up and scroll-down header focus diagram code is beautiful and overly smooth, the only drawback is that it is done with a table.)
- 2018-10-30 17:20:12下载
- 积分:1
-
poly
标题: 多边形游戏
时 限: 1000 ms
内存限制: 10000 K
总时限: 3000 ms
描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。
游戏第1步,将一条边删除。
随后n-1步按以下方式操作:
(1)选择一条边E以及由E连接着的2个顶点V1和V2;
(2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。
最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。
输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。
例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。
输出: 一个整数,计算最高得分。
输入样例: 5
10 + -1 x -2 x 3 + -8 x
输出样例: 486
(标题: 多边形游戏
时 限: 1000 ms
内存限制: 10000 K
总时限: 3000 ms
描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。
游戏第1步,将一条边删除。
随后n-1步按以下方式操作:
(1)选择一条边E以及由E连接着的2个顶点V1和V2;
(2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。
最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。
输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。
例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。
输出: 一个整数,计算最高得分。
输入样例: 5
10+-1 x-2 x 3+-8 x
输出样例: 486
)
- 2012-12-17 10:35:16下载
- 积分:1
-
GA-SVM-master 02
说明: 基于python的gasvm程序,容易理解,适合初学者学习(Gasvm program based on python, easy to understand, suitable for beginners to learn)
- 2019-02-17 02:37:37下载
- 积分:1
-
学生成绩管理系统
初学C语言的时候写的学生成绩管理系统,比较简单,适合初学者。界面非常简单,只有几个功能,但是对于初学者还是有借借鉴意义的,是属于命令行的。。
- 2022-03-29 02:48:33下载
- 积分:1
-
CloseScreenAndLock
锁定显示器时自动关闭计算机屏幕,节约能源(Automatic shutdown the computer lock screen display, energy saving)
- 2013-03-18 15:21:59下载
- 积分:1