码迷,mamicode.com
首页 >  
搜索关键字:legal high    ( 2608个结果
Python學習筆記 第一課 Basic Information of Python
因學校習作需要而研究Python使用教材:Python3.4.1 Official Documentation - The Python Standard LibraryChapter 1Basic Information of Python1) Nature of Python: a high-l...
分类:编程语言   时间:2014-06-11 07:58:49    阅读次数:218
什么是集群
?? 计算机集群(cluster)指一些松散的计算机系统,通过告诉网络连接,协同工作。集群对用户来说就像单台计算机系统,只不过是有更高的性能和更高的可靠性。集群中的每台计算机叫做节点。 常见集群类型 高性能计算(HPC, high performance computing) 主要用于科学计算,多用于科研领域,一般的商业领域较少用到该类集群。最开始出现的集群就是为了高性能计算设计的...
分类:其他好文   时间:2014-06-09 23:20:09    阅读次数:300
个人vim配置文件
acm菜鸡必备 1 runtime! debian.vim 2 if has("syntax") 3 syntax on 4 endif 5 if filereadable("/etc/vim/vimrc.local") 6 source /etc/vim/vimrc.local 7 endif 8 "syntax high light 9 synta...
分类:其他好文   时间:2014-06-08 09:45:09    阅读次数:286
php二分查找
$val){ $high = $mid -1; }else { $low = $mid+1; } } return "not found";}$array = array(1,2,3,34,534,754,823,9...
分类:Web程序   时间:2014-06-07 20:59:25    阅读次数:340
拓扑排序 --- 判断是否有回路
Legal or NotTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3823Accepted Submission(s): 1738Proble...
分类:其他好文   时间:2014-06-07 04:14:50    阅读次数:270
Cheatsheet: 2014 05.01 ~ 05.31
Web Choosing a Web Framework/Language Combo for the Next Decade Optimizing NGINX and PHP-fpm for high traffic sites The Absolute Beginner’s Guide to N...
分类:其他好文   时间:2014-06-06 09:53:04    阅读次数:245
play framework HelloWorld
play framework的官网对play framework的描述是The High Velocity Web FrameWork For Java and Scala。翻译过来大概就是说play framework是java和scala语言的快速开发web框架。使用Play FrameWo.....
分类:其他好文   时间:2014-06-05 15:08:03    阅读次数:236
MySQL集群核心概念
MySQL Cluster Core Concepts NDBCLUSTER (also known as NDB) is an in-memory storage engine offering high-availability and data-persistence features. NDBCLUSTER(也叫做NDB)是一种提供了高可用性和数据持久性特征的内存式存储引擎。...
分类:数据库   时间:2014-06-03 05:51:53    阅读次数:469
HDU - 4813 Hard Code (长春赛区水题)
Description Some strange code is sent to Da Shan High School. It's said to be the prophet's note. The note is extremely hard to understand. However, Professor Meng is so smart that he successfully ...
分类:其他好文   时间:2014-06-01 09:18:38    阅读次数:246
快速排序算法
快排,从小到大排序 1 void quicksort(int a[],int low,int high) 2 { 3 int i=low; 4 int j=high; 5 int temp=a[i]; 6 if(i=temp&&i<j) j--; ...
分类:其他好文   时间:2014-05-30 08:03:25    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!