float _thumbnail_X = 0;float _thumbnail_Y = 0;int _thumbnail_Width = 480;int _thumbnail_Height = 480;//新建内存变量存储原图数据MemoryStream _sourceImage_MemoryStr ...
分类:
其他好文 时间:
2017-08-11 11:00:31
阅读次数:
213
看图说明:<ignore_js_op><ignore_js_op><ignore_js_op><ignore_js_op><ignore_js_op><ignore_js_op><ignore_js_op><ignore_js_op><ignore_js_op> ...
分类:
系统相关 时间:
2017-08-10 20:55:46
阅读次数:
261
delphi 图片压缩代码 据说是位图缩放保持原图视觉效果最好的算法 若有更好的,请大神留言我也学习下,感谢! uses WinAPI.GDIPAPI, WinAPI.GDIPOBJ;var Bitmap1: TGPBitmap; Bitmap2: TBitmap; Graphic: TGPGrap ...
分类:
编程语言 时间:
2017-08-02 10:09:49
阅读次数:
262
题目链接:Kiggle:Digit Recognizer Each image is 28 pixels in height and 28 pixels in width, for a total of 784 pixels in total. 给的是28像素的高和宽,所以总共有784像素,在处理的 ...
分类:
其他好文 时间:
2017-08-02 10:05:02
阅读次数:
128
本文收集和汇总了 OpenGL 的文档、教程和在线书籍,供学习和开发者參考。 OPENGL开发教程:http://www.linuxgraphics.cn/opengl/index.html OpenGL 教程 大名鼎鼎的 Nehe 教程: http://nehe.gamedev.net/ Open ...
分类:
其他好文 时间:
2017-07-31 13:27:44
阅读次数:
144
Jar包 Web.xml中配置shiro的filter applicationContext-shiro.xml(完整的xml配置,后面讲介绍作用) 在applicationContext-shiro.xml 中配置web.xml中fitler对应spring容器中的bean。 对一些静态资源放行: ...
分类:
编程语言 时间:
2017-07-29 22:18:30
阅读次数:
193
上一篇:基于FPGA的VGA显示设计(一) 参照 CrazyBingo 的 基于FPGA的VGA可移植模块终极设计代码 的工程代码风格,模块化处理了上一篇的代码,并增加了一点其它图形。 顶层模块: 驱动模块: 显示模块: PLL 模块: Testbench: 仿真波形: RTL 图: 实测图: ...
分类:
其他好文 时间:
2017-07-29 17:15:55
阅读次数:
246
转自:http://www.jb51.net/article/115475.htm ...
分类:
Web程序 时间:
2017-07-29 16:33:28
阅读次数:
161