码迷,mamicode.com
首页 >  
搜索关键字:eclipse mat    ( 39644个结果
极锥
对于任意非空集合$C$,都有一个锥与其关联,称作$C$的极锥(polar cone),定义如下:\begin{align*} C^* = \{ \boldsymbol{y} \ | \ \boldsymbol{y}^\top \boldsymbol{x} \leq 0, \forall \bol.....
分类:其他好文   时间:2014-05-01 22:44:08    阅读次数:1251
eclipse中安装tomcat插件
一、软件下载Eclipse3.6 IDE for Java EE Developers: 下载地址:http://eclipse.org/downloads/Tomcat Eclipse Plugin, 下载地址:http://www.eclipsetotale.com/tomcatPlugin.h...
分类:系统相关   时间:2014-05-01 22:38:42    阅读次数:584
解决eclipse编辑python程序的SyntaxError: Non-ASCII character错误
错误信息如下: File "E:\work\pydev\pythodemo\src\code\string.py", line 1 SyntaxError: Non-ASCII character '\xe5' in file E:\work\pydev\pythodemo\src\code\string.py on line 1, but no encoding declared; see ...
分类:编程语言   时间:2014-05-01 22:00:23    阅读次数:440
win7下android开发环境搭建(win7 64位)
一、安装 JDK 下载JDK最新版本,下载地址如下: http://www.oracle.com/technetwork/java/javase/downloads/index.html 二、下载并安装 Eclipse http://www.eclipse.org/downloads/
分类:移动开发   时间:2014-05-01 21:03:30    阅读次数:560
CCS v5 无法启动解决办法及Launchpad仿真器电脑无法识别解决方法
安装ccs_setup_5.1.1.00028.exe后(无论是自己装eclipse还是在原来的基础上安装eclipse的插件),ccs5的应用无法打开,错误为:An error has occurred.See the log file .\workspace\.metadata\.log.本现象...
分类:其他好文   时间:2014-05-01 20:57:36    阅读次数:888
关于贴图看不到。显示是白色或者其他。
0125更新后的后遗症。具体原因就不纠结了。。因此不能直接调用all.material 需要进行修改了才能正常贴图。如此,比较麻烦。用了我发的这个东西,以后就不用在补丁内加入 all.material,直接用官方就OK。。
分类:其他好文   时间:2014-05-01 20:38:12    阅读次数:384
Conceptual blockbusting--chap6 Alternate thinking languages
The well-armed problem-finder/solver is fluent in many mental languages and is able to use them interchangeably to record information, communicate wit...
分类:其他好文   时间:2014-05-01 20:13:44    阅读次数:433
c 函数及指针学习 10
标准库函数1算数运算stdlib.h2随机数stdlib.h3字符串转化stdlib.h4数学函数 math.h5日期和时间 time.h6信号 signal.h7打印可变参数列表stdarg.h8断言 assert.h抽象数据类型在数据结构中比较仔细运行时环境没看来自为知笔记(Wiz)
分类:其他好文   时间:2014-05-01 19:06:09    阅读次数:305
【图像处理】Gabor滤波器
Gabor的核函数参考的wiki使用实数Real的公式计算核函数代码:Mat gaborFilter(Mat& img, Mat& filter){ int half_filter_size = (max(filter.rows,filter.cols)-1)/2; Mat filtered_img(img.rows,img.cols,CV_32F); for(int i=0;i<img.r...
分类:其他好文   时间:2014-05-01 17:42:41    阅读次数:378
eclipse tomcat maven热部署
1、  tomcat插件 如果是Kepler的话,已经自带了tomcat插件,如果没有,到http://www.eclipsetotale.com/tomcatPlugin.html下载安装或在线安装,这里就不多说了。 2、创建Server 打开serversview(windowàshow viewàservers),在servers view中新建一个server,如下图所示:...
分类:系统相关   时间:2014-04-30 22:33:40    阅读次数:528
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!