码迷,mamicode.com
首页 >  
搜索关键字:languages    ( 469个结果
Codeforces Round #170 (Div. 2)---C. Learning Languages(并查集)
The “BerCorp” company has got n employees. These employees can use m approved official languages for the formal correspondence. The languages are numbered with integers from 1 to m. For each employee w...
分类:其他好文   时间:2015-04-03 15:30:55    阅读次数:135
The C languages merge
The C languages mergeThe C languages mergeFor immediate releaseCupertino, April 1, 2015The C languages mergeTo unite their growing communities and bet...
分类:其他好文   时间:2015-04-02 20:25:26    阅读次数:109
p7zip
linux下安装7z命令及7z命令的使用一、在线安装sudo apt-get install p7zip二、解压:7za x phpMyAdmin-3.3.8.1-all-languages.7z -r -o ./参数含义:x 代表解压缩文件,并且是按原始目录树解压(还有个参数 e 也是解压缩文件,...
分类:其他好文   时间:2015-04-01 17:13:28    阅读次数:98
安装phpmyadmin
必要条件安装mysql、nginx、php(省略),就像部署网页一样完整安装并启动。以下步骤就是同部署www、bbs、blog站点同一原理了。[root@kevin2~]#mkdir/data/html-p[root@kevin2~]#cd/home/kevin/tools/[root@kevin2tools]#unzipphpMyAdmin-4.3.13-all-languages.zip[root@kevin2..
分类:Web程序   时间:2015-03-31 01:12:34    阅读次数:190
Lamda 表达式(λ-calculus)学习(1)
(参考:《type and Programming Languages》)一、语法:t::= terms: x variable λx.t abstraction tt application λx.t可理解为:一个函数,以变量x为参数,返回termt。t是该抽象的body。(...
分类:其他好文   时间:2015-03-20 21:39:13    阅读次数:357
ECMAScript6 - Iterators and Generators
Iterators and GeneratorsIterators have been used in many programming languages as a way to more easily work with collections of data. In ECMAScript 6,...
分类:其他好文   时间:2015-03-17 17:39:04    阅读次数:144
CodeForces 277A Learning Languages (并查集)
CodeForces 277A Learning Languages (并查集)...
分类:其他好文   时间:2015-03-17 00:50:09    阅读次数:235
几道hash题
1: UVa 10887 - Concatenation of Languages map 可以做 ,但是输入实在恶心,有空串之类的HASH模板: int Hash(char *s){ int seed=131,sum=0; while (*s) sum=sum*seed+(*s++); retu....
分类:其他好文   时间:2015-03-16 22:40:16    阅读次数:127
优秀的JavaScript模块是怎样炼成的
引言:如今的JavaScript已经是Web上最流行的语言,没有之一。从Github上的语言排行榜https://github.com/languages上即可看出,也是如今最为活跃的开源社区。随着Node的加入,JavaScript开枝散叶进入服务器领域,为这个语言榜的占比,也贡献了几分热度。尽管...
分类:编程语言   时间:2015-03-16 00:53:56    阅读次数:322
CodeForces 277A Learning Languages 并查集
The “BerCorp” company has got n employees. These employees can use m approved official languages for the formal correspondence. The languages are numbered with integers from 1 to m. For each employee w...
分类:其他好文   时间:2015-03-13 23:51:13    阅读次数:447
469条   上一页 1 ... 35 36 37 38 39 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!