# 导入相关库并初始化pygameimport pygame,sys,osfrom pygame import *pygame.init()# 窗口居中显示os.environ['SDL_VIDEO_WINDOW_POS'] = '%d,%d'%(50,50)# 设置游戏窗口、颜色和标题canvas ...
分类:
其他好文 时间:
2019-11-15 12:17:22
阅读次数:
178
Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string "". Exampl ...
分类:
其他好文 时间:
2019-11-13 00:54:18
阅读次数:
88
Directions: One of your foreign friends plans to go sightseeing in China. Write an email to recommend a place. 经典范文 Dear Neo, I hear that you are plan ...
分类:
其他好文 时间:
2019-11-11 18:28:41
阅读次数:
178
1. 具体题目 给定一个字符串,验证它是否是回文串,只考虑字母和数字字符,可以忽略字母的大小写。说明:本题中,我们将空字符串定义为有效的回文串。 示例 1: 输入: "A man, a plan, a canal: Panama" 输出: true 示例 2: 输入: "race a car" 输出 ...
分类:
编程语言 时间:
2019-11-10 11:40:50
阅读次数:
82
Given an integer matrix, find the length of the longest increasing path. From each cell, you can either move to four directions: left, right, up or do ...
分类:
其他好文 时间:
2019-11-07 13:40:29
阅读次数:
75
求数组的局部峰值。给一个数组,数组满足条件nums[i] ≠ nums[i+1],求数组峰值的下标。例子 Example 1: Example 2: 思路是用二分法,因为题目要求时间复杂度是log级别。 时间O(logn) 空间O(1) ...
分类:
其他好文 时间:
2019-11-04 13:51:26
阅读次数:
77
Given a string, find the length of the longest substring without repeating characters. Example 1: Input: "abcabcbb" Output: 3 Explanation: The answer ...
分类:
其他好文 时间:
2019-11-03 13:00:36
阅读次数:
90
链接 https://github.com/zyh19990113/live project 团队分工(2 5分) | 组员 | 分工 | |: :|: :| | 李昕晖 王怀骋 陈超星 | 1、分别测评出福州人均消费50以下,50 100、100 200、200以上最佳(性价比最高)的前五家美食餐 ...
分类:
其他好文 时间:
2019-11-02 22:10:30
阅读次数:
124
"组长博客链接" 1.团队分工 | 团队成员 | 分工明细 | | | | | 王耀鑫|博客撰写,数据处理| |陈志荣| 前端界面,前端功能实现| |陈超颖| 前端界面,前端功能实现| |沈梓耀| 前端界面,前端功能实现| |林明镇| 数据处理| |滕佳|前端界面,前端功能实现 | |何佳琳| 前端 ...
分类:
其他好文 时间:
2019-11-02 22:08:07
阅读次数:
83
一、组员职责分工 算法:庄锡荣,林鑫灿 UI:许煌标,蔡峰,林晓锋,陈珊珊,侯雅倩,吴珂雨 博客:陈珊珊,王钟贤 二、github提交日志 三、程序运行截图 运行中爬取到的部分信息 数据库中的部分信息 程序部分代码 配置模块 主要模块 接口模块 四、程序运行环境 python ...
分类:
其他好文 时间:
2019-11-02 22:01:18
阅读次数:
128