上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 53 下一页

排序

摘要: 数据结构里学了好多排序的算法,现在来整理一下吧收集了几个排序算法的舞蹈,一起感受程序员的艺术吧插入排序:http://rrurl.cn/jgVFb1希尔排序:http://rrurl.cn/bk5ivP快速排序:http://rrurl.cn/sPoa91归并排序:http://rrurl.cn/bDwSo7下面贴几个简易的代码吧直接插入排序#include<stdio.h> #include<string.h> int main() { int i,j,n; int a[1000]; while(scanf("%d",&n)!=EOF) { 阅读全文
posted @ 2012-06-23 12:32 java课程设计例子 阅读(182) 评论(0) 推荐(0) 编辑

Best-paper awards from prestigious research conferences won by personnel from Microsoft Research (li

摘要: Best-Paper AwardsBest-paper awards from prestigious research conferences won by personnel from Microsoft Research (list established in April 2010).2012European Conference on Computer Systems 2012MadLINQ: Large-Scale Distributed Matrix Computation for the Cloud—Zhengping Qian, Microsoft Research Asia 阅读全文
posted @ 2012-06-23 12:09 java课程设计例子 阅读(210) 评论(0) 推荐(0) 编辑

Meet Jeff Jonas, the Latest IBM Fellow With No College Degree

摘要: Meet Jeff Jonas, the Latest IBM Fellow With No College Degree By David Strom / April 11, 2012 03:07 AM / 4 CommentsTweetinShare43Share on TumblrMore Sharing ServicesThis week, IBM announced its next group of IBM Fellows, seven of its employees who share, according to the press release, "a commi 阅读全文
posted @ 2012-06-23 11:03 java课程设计例子 阅读(223) 评论(0) 推荐(0) 编辑

Linux之父炮轰C++:糟糕程序员的垃圾语言

摘要: Linux之父炮轰C++:糟糕程序员的垃圾语言分类: LAMP 2007-09-07 03:24148582人阅读 评论(331)收藏举报【图灵图书推荐】Linux程序设计(第3版)众所期待的程序设计圣经【写在前面】此文贴出后,引起了大家的较多关注,是意料之中的事情。毕竟,C、C++、Linux之父,都是大家最最熟悉的东西。但是许多同学把精力放在纯粹语言优劣的争论上,就没有太大意思了。这场争论的主角之一,微软的Dmitry Kakurin有一句话非常正确:“这是一种信仰问题。因此,任何讲道理和争论都会无穷无尽,而且也毫无意义……”我想,正确的态度,应该是从高手们的争论中汲取营养,提高和深化自己 阅读全文
posted @ 2012-06-23 00:25 java课程设计例子 阅读(472) 评论(0) 推荐(1) 编辑

世界一流大学怎样培养程序员?

摘要: 世界一流大学怎样培养程序员?分类: 其他 2007-03-12 01:2114050人阅读 评论(11)收藏举报【图灵图书推荐】Andrew Appel赫赫有名的虎书负喧讲图灵鸡的一篇奇文最后提到了一本计算复杂性方面的新书,来自Princeton。顺藤摸瓜,还发现刚刚获得Sloan Fellowship的第二作者的老师写的一本同类书。又顺便看了看普林斯顿大学计算机系的课程。什么是世界一流大学,看看人家的课程,什么人在教,教什么,怎么教就知道了。普林斯顿计算机排名在全美并非最强,只在七八名的样子。但是在教授名单中,我们发现了两位图灵奖得主Robert Tarjan和退休后到清华的姚期智(姚先生在 阅读全文
posted @ 2012-06-23 00:23 java课程设计例子 阅读(194) 评论(0) 推荐(0) 编辑

On the Criteria To Be Used in Decomposing Systems into Modules

摘要: On the Criteria To Be Used in Decomposing Systems into ModulesD.L. ParnasCarnegie-Mellon UniversityReprinted from Communications of the ACM, Vol. 15, No. 12, December 1972 pp. 1053 - 1058 Copyright © 1972, Association for Computing Machinery Inc.This is a digitized copy derived from an ACM copy 阅读全文
posted @ 2012-06-23 00:18 java课程设计例子 阅读(199) 评论(0) 推荐(0) 编辑

Reflections on Trusting Trust

摘要: Reflections on Trusting TrustKen ThompsonReprinted from Communication of the ACM, Vol. 27, No. 8, August 1984, pp. 761-763. Copyright © 1984, Association for Computing Machinery, Inc. Also appears inACM Turing Award Lectures: The First Twenty Years 1965-1985 Copyright © 1987 by the ACM pre 阅读全文
posted @ 2012-06-23 00:16 java课程设计例子 阅读(206) 评论(0) 推荐(0) 编辑

A Laboratory For Teaching Object-Oriented Thinking

摘要: A Laboratory For Teaching Object-Oriented Thinking Kent Beck, Apple Computer, Inc.Ward Cunningham, Wyatt Software Services, Inc. From the OOPSLA'89 Conference Proceedings October 1-6, 1989, New Orleans, Louisiana And the special issue of SIGPLAN Notices Volume 24, Number 10, October 1989 Content 阅读全文
posted @ 2012-06-23 00:14 java课程设计例子 阅读(189) 评论(0) 推荐(0) 编辑

所有程序员都应该至少读上两遍的十篇论文

摘要: 所有程序员都应该至少读上两遍的十篇论文分类: 基础理论 2009-03-01 02:5722812人阅读 评论(19)收藏举报by 图灵刘江(http://blog.csdn.net/turingbook)【图灵新书推荐】C#与.NET 3.5高级程序设计(第4版)(C#圣经重临),jQuery实战(最佳jQuery著作)今天(噢,应该是昨天了)图灵在北京搞了一次Ajax群英会,盛况空前。(会议实况下周整理一下,贴过来吧。)其间《Erlang程序设计》的赵东炜说到读论文的重要性。我还附和说,其实许多名家在讲治学的时候都会讲到,要读自己领域里最经典的和最重要的论文。很巧,刚才从Reddit上看到 阅读全文
posted @ 2012-06-23 00:07 java课程设计例子 阅读(174) 评论(0) 推荐(0) 编辑

最小生成树

摘要: POJ-1287-Networkinghttp://poj.org/problem?id=1287赤裸裸的最小生成树最小生成树也称最小代价树,即各边的代价之和最小最小生成树可用Prim算法,也可用Kruskal算法Prim算法是基于顶点来实现最小生成树,Kruskal算法是基于边来实现最小生成树Prim算法:#include<stdio.h> #include<string.h> #include<stdlib.h> #define maxvalue 0x7fffffff int map[105][105]; int n; int prim() { int 阅读全文
posted @ 2012-06-21 17:21 java课程设计例子 阅读(290) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 53 下一页