码迷,mamicode.com
首页 >  
搜索关键字:computing    ( 560个结果
[leetcode] 241. Different Ways to Add Parentheses
Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. Th ...
分类:其他好文   时间:2016-04-17 16:00:19    阅读次数:145
第七周作业
阅读了(Association of Computing Machinery,简称 ACM)列出的《软件工程师道德实践准则》。因为是英文版本,阅读的不太顺畅。 印象最深的两个地方如下: To ensure, as much as possible, that their efforts will b ...
分类:其他好文   时间:2016-04-17 06:22:07    阅读次数:125
treap树---Double Queue
HDU 1908 Description The new founded Balkan Investment Group Bank (BIG-Bank) opened a new office in Bucharest, equipped with a modern computing enviro ...
分类:其他好文   时间:2016-04-12 22:17:34    阅读次数:191
UVA - 11927 Games Are Important (SG)
Description Games Are Important One of the primary hobbies (and research topics!) among Computing Science students at the University of Alberta is, of ...
分类:其他好文   时间:2016-04-09 12:03:24    阅读次数:246
VNC & LSF
VNC (Virtual Network Computing)是虚拟网络计算机的缩写。VNC 是一款优秀的远程控制工具软件, 由著名的 AT&T 的欧洲研究实验室开发的。VNC 是在基于 UNIX 和 Linux操作系统的免费的开源软件, 远程控制能力强大,高效实用,其性能可以和 Windows 或 ...
分类:其他好文   时间:2016-04-07 20:43:57    阅读次数:492
哪些 Python 库让你相见恨晚?
Canopy: Downloads - Enthought Scientific Computing Solutions一键安装python数据分析开发平台,预设核心科学分析库诸如:scipy, numpy,. pandas, matplotlib, Ipython等等。这个软件有免费版和几种不同的 ...
分类:编程语言   时间:2016-04-02 13:32:40    阅读次数:295
uva 1354 Mobile Computing ——yhx
因为数据范围并不大,所以可以枚举。 枚举的方法是枚举二叉树,之后计算每棵树的答案。 枚举的时候,每次选择两个没有父节点的节点连接,n-1次之后即得一棵二叉树。 计算的时候,分别计算两棵子树的宽,再结合本节点天平的宽。 有一个小技巧,由于计算时子程序要返回两个值(最左长度和最右长度),不能直接写成返回 ...
分类:其他好文   时间:2016-03-31 01:57:36    阅读次数:256
UVa 1354 Mobile Computing | GOJ 1320 不加修饰的天平问题
传送门1(UVa): https://uva.onlinejudge.org/external/13/1354.pdf 传送门2(GOJ): http://acm.gdufe.edu.cn/Problem/read/id/1320 题意: 长度限制 r (1 < r < 10), 给 n (1 <= ...
分类:其他好文   时间:2016-03-30 01:33:36    阅读次数:135
sjtu oj 1201. SuperXOR
Description Pangzi recently realized that bitwise XOR operation is just an addition without carries. For example, when computing (1001)_2 XOR (1101)_2
分类:其他好文   时间:2016-03-12 14:42:01    阅读次数:197
UVa 1354 Mobile Computing[暴力枚举]
**1354 Mobile Computing** There is a mysterious planet called Yaen, whose space is 2-dimensional. There are many beautiful stones on the planet, and t
分类:其他好文   时间:2016-03-11 00:57:32    阅读次数:359
560条   上一页 1 ... 31 32 33 34 35 ... 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!