码迷,mamicode.com
首页 >  
搜索关键字:square    ( 2122个结果
PI Square中文论坛: PI SDK 开发中级篇| PI Square
注: 为了更好的利用站内资源营造一个更好的中文开发资源空间,本文为转发修正帖,原作者为OSIsoft技术工程师王曦(Xi Wang),原帖地址:PI SDK 中级篇 来源:https://d.gg363.site/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ve ...
分类:其他好文   时间:2018-12-01 11:09:20    阅读次数:776
ceil()函数的应用-hdu1065
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1065 题目描述: floor(x) is the largest integer not greater than x , 也就是,floor(x) 返回的是小于等于x的所有整数中最大的整数,简单的说, ...
分类:其他好文   时间:2018-11-30 21:19:18    阅读次数:253
7.Nuxt与后端数据交互
接下来就是对接服务端接口,展示真实的数据 1.做了个虚拟接口地址:http://test.yms.cn/testjson.asp 输出数据: { "title": "单间出租", "price": "350.0元/月", "type": "1室1厅1卫", "square": "2", "keyWo ...
分类:其他好文   时间:2018-11-30 15:30:48    阅读次数:238
Python-17-函数_06_函数式编程
# 一、通常版 num1 = [1,2,3,4,5,6] def add_one(x): # 1、利用函数,定义一系列需求 return x+1 def minus_one(x): return x-1 def square_one(x): return x**2 def map_test(func ...
分类:编程语言   时间:2018-11-29 12:38:26    阅读次数:203
Multiple SSH keys for different accounts on Github or Gitlab
[inside this square brackets give a name to the followed acc.] name = github_username email = github_emailaddress[any other name] name = github_userna ...
分类:其他好文   时间:2018-11-29 12:33:13    阅读次数:156
JavaScript基础(二) DOM
<html lang="en"><head> <meta charset="UTF-8"> <title>DOM</title></head><body name="cc"><div id="div" name="cc"> <ul type="square" id="myul"> <li name= ...
分类:编程语言   时间:2018-11-28 20:34:59    阅读次数:170
HTML标签参考(二)
一些重要的标签 ? ol li 这是一组标签,它们二者都是成对出现的,每一个标签单独出现都是没有意义的事情。 这一组标签叫做有序列表,ol是外面的列表框,li是里面的子项,并且每一个li子项的前面都会带有序号。 ...
分类:Web程序   时间:2018-11-28 01:09:57    阅读次数:229
【LeetCode】前缀树 trie(共14题)
https://leetcode.com/tag/trie/ ...
分类:其他好文   时间:2018-11-27 13:46:28    阅读次数:272
codeforces round#524 D - Olya and magical square /// 大概算是数学规律题?
题目大意: t 个测试用例 (1≤t≤103) 给定n k (1≤n≤10^9,1≤k≤10^18) 表示有一个边长为2^n的正方形格子 每次操作只能将一个格子切割为左上左下右上右下的四等分格子 问进行k次四等分切割后 能否使得 左下角的格子的边长 和 右上角的格子的边长 相等 并且存在一条左下角格 ...
分类:其他好文   时间:2018-11-25 11:41:25    阅读次数:218
绘制矩形
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>绘制矩形</title> </head> <body> <canvas id="drawing" height="500" width="500">A drawing of some ...
分类:其他好文   时间:2018-11-22 02:42:37    阅读次数:213
2122条   上一页 1 ... 39 40 41 42 43 ... 213 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!