码迷,mamicode.com
首页 >  
搜索关键字:csu 1547 rectangle    ( 2022个结果
CSU 1216 异或最大值
题目:http://acm.csu.edu.cn/csuoj/problemset/problem?pid=1216 模板题 ...
分类:其他好文   时间:2017-09-08 18:07:00    阅读次数:181
WPF显示图片
1、WPF显示图片内部一部分 <Rectangle Height="12" Width="60"> <Rectangle.Fill > <ImageBrush ImageSource="Pic\icon_tubiao1.png" ViewboxUnits="Absolute" Viewbox="44 ...
分类:Windows程序   时间:2017-09-08 16:23:11    阅读次数:239
linux的convert图片处理工具
得到一个图片的尺寸, identify test.png 结果为: test.png PNG 178x15 178x15+0+0 16-bit PseudoClass 65536c 2.28kb 使用shell identify test.png | cut -d ' ' -f 3 | cut -d ...
分类:系统相关   时间:2017-09-08 01:17:52    阅读次数:304
PRM路径规划算法
路径规划作为机器人完成各种任务的基础,一直是研究的热点。研究人员提出了许多规划方法:如人工势场法、单元分解法、随机路标图(PRM)法、快速搜索树(RRT)法等。传统的人工势场、单元分解法需要对空间中的障碍物进行精确建模,当环境中的障碍物较为复杂时,将导致规划算法计算量较大。基于随机采样技术的PRM法 ...
分类:编程语言   时间:2017-09-05 19:12:58    阅读次数:360
[LintCode] Largest Rectangle in Histogram
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:其他好文   时间:2017-09-05 13:25:33    阅读次数:239
LeetCode 85: Maximal Recetangle
Note: The lower one can cross other higher recetangle. Thus height[j] <= height[left/ right -/+ 1] ...
分类:其他好文   时间:2017-09-04 16:01:23    阅读次数:152
生成 验证验证码
主页前端代码 右键查看代码 生成验证码的web窗体 不需要前台代码 右键查看代码 效果 ...
分类:其他好文   时间:2017-09-03 22:04:56    阅读次数:156
Egret Engine 2D - 遮罩
shp.mask = new egret.Rectangle(20,20,30,50); 注意如果rec发生变化,需要重要将rec赋值给shp.mask sprite.mask = null 显示对象作为遮罩,无需像矩形遮罩那样重复赋值 mask,但是 mask 必须是显示列表里元素。 ...
分类:其他好文   时间:2017-09-02 22:34:20    阅读次数:206
2022条   上一页 1 ... 64 65 66 67 68 ... 203 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!