搜索资源列表
IMAGEsampling
- JAVA数字图像处理,对图像进行采样!图像Miss.jpg为256×256,采样得N值可以是256,128,64,32,16等-JAVA digital image processing, image sampling! Miss.jpg images for 256 × 256, sampling a N value can be 256,128,64,32,16, etc.
imagequantity
- JAVA数字图像处理,对图像进行量化!图像Miss.jpg为256×256,量化值K可以为256,128,64,32,16,8,4,2-JAVA Digital Image Processing, to quantify the image! Miss.jpg images for 256 × 256, to quantify the value of K can 256,128,64,32,16,8,4,2
des_java
- 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
K5J6332
- K5L633CAM via 三星64+32 驱动程序-via flash K5L633CAM driver
Test
- java获取cpu和硬盘序列号的一个演示程序,包括辨认32位还是64位系统,然后加载相应的dll。-the project of getting the info of cpu/hd using java,and ....
Chapter6
- There are multiple versions of MIPS: including MIPS I, II, III, IV, and V; as well as five releases of MIPS32/64 (for 32- and 64-bit implementations, respectively). As of April 2017, the current version is MIPS32/64 Release 6.[3][4] MIPS32/64 primari
jacob-1.17-M2(支持64位和32位)
- jacob处理编码问题针对JAVA开发平台(Jacob processing coding problem for JAVA development platform)
swt
- java 32及64位swt java 32及64位swt(java swt 32/64bit java swt 32/64bit)
今客CRM破解源码完美破解无限制功能
- 今客CRM客户管理系统(JKCRM)本系统的主要特点:简单,快速,安全,自定义,效率,扩展 ********************************************************** 环境要求:必须是windows2003/2008/2012,本地测试请用win7/win8/win10系统(Windows家庭版系统无法安装使用!) 特别注意: 1、iis - asp 必须启用父路径 2、如果是64位系统,iis - 应用程序池 - 设置应
超分辨率
- 第一层CNN:对输入图片的特征提取。(9 x 9 x 64卷积核) 第二层CNN:对第一层提取的特征的非线性映射(1 x 1 x 32卷积核) 第三层CNN:对映射后的特征进行重建,生成高分辨率图像(5 x 5 x 1卷积核)。