- 博客(178)
- 收藏
- 关注
转载 word2vec两篇
http://blog.youkuaiyun.com/mytestmy/article/details/26961315《深度学习word2vec笔记之基础篇》http://blog.youkuaiyun.com/mytestmy/article/details/26969149《深度学习word2vec笔记之算法篇》转载于:https://www.cnblogs.com/clliff/p/852302...
2019-09-27 20:00:12
185
转载 在windows下简单配置Tensorflow
配置tensorflow之前先要装好AnacondaAnaconda下载地址:https://www.anaconda.com/download/在Windows上面装Tensorflow只支持Python3.5以上的版本配置步骤:1、在conda安装好之后,如果是在线安装,因为官方的镜像在境外,为了加快下载速度可以先将源改成国内的镜像,这里用的是清华的镜像,在命令中运行...
2019-09-27 20:00:11
205
转载 scikit-learn进行TFIDF处理
看到https://www.cnblogs.com/pinard/p/6693230.html的博客之后自己实践了一下第一种方法也就是CountVectorizer+TfidfTransformer的组合,代码在下面from sklearn.feature_extraction.text import TfidfTransformerfrom sklearn.featur...
2019-09-27 20:00:11
253
转载 ACDream 1408 "Money, Money, Money" (规律)
"Money, Money, Money"Special JudgeTime Limit:2000/1000MS (Java/Others)Memory Limit:128000/64000KB (Java/Others)SubmitStatisticNext ProblemProblem Description The government o...
2019-09-27 20:00:09
105
转载 关于Ubuntu环境下配置GLPK
最近要做卜东波老师线性规划的算法作业,要求用GLPK和Gurobi对结果进行验证本来想在Windows下安装GLPK的,但是貌似Windows下必须安装VS才能对GLPK进行编译,不想装VS......于是在虚拟机里面的Ubuntu配置GLPK一、安装网上有两种方法方法一:添加源然后更新源并安装,这种方法我试了一下,在添加源后再更新用sudo apt-get upd...
2019-09-27 20:00:09
1118
转载 NBUT 1454 Lux (求区间内的素数并求差值)
[1454] Lux时间限制: 2000 ms 内存限制: 65535 K问题描述Luxpretty good at the math. And she is thinking about the prime question.Luxwant to find the two adjacent primesC1andC2(L<=C...
2019-09-27 20:00:07
131
转载 ACDream 1213 Matrix Multiplication (01矩阵处理)
Matrix MultiplicationTime Limit:2000/1000MS (Java/Others)Memory Limit:128000/64000KB (Java/Others)SubmitStatisticNext ProblemProblem Description Let us consider undirected gra...
2019-09-27 20:00:07
105
转载 NBUT 1457 Sona (莫队算法)
[1457] Sona时间限制: 5000 ms 内存限制: 65535 K问题描述Sona,Maven of the Strings. Of cause, she can play the zither.Sonacan't speak but she can make fancy music. Her music can attack, hea...
2019-09-27 20:00:06
174
转载 NBUT 1455 Malphite (模拟水题)
[1455] Malphite时间限制: 1000 ms 内存限制: 65535 K问题描述Granite Shield(花岗岩护盾)-Malphiteis shielded by a layer of rock which absorbs damage up to 10% of his maximumHealth.IfMalphiteh...
2019-09-27 20:00:05
112
转载 NBUT 1449 Annie (模拟)
[1449] Annie时间限制: 1000 ms 内存限制: 65535 K问题描述Annieis akawaiiloliinLeague of Legends.High Councilor Kiersta Mandrakesaid thatAnniemay be one of the most powerful champions ever...
2019-09-27 20:00:04
137
转载 NBUT 1452 Ezreal (模拟水题)
[1452] Ezreal时间限制: 1000 ms 内存限制: 65535 K问题描述There are aLCD (Liquid Crystal Display)onEzreal's arm. TheLCDis composed ofliquid crystal, and theLCDis16lines and48rows.How...
2019-09-27 20:00:04
195
转载 NBUT 1451 Elise (暴力+并查集)
[1451] Elise时间限制: 1000 ms 内存限制: 65535 K问题描述Eliseisthe Spider Queen. She has a skill,Spider Form(蜘蛛形态).When she transformed to the spider, there will be some small spiders ar...
2019-09-27 20:00:02
291
转载 MBUT 1450 Blitzcrank (十六进制输入输出)
[1450] Blitzcrank时间限制: 1000 ms 内存限制: 65535 K问题描述Blitzcrankis a robot.There are some pretty goodregisters(寄存器)inBlitzcrank'sbody.There are some instructions aboutregister A...
2019-09-27 20:00:02
133
转载 2015 Multi-University Training Contest 9 1005
Arithmetic SequenceTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 779Accepted Submission(s): 349Problem DescriptionA sequenceb1...
2019-09-27 20:00:00
98
转载 NBUT 1456 Orianna (DP)
[1456] Orianna时间限制: 1000 ms 内存限制: 65535 K问题描述Oriannaisthe lady of clockworkthat fights inLeague of Legends. She fights with her ball.Today,Corin,Orianna's father builds a ...
2019-09-27 20:00:00
145
转载 HDU 4707 Pet(BFS)
PetTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1909Accepted Submission(s): 924Problem DescriptionOne day, Lin Ji wake up in t...
2019-09-27 19:59:58
95
转载 HDU 4708 Rotation Lock Puzzle (贪心+模拟)
Rotation Lock PuzzleTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1668Accepted Submission(s): 530Problem DescriptionAlice was f...
2019-09-27 19:59:58
120
转载 HDU 4715 Difference Between Primes (素数表+二分)
Difference Between PrimesTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2998Accepted Submission(s): 850Problem DescriptionAll yo...
2019-09-27 19:59:56
117
转载 HDU 4709 Herding
HerdingTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2186Accepted Submission(s): 628Problem DescriptionLittle John is herding h...
2019-09-27 19:59:56
101
转载 2015 Multi-University Training Contest 9 1007
Travelling Salesman ProblemTime Limit: 3000/1500 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 477Accepted Submission(s): 159Special JudgeProblem Descr...
2019-09-27 19:59:55
101
转载 HDU 4712 Hamming Distance (随机函数)
Hamming DistanceTime Limit: 6000/3000 MS (Java/Others)Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 1806Accepted Submission(s): 714Problem Description(From wikipedia...
2019-09-27 19:59:55
202
转载 NBUT 1225 NEW RDSP MODE I (规律+快速幂)
[1225] NEW RDSP MODE I时间限制: 1000 ms 内存限制: 131072 K问题描述Little A has became fascinated with the game Dota recently, but he is not a good player. In all the modes, the rdsp Mode...
2019-09-27 19:59:53
129
转载 UvA 12661 Funny Car Racing (最短路)
There is a funny car racing in a city with n junctions and m directed roads.The funny part is: each road is open and closed periodically. Each road is associate with twointegers (a; b), that mean...
2019-09-27 19:59:53
89
转载 UVA 12657 Boxes in a Line (双向链表)
You have n boxes in a line on the table numbered 1: : : n from left to right. Your task is to simulate 4kinds of commands: 1 X Y : move box X to the left to Y (ignore this if X is already the lef...
2019-09-27 19:59:51
80
转载 NBUT 1223 Friends number (打表)
[1223] Friends number时间限制: 1000 ms 内存限制: 131072 K问题描述Paula and Tai are couple. There are many stories between them. The day Paula left by airplane, Tai send one message...
2019-09-27 19:59:51
127
转载 HDU 2594 Simpsons’ Hidden Talents (KMP——前缀后缀最长公共串)
Simpsons’ Hidden TalentsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4521Accepted Submission(s): 1639Problem DescriptionHomer:...
2019-09-27 19:59:49
108
转载 HDU 3336 Count the string (KMP next数组运用——统计前缀出现次数)
Count the stringTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6375Accepted Submission(s): 2947Problem DescriptionIt is well kno...
2019-09-27 19:59:49
256
转载 2015 Multi-University Training Contest 7 1011(DP)
Mahjong treeTime Limit: 6000/3000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 828Accepted Submission(s): 258Problem DescriptionLittle sun is an art...
2019-09-27 19:59:48
100
转载 CodeForces 344B Simple Molecules
B. Simple Moleculestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputMad scientist Mike is busy carrying out...
2019-09-27 19:59:47
129
转载 CodeForces 344A Magnets
A. Magnetstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputMad scientist Mike entertains himself by arran...
2019-09-27 19:59:46
120
转载 CodeForces 344C Rational Resistance
C. Rational Resistancetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputMad scientist Mike is building a ti...
2019-09-27 19:59:46
144
转载 HDU 1358 && HDU 3746 && POJ 2406 最小循环节 (KMP)
PeriodTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4486Accepted Submission(s): 2164Problem DescriptionFor each prefix of a giv...
2019-09-27 19:59:44
139
转载 POJ 2752 Seek the Name, Seek the Fame (KMP的next函数运用)
Seek the Name, Seek the FameTime Limit:2000MSMemory Limit:65536KTotal Submissions:14188Accepted:7068DescriptionThe little cat is so famous, that many cou...
2019-09-27 19:59:44
124
转载 HDU 1686 Oulipo (KMP——统计模式串出现次数)
OulipoTime Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7384Accepted Submission(s): 2965Problem DescriptionThe French author George...
2019-09-27 19:59:42
101
转载 HDU 5336 The mook jong (DP)
The mook jongTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 217Accepted Submission(s): 160Problem Description
Borg MazeTime Limit:1000MSMemory Limit:65536KTotal Submissions:10428Accepted:3463DescriptionThe Borg is an immensely powerful race of enhanced humanoids ...
2019-09-27 19:59:40
115
转载 hdu 1711Number Sequence (KMP——输出模式串第一次出现位置)
Number SequenceTime Limit: 10000/5000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 15052Accepted Submission(s): 6597Problem DescriptionGiven two seq...
2019-09-27 19:59:40
172
转载 POJ 1258 Agri-Net (prim)
Agri-NetTime Limit:1000MSMemory Limit:10000KTotal Submissions:45047Accepted:18477DescriptionFarmer John has been elected mayor of his town! One of his ca...
2019-09-27 19:59:39
115
转载 POJ 2349 Arctic Network (最小生成树第K大(小)边)
Arctic NetworkTime Limit:2000MSMemory Limit:65536KTotal Submissions:13108Accepted:4256DescriptionThe Department of National Defence (DND) wishes to conne...
2019-09-27 19:59:39
115
转载 2015 Multi-University Training Contest 5 1007
MZL's simple problemTime Limit: 3000/1500 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 0Accepted Submission(s): 0Problem DescriptionA simple probl...
2019-09-27 19:59:37
90
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人