码迷,mamicode.com
首页 >  
搜索关键字:mat    ( 14954个结果
java9新特性-3-JDK 和 JRE 的改变
1.JDK 与 JRE 的关系 JDK :JavaDevelopmentKit (Java开发工具包) JRE :JavaRuntimeEnvironment (Java运行环境) 说明: JDK = JRE + 开发工具集(例如Javac编译工具等) JRE = JVM + Java SE标准类库 ...
分类:编程语言   时间:2018-01-13 11:23:13    阅读次数:155
java9新特性-7-语法改进:接口的私有方法
1.官方Feature 213: Milling Project Coin Support for private methods in interfaces was briefly in consideration for inclusion in Java SE 8 as part of the ...
分类:编程语言   时间:2018-01-13 11:22:26    阅读次数:179
Union Find-547. Friend Circles
There are N students in a class. Some of them are friends, while some are not. Their friendship is transitive in nature. For example, if A is a direct ...
分类:其他好文   时间:2018-01-13 11:12:21    阅读次数:178
UGUI的Image与RawImage组件
UGUI系统中提供了2种显示图片的组件即Image与RawImage。本篇文章主要是介绍这2个组件含义与使用。1.Image (1)SourceImage:指定要显示的目标图片资源。需要注意的是,它只支持Sprite类型的图片,因此需要将目标图片资源的格式改成如下图所示的格式: (2)Color:设 ...
分类:其他好文   时间:2018-01-13 00:25:31    阅读次数:6134
Android Studio遇到了“No USB devices or running emulators detected”
我这里遇到的情况是adb interface 错误:未安装,在这个网站: http://adbdriver.com/downloads/ 下载了Automated installation(Universal)之后,重新安装了adb interface之后,我的设备出现在了我们想要的地方。 或者 在 ...
分类:移动开发   时间:2018-01-13 00:25:05    阅读次数:4377
[HDU 1075]What Are You Talking About
Problem Description Ignatius is so lucky that he met a Martian yesterday. But he didn't know the language the Martians use. The Martian gives him a hi ...
分类:其他好文   时间:2018-01-12 22:33:28    阅读次数:292
Comparison of programming languages
The following table compares general and technical information for a selection of commonly used programming languages. See the individual languages' a ...
分类:其他好文   时间:2018-01-12 21:18:29    阅读次数:176
初识Linux
** 行业惯例:以扯犊子开场 Linux是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。它能运行主要的UNIX工具软件、应用程序和网络协议。它支持32位和64位硬件。Linux继承了Unix以网络为核心的设计思想,是一个性 ...
分类:系统相关   时间:2018-01-12 20:24:30    阅读次数:174
图像增强:直方图均衡和小波变换【matlab】
直方图均衡:统计图像像素灰度的直方图分布。对其进行重新分配以使图像的直方图分布更加均衡。 小波变换:图像轮廓主要体现在低频部分,可以通过对低频分解系数进行增强处理,对高频分解系数进行衰减处理,达到图像增强。 小波变换: ...
分类:其他好文   时间:2018-01-12 19:39:39    阅读次数:211
Python的logger配制文件
1:logger.conf 2:logger_factory.py ...
分类:编程语言   时间:2018-01-12 18:11:42    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!