码迷,mamicode.com
首页 >  
搜索关键字:people    ( 2934个结果
[LeetCode] 1282. Group the People Given the Group Size They Belong To
There are n people whose IDs go from 0 to n - 1 and each person belongs exactly to one group. Given the array groupSizes of length n telling the group ...
分类:其他好文   时间:2020-06-26 11:00:48    阅读次数:51
【LeetCode】【Math】distribute candies to people分糖问题
题目: 共有candies颗糖果,n=num_people个人,我们会按照以下方法分发糖果: 我们给第一个人一颗糖果,第二个人两颗糖果,依此类推,直到最后一个人给n颗糖果。 然后,我们返回到行的开头,将n +1颗糖果分配给第一个人,将n + 2颗糖果分配给第二个人,依此类推,直到将2 * n颗糖果分 ...
分类:其他好文   时间:2020-06-25 17:22:33    阅读次数:54
Leetcode: 1434. Number of Ways to Wear Different Hats to Each Other
Descpition There are n people and 40 types of hats labeled from 1 to 40. Given a list of list of integers hats, where hats[i] is a list of all hats pr ...
分类:其他好文   时间:2020-06-25 13:58:26    阅读次数:56
HDU - 1260 Tickets
题目: Jesus, what a great movie! Thousands of people are rushing to the cinema. However, this is really a tuff time for Joe who sells the film tickets. ...
分类:其他好文   时间:2020-06-24 19:34:23    阅读次数:52
WPF—通过华视电子身份证识别仪读取身份证信息
1.源码 /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { int iPort; int iRetUSB = 0, iRetCOM = 0; static ...
分类:Windows程序   时间:2020-06-22 17:16:52    阅读次数:78
3-7.python函数的基础调用之None异常2
代码: #coding = utf-8 def people(age): if age>0: print("这是一个正常的人") print(get_name()) else: print("这是一个不正常的人") def get_name(): print("张三") people(10) 结果: ...
分类:编程语言   时间:2020-06-20 10:25:24    阅读次数:60
assertpy
类型判断 assert_that(’’).is_not_none()#不是nullassert_that(’’).is_empty()#是空assert_that(’’).is_false()#是falseassert_that(’’).is_type_of(str)#是str的类型assert_t ...
分类:其他好文   时间:2020-06-18 13:26:20    阅读次数:48
Spring框架
Spring框架 1、学习地址 学习文档 官方学习文档 官方下载地址 下载地址 Github Github 2、Spring基本介绍 起源 作者 Rod Johnson,为了解决企业应用开发的复杂性而创建的。 发展历程 2002年,首次推出了Spring框架的雏形,interface21 2004年 ...
分类:编程语言   时间:2020-06-14 19:01:57    阅读次数:64
mysql07 SQL约束
约束是一种限制,它是对表的行列做的限制,来确保数据的完整性和唯一性。 表的约束类型 主键 默认 唯一 外键 非空 关键字 primary key default unique foregin not null 一、主键约束(primary) (PRIMARY KEY)是用于约束表中的一行,作为这一行 ...
分类:数据库   时间:2020-06-14 10:38:12    阅读次数:68
数据智能的现在与未来
数据智能的现在与未来 https://www.msra.cn/zh-cn/news/executivebylines/tech-bylines-data-intelligent 张冬梅:跳远的诀窍与成功之道 https://www.msra.cn/zh-cn/news/people-stories/ ...
分类:其他好文   时间:2020-06-11 19:42:35    阅读次数:138
2934条   上一页 1 ... 6 7 8 9 10 ... 294 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!