码迷,mamicode.com
首页 >  
搜索关键字:rectangle    ( 1383个结果
c#生成验证码
using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO; 需要特别引用:System.Drawing /// <summary> /// 生成随机数 /// </ ...
分类:Windows程序   时间:2020-01-30 19:10:40    阅读次数:115
AIM Tech Round 5 (rated, Div. 1 + Div. 2)
A Find Square 没意思。 ...
分类:其他好文   时间:2020-01-24 09:25:05    阅读次数:82
网页版QML
在网页上边写QML代码边显示效果。(文末项目地址) 该项目旨在将QML的功能引入到Web浏览器。以下是QML外观示例: 上手体验 边写边看到效果挺不错的,渲染速度还可以,但是只有部分的代码高亮和不支持自动补全代码的功能。支持常用的控件如Rectangle,Item,Text,TextInput等控件 ...
分类:Web程序   时间:2020-01-18 01:12:12    阅读次数:263
android:整理drawable(shapdrawable)(二)
前言 bitmapdrawable 与nithpathdrawable 完结,接下来是shapedrawable。 shapedrawable是使用频率最高的drawable 可见其重要性。 shapedrawable shapedrawable 有 rectangle、oval、line、ring ...
分类:移动开发   时间:2020-01-18 00:42:07    阅读次数:95
Flat风格的Qml滚动选择条
基于Qml的Tumbler控件修改而成。 滚动选择条代码 滚动选择条样式代码 更多精彩内容请关注公众号 Qt君 。 ...
分类:其他好文   时间:2020-01-09 01:01:48    阅读次数:82
html5远程控制
using HFCentraControl.Common; using HFCentraControl.Others; using SuperSocket.WebSocket; using System; using System.Collections.Generic; using System.... ...
分类:Web程序   时间:2020-01-07 16:05:50    阅读次数:255
1209. Construct the Rectangle
1209. Construct the Rectangle ...
分类:其他好文   时间:2020-01-06 12:42:45    阅读次数:66
QQ企业通---登录模块设计--知识点
Rectangle 成员 存储一组整数,共四个,表示一个矩形的位置和大小。对于更高级的区域函数,请使用 Region 对象。 ...
分类:其他好文   时间:2019-12-31 21:47:52    阅读次数:46
LeetCode 963. Minimum Area Rectangle II
原题链接在这里:https://leetcode.com/problems/minimum-area-rectangle-ii/ 题目: Given a set of points in the xy-plane, determine the minimum area of any rectangl ...
分类:其他好文   时间:2019-12-29 11:27:56    阅读次数:68
LeetCode 939. Minimum Area Rectangle
原题链接在这里:https://leetcode.com/problems/minimum-area-rectangle/ 题目: Given a set of points in the xy-plane, determine the minimum area of a rectangle for ...
分类:其他好文   时间:2019-12-29 10:41:19    阅读次数:70
1383条   上一页 1 ... 8 9 10 11 12 ... 139 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!