- 博客(411)
- 资源 (3)
- 收藏
- 关注
原创 华为2023年研发实习生招聘
熟练掌握至少一种编程语言(C++/python等),熟悉linux环境, 具备扎实的编程基础和工程能力。具备良好的沟通能力, 富有责任心,积极上进,有较好的团队合作精神。具备良好的沟通能力, 富有责任心,积极上进,有较好的团队合作精神。解决产品实现过程中的技术难题,应用前沿软件技术提升产品竞争力,如分布式系统, 性能调优,可靠性等。深入理解行业发展趋势, 分析用户需求,完善基础功能,提升性能,解决实际应用中的难题。参与AI框架与算法,数据库开发, 性能工程等领域的架构设计与开发。
2023-03-15 11:28:45 558
原创 MindSpore深度学习框架研发实习生招聘
[工作职责]参与开发深度学习框架,构建高效率、易用性强的AI框架。 负责开发AI框架的新特性需求,完善AI框架的基础功能,提升性能。 负责调试深度学习网络,定位并解决AI框架在实际应用中的难题。 协助解决开源社区问题,共同建设AI开源生态。[应聘要求]海内外在校大学生,2023届应届毕业生优先。 计算机、软件工程、通信等相关专业。 熟悉掌握至少一种编程语言(C++/Python等),熟悉Linux环境,具备扎实的编程基础和工程实现能力。 具有积极的工作态度,良好的自我驱动能力,较好
2022-03-10 09:45:09 945
原创 spoj 220 Relevant Phrases of Annihilation(每个字符串至少出现两次且不重叠的最长子串)
Relevant Phrases of AnnihilationTime Limit: 9000MS Memory Limit: Unknown 64bit IO Format: %lld & %lluSubmit StatusDescriptionYou are the King of Byteland. You
2014-11-18 20:23:27 1087
原创 poj 3294 Life Forms(不小于k 个字符串中的最长子串)
Life FormsTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 9941 Accepted: 2740DescriptionYou may have wondered why most extraterrestrial life forms r
2014-11-18 20:15:47 1025
原创 poj 2774 Long Long Message(最长公共子串)
Long Long MessageTime Limit: 4000MS Memory Limit: 131072KTotal Submissions: 21724 Accepted: 8918Case Time Limit: 1000MSDescriptionThe little cat is majoring
2014-11-18 19:59:40 1055
原创 poj 2406 Power Strings(连续重复子串)
Power StringsTime Limit: 3000MS Memory Limit: 65536KTotal Submissions: 33469 Accepted: 13902DescriptionGiven two strings a and b we define a*b to be their concate
2014-11-18 19:46:23 851
原创 ural 1297 Palindrome(最长回文子串)
PalindromeTime Limit: 1000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64uSubmit StatusDescriptionThe “U.S. Robots” HQ has just received a rather alarmin
2014-11-18 19:04:32 796
原创 spoj 694 Distinct Substrings(不相同的子串的个数)
Distinct SubstringsTime Limit: 159MS Memory Limit: Unknown 64bit IO Format: %lld & %lluSubmit StatusDescriptionGiven a string, we need to find the total number of
2014-11-18 18:56:32 794
原创 poj 3261 Milk Patterns(可重叠的k 次最长重复子串)
Milk PatternsTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 10676 Accepted: 4792Case Time Limit: 2000MSDescriptionFarmer John has noticed that th
2014-11-18 18:42:39 696
原创 poj 1743 Musical Theme(不可重叠最长重复子串)
Musical ThemeTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 19435 Accepted: 6650DescriptionA musical melody is represented as a sequence of N (1<=N<=20
2014-11-18 18:31:23 805
原创 hnoi 2002 营业额统计(splay入门题)
1588: [HNOI2002]营业额统计Time Limit: 5 Sec Memory Limit: 162 MBSubmit: 8992 Solved: 2991[Submit][Status]Description营业额统计 Tiger最近被公司升任为营业部经理,他上任后接受公司交给的第一项任务便是统计并分析公司成立以来的营业情况。 Tiger拿出了
2014-11-16 22:27:10 691
转载 最小生成树计数(Kruskal+Matrix-Tree定理)
以下转载自:http://blog.csdn.net/jarily/article/details/8902402/* *算法引入: *给定一个含有N个结点M条边的无向图,求它最小生成树的个数t(G); * *算法思想: *抛开“最小”的限制不看,如果只要求求出所有生成树的个数,是可以利用Matrix-Tree定理解决的; *Matrix-Tree定理此定理利用图的Kirc
2014-11-15 23:46:59 1390
转载 生成树计数(Matrix-Tree定理)
以下转载自http://blog.csdn.net/jarily/article/details/8901363
2014-11-15 23:44:59 880
原创 poj 3155 Hard Life(最大密度子图)
Hard LifeTime Limit: 8000MS Memory Limit: 65536KTotal Submissions: 6908 Accepted: 1998Case Time Limit: 2000MS Special JudgeDescriptionJohn is a Chief
2014-11-12 20:00:30 917
原创 poj 1269(求两线段交点)
Intersecting LinesTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 11300 Accepted: 5106DescriptionWe all know that a pair of distinct points on a plane d
2014-11-06 23:35:21 808
转载 ACM计算几何题目推荐(转)
把下面的东东都看看,题目刷刷应该就差不多了吧哈。。哈哈。。其实也谈不上推荐,只是自己做过的题目而已,甚至有的题目尚未AC,让在挣扎中。之所以推荐计算几何题,是因为,本人感觉ACM各种算法中计算几何算是比较实际的算法,在很多领域有着重要的用途(例如本人的专业,GIS)。以后若有机会,我会补充、完善这个列表。计算几何题的特点与做题要领:1.大部分不会很难,少
2014-11-06 21:06:00 1057
原创 后缀数组模版
int s[maxn];int sa[maxn], t[maxn], t2[maxn], c[maxn], n, k;int rank[maxn], height[maxn];void build_sa(int n, int m){ int i, *x = t, *y = t2; for(i = 0; i < m; i++) c[i] = 0; for(i = 0;
2014-10-18 21:14:54 683
原创 hdu 3498 whosyourdaddy(重复覆盖+估价函数剪枝)
whosyourdaddyTime Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 1401 Accepted Submission(s): 699Problem Descriptionsevenzero liked
2014-10-04 22:52:04 902
原创 hdu 2828 Lamp(重复覆盖)
LampTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 846 Accepted Submission(s): 260Special JudgeProblem DescriptionThere are seve
2014-10-02 23:00:45 825
原创 hdu 3663 Power Stations(精确覆盖 Dancing Links 模版)
Power StationsTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1899 Accepted Submission(s): 514Special JudgeProblem DescriptionThe
2014-09-29 23:13:48 1065
原创 poj 3740 Easy Finding(Dancing Links 精确覆盖)
Easy FindingTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 16128 Accepted: 4321DescriptionGiven a M×N matrix A. Aij ∈ {0, 1} (0 ≤ i < M, 0 ≤ j < N), co
2014-09-29 16:20:51 858
原创 sgu 176 Flow construction(有源汇上下界最小流)
Flow constructionTime Limit: 500MS Memory Limit: 4096KB 64bit IO Format: %I64d & %I64u[Submit] [Go Back] [Status] Description176. Flow constructio
2014-09-12 22:15:50 1015
原创 ural 1750 Tree 2(树的直径 + 倍增)
Tree 2Time Limit: 1000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64u[Submit] [Go Back] [Status] DescriptionConsider a tree consisting of n verti
2014-08-27 00:48:17 805
原创 hdu 3555 Bomb(数位dp)
BombTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/65536 K (Java/Others)Total Submission(s): 7487 Accepted Submission(s): 2610Problem DescriptionThe counter-terrorists f
2014-08-16 19:20:10 788
原创 fzu 2082 过路费(树链剖分,询问两点距离)
Problem 2082 过路费 Accept: 158 Submit: 630Time Limit: 1000 mSec Memory Limit : 32768 KB Problem Description有n座城市,由n-1条路相连通,使得任意两座城市之间可达。每条路有过路费,要交过路费才能通过。每条路的过路费经常会更新,现问你,当前情况下,从城市a到城市b最
2014-08-12 21:59:32 705
原创 spoj 375 Query on a tree(树链剖分模版)
Query on a treeTime Limit: 5000MS Memory Limit: Unknown 64bit IO Format: %lld & %llu[Submit] [Go Back] [Status] DescriptionYou are given a tree (an ac
2014-08-12 20:54:18 769
原创 zoj 2243 Binary Search Heap Construction(笛卡尔树)
Binary Search Heap ConstructionTime Limit: 5 Seconds Memory Limit: 32768 KB Read the statement of problem G for the definitions concerning trees. In the following we define the basic te
2014-08-11 01:18:46 687
原创 poj 2318 TOYS(叉积+二分)
TOYSTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 10292 Accepted: 4934DescriptionCalculate the number of toys that land in each bin of a partitioned toy
2014-08-05 16:17:32 664
原创 hdu 1724 Ellipse(Simpson积分法)
EllipseTime Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1152 Accepted Submission(s): 435Problem DescriptionMath is important!! Man
2014-08-04 20:49:29 809
原创 hdu 4333 Revolving Digits(扩展kmp)
Revolving DigitsTime Limit: 3000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 1969 Accepted Submission(s): 565Problem DescriptionOne day Silenc
2014-08-03 18:26:41 657
原创 hdu 3068 最长回文
最长回文Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7868 Accepted Submission(s): 2691Problem Description给出一个只由小写英文字符a,b,c...y,z组成
2014-08-02 23:53:29 689
原创 hdu 2609 How many(字符串的最小表示法)
How manyTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1313 Accepted Submission(s): 514Problem DescriptionGive you n ( n How m
2014-08-02 20:38:52 707
原创 poj 2019 Cornfields(二维RMQ)
CornfieldsTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 5310 Accepted: 2613DescriptionFJ has decided to grow his own corn hybrid in order to help the co
2014-07-28 20:32:01 675
转载 C++大数模版(转载)
#include #include #include #include using namespace std; #define MAXN 9999#define MAXSIZE 10#define DLEN 4class BigNum{ private: int a[500]; //可以控制大数的位数 int len; //大数长度public
2014-07-25 19:37:58 637
原创 zoj 3329 One Person Game(概率dp,期望)
One Person GameTime Limit: 1 Second Memory Limit: 32768 KB Special Judge There is a very simple and interesting one-person game. You have 3 dice, namelyDie1, Die2 and Die3. Die1
2014-07-19 16:10:46 895
原创 hdu 4405 Aeroplane chess(概率dp)
Aeroplane chessTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1212 Accepted Submission(s): 825Problem DescriptionHzz loves aerop
2014-07-14 21:56:55 810
原创 poj 3744 Scout YYF I(矩阵快速幂+概率dp)
Scout YYF ITime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 4569 Accepted: 1195DescriptionYYF is a couragous scout. Now he is on a dangerous mission whic
2014-07-14 20:00:41 763
原创 poj 2923 Relocation(状态压缩+01背包)
RelocationTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 1846 Accepted: 763DescriptionEmma and Eric are moving to their new house they bought after ret
2014-07-12 18:37:59 933
原创 zoj 2676 Network Wars(01分数规划+最小割)
Network WarsTime Limit: 5 Seconds Memory Limit: 32768 KB Special Judge Network of Byteland consists of n servers, connected by m optical cables. Each cable connects two servers and
2014-05-01 10:22:31 1021
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人