1.加密算法的类图结构 2.源代码 2.1代码运行截图 2.2代码的目录结构 2.3具体代码 MethodFactory.java DESFactory.java IDEAFactory.java Method.java DES.java IDEA.java zhuhanshu.java 完整源码 ...
分类:
编程语言 时间:
2018-10-26 19:34:57
阅读次数:
591
将5.1 ch的数据经过hrtf处理,然后downmix到2ch,使得2ch的数据有virtual surround的效果。 function output = hrir_process(input) hrtf = load("E:\CIPIC_hrtf_database\standard_hrir ...
分类:
其他好文 时间:
2018-10-25 22:39:28
阅读次数:
359
China has specified the definition and diagnosis standard for internet addiction in its latest adolescent-health-education guideline.Internet addictio ...
分类:
其他好文 时间:
2018-10-25 19:28:20
阅读次数:
134
man touch mkdir cp cd rm mv echo pwd cat alias unalias head tail tree rmdirxargs find awk sed grep vi vim seq man: an interface to the on-line referen ...
分类:
系统相关 时间:
2018-10-25 17:06:56
阅读次数:
218
Network monitoring on Linux This post mentions some linux command line tools that can be used to monitor the network usage. These tools monitor the tr ...
分类:
系统相关 时间:
2018-10-25 16:27:28
阅读次数:
254
问题 在编译时出现如下error: 原因 编译的时候未开启 ISO C++ 2011 的支持选项,无法支持 ISO C++ 11 的有关语法 解决办法 修改MakeFile,在其中的 加上一行 std=c++11,变成 即可编译成功 ...
分类:
编程语言 时间:
2018-10-25 14:16:22
阅读次数:
1438
BOM(Browser Object Model): feature: 1.BOM has no relevant standards. 2.The fundamental object of BOM is window. explain: We can know that BOM is close ...
分类:
编程语言 时间:
2018-10-25 11:12:23
阅读次数:
265
International Morse Code defines a standard encoding where each letter is mapped to a series of dots and dashes, as follows: "a"maps to ".-", "b" maps ...
分类:
其他好文 时间:
2018-10-25 11:10:14
阅读次数:
197
原文:.NET Core和.NET Standard有什么不同 近日,微软发布了.NET Core 2.0,但是开发人员中间仍然存在一些疑惑,就是.NET Core、.NET Standard、Xamarin和.NET Framework有什么不同。 .NET Framework用于构建桌面应用程序... ...
分类:
Web程序 时间:
2018-10-25 00:35:09
阅读次数:
157
1、首先需要准备好Jmeter的插件JMeterPlugins-Standard-1.4.0和、ServerAgent-2.2.1; 下载地址:http://jmeter-plugins.org/downloads/all/ 2、下载之后JMeterPlugins-Standard-1.4.0解压把 ...
分类:
其他好文 时间:
2018-10-24 17:43:54
阅读次数:
181