码迷,mamicode.com
首页 >  
搜索关键字:ti    ( 1784个结果
一个方法团灭 6 道股票问题
作者:labuladong 链接:https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/solution/yi-ge-fang-fa-tuan-mie-6-dao-gu-piao-wen-ti-by-l-3/来源:力扣(Le ...
分类:其他好文   时间:2019-11-17 17:40:46    阅读次数:72
css3 svg路径蒙版动画
css3 svg路径蒙版动画 具体看https://www.cnblogs.com/oubenruing/p/9568954.html 还有个更好控制的写法<pre><!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8" /> <ti ...
分类:Web程序   时间:2019-11-13 20:39:50    阅读次数:195
time库的使用
time库概述 time库包括三类函数-时间获取:time() ctime() gmtime()-时间格式化:strftime() strptime()-程序计时:sleep(), perf_counter() 时间获取 time() 获取当前时间戳,即计算机内部时间值,浮点数 >>>time.ti ...
分类:其他好文   时间:2019-11-12 16:12:24    阅读次数:138
Servlet中的乱码问题及解决办法
有关Servlet中出现乱码的地方及解决办法 假设现在有个form表单,当我们在文本框中输入文本的时候,如果不进行处理,会出现乱码的问题 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Insert title here</ti ...
分类:其他好文   时间:2019-11-09 13:49:53    阅读次数:106
Codeforces #594 div1 C/div2 E – Queue in the Train
题目链接:https://codeforces.com/contest/1239/problem/C 题意:火车上有n位乘客,按照1到n编号,编号为i的人会在ti分钟想去打水。水箱只能供一位乘客使用,每位乘客会使用p分钟。当一位乘客想要去打水时,他会先看编号在他前面的乘客是不是都在座位上,如果有人没 ...
分类:其他好文   时间:2019-11-06 22:45:32    阅读次数:125
装饰器应用(计算函数的执行时间)
#_author:Administrator#date:2019/11/2#优化#先把展示时间的函数加载进内存import timedef show_time(f): def inner(): start=time.time() f() end=time.time() print('spend ti ...
分类:其他好文   时间:2019-11-02 13:32:04    阅读次数:85
C# System.Timers Demo
static void Main(string[] args) { SystemTimersDemo(); Console.ReadLine(); } static void SystemTimersDemo() { System.Timers.Timer timer = new System.Ti... ...
分类:Windows程序   时间:2019-10-31 11:55:45    阅读次数:104
Car的旅行路线 (预处理+最短路径)
https://www.luogu.org/problem/P1027 题目描述 又到暑假了,住在城市A的Car想和朋友一起去城市B旅游。她知道每个城市都有4个飞机场,分别位于一个矩形的4个顶点上,同一个城市中2个机场之间有1条笔直的高速铁路,第I个城市中高速铁路了的单位里程价格为Ti?,任意两个不 ...
分类:其他好文   时间:2019-10-30 18:33:58    阅读次数:131
希尔排序
基本思想:先将整个待排序的记录序列分割成若干个子序列,分别进行直接插入排序,待整个序列中的记录“基本有序”时,再对全体记录依次进行直接插入排序。 1)操作方法:选择一个增量序列t1,t2,...,tk,其中ti>tj,tk=1; 2)按增量序列个数k,对序列进行k趟排序; 3)每趟排序,根据对应的增 ...
分类:编程语言   时间:2019-10-30 11:41:35    阅读次数:67
I4-6 At the hotel Teacher: Maggie
课上内容(Lesson) 词汇(Key Word ) bellboy n.服务生 receptionist n. 接待员 reception n. 接待;接收;招待会;感受;反应 maid n. 女仆 key 房间钥匙 # room key luggage n. 行李;皮箱 # baggage ti ...
分类:其他好文   时间:2019-10-29 11:12:19    阅读次数:107
1784条   上一页 1 ... 17 18 19 20 21 ... 179 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!