zoukankan
html css js c++ java
大二下每周总结
本周主要完成了:
1.云服务器的购买与配置
2.团队项目的重新讨论。
3.豆瓣电影的爬取。
4.python爬虫的系统学习。
查看全文
相关阅读:
UVALive 5966 Blade and Sword -- 搜索(中等题)
UVA 12380 Glimmr in Distress --DFS
【转】最长回文子串的O(n)的Manacher算法
UVA 12382 Grid of Lamps --贪心+优先队列
UVA 12377 Number Coding --DFS
高斯消元模板
图的全局最小割的Stoer-Wagner算法及例题
逻辑运算符短路特性的应用
为什么在 Java 中用 (low+high)>>>1 代替 (low+high)/2 或 (low+high)>>1 来计算平均值呢?好在哪里?
数据库读写分离和数据一致性的冲突
原文地址:https://www.cnblogs.com/fengchuiguobanxia/p/14912566.html
最新文章
SPOJ AMR10E Stocks Prediction --二分求和+矩阵快速幂
SPOJ AMR10I Dividing Stones --DFS
UVALive 6450 Social Advertising DFS解法
SGU 410 Galaxy in danger --贪心,想法题
UVALive 6255 Kingdoms --状态搜索
UVALive 6257 Chemist's vows --一道题的三种解法(模拟,DFS,DP)
UVALive 6264 Conservation --拓扑排序
UVALive 6263 The Dragon and the knights --统计,直线分平面
UVA 12730 Skyrk's Bar --期望问题
UVALive 5962 Strongly Connected Chemicals --最大独立集
热门文章
ZOJ 3232 It's not Floyd Algorithm --强连通分量+Floyd
Codeforces Round #258 E Devu and Flowers --容斥原理
ZOJ 3233 Lucky Number --容斥原理
Codeforces Round #258 D Count Good Substrings --计数
SPOJ AMR12A The Black Riders --二分+二分图最大匹配
UVA 11766 Racing Car Computer --DP
【转】离散化是什么?
Codeforces 13C Sequence --DP+离散化
【转】UVALive 5964 LCM Extreme --欧拉函数
UVA 12723 Dudu, the Possum --数学期望
Copyright © 2011-2022 走看看