码迷,mamicode.com
首页 >  
搜索关键字:make: command not fo    ( 1841个结果
【leetcode刷题笔记】Longest Substring Without Repeating Characters
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:其他好文   时间:2014-07-23 16:19:41    阅读次数:234
uva------Help is needed for Dexter(11384)
Problem HHelp is needed for DexterTime Limit: 3 SecondDexter is tired of Dee Dee. So he decided to keep Dee Dee busy in a game. The game he planned fo...
分类:其他好文   时间:2014-07-22 23:26:57    阅读次数:301
Aspose Linux下字体找不到报错
http://www.aspose.com/community/forums/thread/402193.aspxhttp://www.aspose.com/community/forums/thread/362576/aspose-and-fonts-on-linux.cannot-find-fo...
分类:Web程序   时间:2014-07-22 00:36:35    阅读次数:432
C语言基础学习9:指向指针的指针
一般形式:基类型 **变量名;例如:char **p;void main(){ char *name[] = {"Follow me","Basic","Great Wall","FORTRAN","Computer design"}; char **p; int i; fo...
分类:编程语言   时间:2014-07-21 09:33:30    阅读次数:235
【leetcode刷题笔记】ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2014-07-21 09:31:07    阅读次数:186
水晶报表 Crystal Report 调用存储过程时出错 找不到表 ,解决方法。
用 CrystalReportViewer1 控件在asp.net的网页上显示报表,如果做报表时调用数据表数据的方式调用是可以成功的,但报表是用存储过程获取数据方式会出现以下错误: 找不到表'RptOpenCheck;1' 。 文件 G:\TEMP\FO-OpenCheck {6D191F06-DECF-4A25-88FC-8553E3D435AA}.rpt 内出错: 找不到表。 Er...
分类:其他好文   时间:2014-07-20 23:14:06    阅读次数:529
杭电1162Eddy's picture
Eddy's picture Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 65536/32768K (Java/Other) Total Submission(s) : 28   Accepted Submission(s) : 17 Font: Times New Roman | Verdana | Georgia Fo...
分类:其他好文   时间:2014-07-20 10:14:16    阅读次数:189
什么是线性滤波、非线性滤波
数字图像处理线性滤波:输出图像fo(x,y)= T[ fi(x,y) ],T是线性算子,即:输出图像上每个像素点的值都是由输入图像各像素点值加权求和的结果。非线性滤波的算子中包含了取绝对值、置零等非线性运算。线性滤波器的原始数据与滤波结果是一种算术运算,即用加减乘除等运算实现,如均值滤波器(模板内像...
分类:其他好文   时间:2014-07-19 18:22:10    阅读次数:208
兼容sdk7&iOS7的issue解决小片段总结
ios7新增加的icon尺寸:76 x 76:Size for iPad 2 and iPad mini (standard resolution)120 x 120 :Size for iPhone and iPod touch (high resolution)152 x 152:Size fo...
分类:移动开发   时间:2014-07-19 16:26:03    阅读次数:317
【leetcode刷题笔记】Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-07-18 18:28:44    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!