-
normal dft
标准dft,是标准的dft,虽然没有特别的地方,但对于了解其内涵或许有一定的帮助-normal dft
- 2023-01-25 06:50:04下载
- 积分:1
-
并行预处理共轭梯度法求解线性方程组
给出了线性方程组矩阵Ax=b在并行预处理共轭梯度法求解过程,绝对有用哟
- 2022-01-26 00:34:21下载
- 积分:1
-
用结构体实现复数数据类型定义并实现复数运算,实现输入数据...
用结构体实现复数数据类型定义并实现复数运算,实现输入数据-Use the structure to achieve the definition of complex data types and to achieve complex operations, the realization of the input data
- 2022-10-31 18:25:03下载
- 积分:1
-
全元主高斯-约当法消去法求线形代数方程的解
全元主高斯-约当法消去法求线形代数方程的解-Quan-yuan main Gauss- Jordan method elimination method for linear algebraic equations
- 2022-02-06 10:25:58下载
- 积分:1
-
通信网络的混合轮询系统仿真和等待时间解析求解程序。每个站有两类数据,数据的产生与长度都不受限制 , 1类数据穷尽 2类门限...
通信网络的混合轮询系统仿真和等待时间解析求解程序。每个站有两类数据,数据的产生与长度都不受限制 , 1类数据穷尽 2类门限-Polling mixed communication network system simulation and analytic solution of the waiting time process. Each station has two types of data, data generated with the length not to be restricted, one type of data exhausted Category 2 threshold
- 2022-09-06 00:15:03下载
- 积分:1
-
ZF算法
MIMO信道ZF预编码算法,ZF算法也称为迫零算法,它是一种线性编码算法,Z预编码算法的原理是在信道矩阵为方阵时对其直接求逆。当发送端和接收端天线数相同时,信道矩阵是一个复方阵,直接反转信道矩阵就可得到预编码矩阵,预编码矩阵在信号传输过程中与信道矩阵相互抵消,从而维持各用户间的信息相互正交,能够使用户间的干扰被消除。
- 2022-04-01 03:40:32下载
- 积分:1
-
对给出的任意一个合式公式(不超过四个命题变元),使学生会用C语言的语句表示出来,并且能够计算它在各组真值指派下所应有的真值。...
对给出的任意一个合式公式(不超过四个命题变元),使学生会用C语言的语句表示出来,并且能够计算它在各组真值指派下所应有的真值。-Given any one of the well-formed formula (not more than four propositional variables), so that students will use C language statements that come out, and it is able to calculate the true value assigned to each group should be under the true value.
- 2022-02-01 17:48:48下载
- 积分:1
-
蚁群算法matlab源代码
蚁群算法的matlab源代码实现,十分实用。
- 2022-01-29 02:49:07下载
- 积分:1
-
VC++实现的一个计算器,采用了一个高手写的按钮类,界面友好...
VC++实现的一个计算器,采用了一个高手写的按钮类,界面友好-VC to achieve a calculator, using a button to write a master class, user-friendly
- 2022-06-14 15:07:42下载
- 积分:1
-
敏感词wordbank
package com.yaozhou.sensitive.wordbank;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Map;import java.util.Properties;import java.util.Set;/** * @author Yao.Zhou* @version 创建时间:2016年12月21日 上午11:08:23 * 类说明 */@SuppressWarnings("unused")public class SensitiveWordBank {private static final String ENCODE = "UTF-8";private File path;private Map wordBankContainer;public SensitiveWordBank(String dir) {
- 2022-01-26 05:07:53下载
- 积分:1