网址:http://zju.acmclub.com/index.php?app=problem_title&id=1&problem_id=1325 #include<stdio.h>
#include<string.h>
#include<malloc.h>
typedef struct node
{
char data[100];
原创
2014-04-25 10:54:39
343阅读

原创
2021-07-08 15:39:08
3747阅读
大数据 TB 级以上. 目前关系型数据库支持百万级数据没有问题. 大数据的主要目的和流程: 透过大量的数据, 分析出数据模型进而指导业务. 从目的看, 主要有以下流程: 首先将数据收集 -> 大数据(高可用存储) -> 研究数据(数据分析的计算能力) -> 展示结果 大数据的基本生态 : goo
转载
2020-02-13 15:08:00
137阅读
2评论
Big NumberTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2lem DescriptionIn many appli
Big Number
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Big NumberTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2674ny applications ve
Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)Total Submission(s) : 34 Accepted Submission(s) : 24Problem DescriptionA
转载
2017-07-20 12:07:00
41阅读
2评论
我只想说水得一手好水。。。有必要隐藏这么深嘛。。。。Big ChocolateMohammad has recently visited Switzerland . As he loves his friends very much, he decided to buy some chocolate for them, but as this fine chocolate is
Pleasant sheep and big big wolf Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3316 Accepted Sub
转载
2018-11-14 22:05:00
62阅读
2评论
题意: 给定n*m个点的矩阵 0为空点。1为羊。2为狼 相邻点之间有一条路。 问要使得狼与羊不连通最少要去掉几条边 最小割 #include<stdio.h> #include<string.h> #include<iostream> #include<algorithm> #include<que
转载
2017-07-07 12:57:00
78阅读
2评论
Tcmalloc早有耳闻,没有进行过细节的了解,直到最近有同事在几个模块中使用,才领略到它的强大!场景:模块多线程并发处理输入数据,大量使用各种STL容器,运行内存30G。程序重启,导入历史后,处理速度变慢,数个...
转载
2014-09-26 10:46:00
12阅读
2评论
Big Water Problem
时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 131072K,其他语言262144K64bit IO Format: %lld
题目描述
给一个数列,会有多次询问,对于每一次询问,会有两种操作:
1:给定两个整数x, y, 然后在原数组的第x位置上加y;
2:给定两个整数l,r,然后输出数组从第l位加到第r位数字的和并换行
转载
2021-08-31 10:50:47
51阅读
Big Water Problem
时间限制:C/C++ 1秒,其他语言2秒空间限制:C/C++ 131072K,其他语言262144K64bit IO Format: %lld
题目描述
给一个数列,会有多次询问,对于每一次询问,会有两种操作:
1:给定两个整数x, y, 然后在原数组的第x位置上加y;
2:给定两个整数l,r,然后输出数组从第l位加到第r位数字的和并换行
转载
2021-08-31 10:51:03
60阅读
Description Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Computer College had ever bee
转载
2016-11-15 08:34:00
45阅读
2评论
macOS Big Sur
转载
2021-02-18 19:46:00
328阅读
2评论
#!/bin/bash#command usage descriptionfunction usage(){ echo -e "Usage:nt$0 DIR_NAME" ex
转载
2013-08-19 19:49:00
19阅读
2评论
HDU 3046 Pleasant sheep and big big wolf 题目链接 题意:一个n * m平面上,1是羊。2是狼,问最少要多少围墙才干把狼所有围住,每有到达羊的路径 思路:有羊和狼。要分成两个集合互不可达。显然的最小割。建图源点连狼,容量无穷,羊连汇点,容量无穷。然后相邻格子连
转载
2016-02-21 16:02:00
56阅读
2评论
 
原创
2021-07-08 14:33:42
107阅读
大数据的傲慢与偏见— 读后心得 数据模型研究者必看的书 原文链接: https://medium.com/@iven00000000/%E5%A4%A7%E6%95%B8%E6%93%9A%E7%9A%84%E5%82%B2%E6%85%A2%E8%88%87%E5%81%8F%E8%A6%8B-%
原创
2021-07-09 15:14:45
155阅读