FIPS1402IG.pdf Implementation Guidance for FIPS 140-2
2021-06-04 19:00:11 4.61MB 信息安全
1
使用 Java 实现的锡兰本地人 这只是一个小项目,为了展示提交和 ,可以: 定义 Ceylon 本机顶级类或函数头, 直接用Java编写它的实现, 并将Java 实现视为与 Ceylon 本机标头声明相关联的jvm 后端本机声明。 在此示例中, natives/run.ceylon文件包含 Ceylon 声明, natives/NativeClass.java文件包含NativeClass Ceylon 本地标头的实现。 并且 Java 后端编译器编译run.ceylon和NativeClass.java ,正确地将它们视为本机重载,并且不会产生任何错误(如果它们的结构当然相同)。 在 IDE 内部使用 为了让它也能在 IDE 中工作,项目应该是“仅限 JVM”(这是一个将来可能会删除的限制)。 在 IDE 中导航 在 IDE 中,您可以从 Ceylon 声明本机标头导航到
2021-06-03 18:06:02 5KB Java
1
IBM官方培训AIX6.1系统管理培训班纸质书的电子PDF版
2021-06-01 16:34:37 6.09MB AIX Implementation Administration
1
VCE Vblock Systems Deployment and Implementation - Compute(210-020)认证考试题库
VCE Vblock Systems Deployment and Implementation - Core Exam(210-010)认证考试题库
VCE Vblock Systems Deployment and Implementation-Virtualization(210-015)题库
Language Implementation Patterns Create Your Own Domain-Specific and General Programming Languages 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2021-05-28 12:06:15 9.51MB Language Implementati Patterns Create
1
em算法matlab代码报告:针对GMM的EM实施 2018-8-13 课程要求 为GMM实施培训和测试算法。 程序必须用C / C ++或python或Matlab编写。 使用train.txt进行培训,并在dev.txt上检查结果。 GMM的复杂性和GMM的初始化将由您决定。 最终GMM配置固定后,您将在test.txt上执行分类,并将结果保存为与dev.txt相同的格式。 最终提交应包括: 一种。 详细报告包括: 一世。 GMM的初始化 ii。 GMM参数调整过程(可能性更改,dev.txt上的结果等) iii。 分析与讨论 b。 分类结果:带有标签的test.txt C。 可以在Windows或Linux机器(Ubuntu)下编译和/或运行的源代码或工具 GMM的初始化 K : GM数超参数 $ \ mu_i $ :期望值 np.random.random((K, D)) * np.mean(x, axis=0) D:昏暗 x:输入数据 $ \ Sigma_i $ :协方差 [np.mat(np.eye(D)) for _ in range(K)] D:昏暗 $ \ pi_i
2021-05-26 18:02:54 107KB 系统开源
1
Automatic Color Enhancement "ACE" is an effective method for color image enhancement introduced by Gatta, Rizzi, and Marini based on modeling several low level mechanisms of the human visual system. The direct computation of ACE on an NxN image costs O(N4) operations. This article describes two fast approximations of ACE. First, the algorithm of Bertalmío, Caselles, Provenzi, and Rizzi uses a polynomial approximation of the slope function to decomposes the main computation into convolutions, reducing the cost to O(N2 log N). Second, an algorithm based on interpolating intensity levels also reduces the main computation to convolutions. The use of ACE for image enhancement and color correction is demonstrated.
2021-05-25 20:56:45 69KB ACE
1
采用基于CUDA的Parallel Gauss-Seidel方法求解2D 泊松方程。
2021-05-21 13:02:20 1.53MB CUDA Poisson
1