- 博客(8)
- 收藏
- 关注
原创 python3+face++ 人脸识别程序
#face.py#上传图片进行识别# -*- coding: utf-8 -*-import urllib.requestimport urllib.errorimport timeescape_dict={'\a':r'\a','\b':r'\b','\c':r'\c','\f':r'\f','\n':r'\n','\r':r'\r','\t':r'\t','\v':r'\v','...
2018-11-15 09:00:24 1157
原创 POJ - 2195 Going Home
Going HomeTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 24600 Accepted: 12327DescriptionOn a grid map there are n little men and n houses. In each unit time, every little man can move one ...
2018-05-06 14:01:44 131
原创 POJ - 1087 A Plug for UNIX
A Plug for UNIXTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 18172 Accepted: 6295DescriptionYou are in charge of setting up the press room for the inaugural meeting of the United Nations I...
2018-05-06 13:55:06 166
原创 POJ - 3281 Dining
DiningTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 21265 Accepted: 9401DescriptionCows are such finicky eaters. Each cow has a preference for certain foods and drinks, and she will consum...
2018-05-05 22:41:52 202
原创 HDU - 1847 Good Luck in CET-4 Everybody!
Good Luck in CET-4 Everybody!Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 12263 Accepted Submission(s): 7956Problem Description大学英语四级考试就要来...
2018-05-04 20:46:31 128
原创 HDU - 1045 A - Fire Net
Fire NetTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 13947 Accepted Submission(s): 8524Problem DescriptionSuppose that we have a square ci...
2018-05-04 08:45:01 133
原创 UPC 5157 Treasure Map
5157: Treasure Map时间限制: 1 Sec 内存限制: 128 MB提交: 103 解决: 19[提交][状态][讨论版][命题人:admin]题目描述You have found a treasure map! The map leads you to several gold mines. The mines each produce gold each day, but ...
2018-04-29 10:22:28 190
原创 UPC 5123
取前三位构造的回文数,前三位+1构造的回文数,前三位-1构造的回文数中和原数绝对值差最小的就行了。如果差相同就输出最小的那个。#include <bits/stdc++.h>using namespace std; int main(){ int n; cin>>n; while (n--) { int k; ...
2018-04-25 08:39:59 140
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人