码迷,mamicode.com
首页 >  
搜索关键字:original    ( 2117个结果
使用python进行图像处理-调整图片大小
python有一个图像处理库——PIL,可以处理图像文件。PIL提供了功能丰富的方法,比如格式转换、旋转、裁剪、改变尺寸、像素处理、图片合并等等等等,非常强大。举个简单的例子,调整图片的大小:import Imageinfile = 'D:\\original_img.jpg'outfile = '...
分类:编程语言   时间:2014-12-07 16:25:44    阅读次数:183
hdu 4411 Arrest
ArrestTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:441164-bit integer IO format:%I64d Java class name:MainThe...
分类:其他好文   时间:2014-12-05 16:48:25    阅读次数:229
mfc如何实现全屏功能
很多的播放器都有快捷键控制窗口以全屏幕的方式显示。给应用程序加上全屏幕的功能,并不需要很多的代码,比如给一个基于对话框的应用程序加上全屏功能只需要以下少量代码就可以工作了。 很多的播放器都有快捷键控制窗口以全屏幕的方式显示。给应用程序加上全屏幕的功能,并不需..
分类:编程语言   时间:2014-12-04 15:48:25    阅读次数:168
Mysql Tomcat C3p0 系统性能调优个人总结
系统信息 应用逻辑 就是用c3p0 到数据库查询数据并http返回Json数据   1 调优前的最初的测试结果   JMeter test result No. Type Original 1000 data bigger 1 500Connection 250 query/S 63q/S 7...
分类:数据库   时间:2014-12-03 19:14:05    阅读次数:270
[leetcode]Partition List
问题描述: Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the original relative order of the nodes in...
分类:其他好文   时间:2014-12-03 00:27:55    阅读次数:141
[leetcode]Remove Duplicates from Sorted List II
问题描述: Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list. For example, Given 1->2->3->3->4->4->5, return 1->2->5. Giv...
分类:其他好文   时间:2014-12-01 22:31:26    阅读次数:221
Householder Reduction Matlab Version
function [T, P] = householder(A) % Formations: RA = T, where A is original matrix % The implementation of Householder Reduction % R is constructed as a product of elementary reflector % T is upper tri...
分类:其他好文   时间:2014-11-30 23:18:18    阅读次数:221
CSS&&Bootstrap:tooltips的简单应用
1. 对于普通的Element,首先在class里面添加一个atip类 并且添加对应的值 data-toggle不可变 data-placement可以设置为top | bottom | left | right | auto. title不为空的情况会显示title 否则显示data-original-title 2. 当然最基本的文件都要导入 ...
分类:Web程序   时间:2014-11-28 10:12:33    阅读次数:224
HDU 4406 GPA
GPATime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:440664-bit integer IO format:%I64d Java class name:MainGPA(Gr...
分类:其他好文   时间:2014-11-27 00:13:15    阅读次数:205
CodeForces 383C Propagating tree
Propagating treeTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:383C64-bit integer IO format:%I64d Java ...
分类:其他好文   时间:2014-11-26 23:56:20    阅读次数:388
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!