上一页 1 2 3 4 5 6 7 8 9 ··· 63 下一页
摘要: WebGL is a Web-based Graphics Library. It extends the capability of the JavaScript programming language to allow it to generate interactive 3D graphics within any compatible web browser. WebGL is a context of the canvas HTML element that provides a 3D computer graphics API without the use of plug-in 阅读全文
posted @ 2011-04-10 18:13 能巴 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 摘自coolshell想在Visual Studio 2010下编写Python吗?那么,向你介绍这个微软官方的插件Python Tools for Visual Studio。你还可以在VS中调试你的Python代码。挺不错的。 在VS里开发Python,那么就可以使用Eclipse编写Android程序,这里有一篇教程教你 -Get Started Developing For Android With Eclipse, Reloaded 说到了Android,必然要提一提iOS。想学iOS编程吗?这里有一篇教程很不错,如果你是一个什么也不懂的初学者,你不妨看看这篇文章“Build iO. 阅读全文
posted @ 2011-04-10 16:57 能巴 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 摘自coolshell以前向大家介绍过《一些重要的算法》和《算法和数据结构词典》,不过,你知道有些什么样比较奇怪的数据结构吗?wikipedia上的这个词条可以让你看看各种不同的数据结构。比如:Skip lists,Bloom filters,或是什么Dancing links。你也许会像一个以“如何学好C++”中的朋友们所说的,不削于这种所谓的“奇技淫巧”,甚至觉得这太根本不实用。其实,这些东西还是有用的,至少对你开阔思路,活动编程思维能力很有意义。 本站的关于排序的文章有很多,对于排序算法来说,其受到要排序的个数和数据的杂乱程度的影响,我们知道比较稳定的排序算法是快速排序和归并排序,归并. 阅读全文
posted @ 2011-04-10 16:54 能巴 阅读(238) 评论(0) 推荐(0) 编辑
摘要: In order to support more flexible and powerful message box, MS provides task dialog API (A task dialog is similar to, while much more flexible than, a basic message box), by which we can create customized dialog box by configuration. So in practice, before writing your own, please give it a try whe. 阅读全文
posted @ 2011-04-08 14:52 能巴 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 参考维基百科0. 一些基本概念--(体会)空间换时间是进一步提高算法速度的最终方法,比如希尔排序和基数排序就是通过占用额外空间来获得比快速排序更快的速度。当然,空间换不换的到时间,也是要看你写的算法的水平的。--best, worst and average cases. In computer science, best, worst and average cases of a given algorithm express what the resource usage is at least, at most and on average, respectively. Usually 阅读全文
posted @ 2011-04-08 11:39 能巴 阅读(1572) 评论(0) 推荐(0) 编辑
摘要: 开源软件许可协议简介 来源: 外刊IT评论发布时间: 2011-04-06 11:26阅读: 177 次原文链接 全屏阅读 [收藏] 编辑点评:本文将为您做开源软件协议的简单介绍。 很多软件开发者和设计者都有将自己的软件作品以开源的形式公之于众的想法。他们希望其他人也可以分享自己的作品,使用自己的作品。开 源社区之所以能蓬勃发展就是因为人们有这样的愿望。开源软件如此的丰富,任何你能想到的应用领域里都能找到它们的身影。 大部分的设计人员都已经把使用开源软件和开源代码作为日常工作不可缺少的一部分了(WordPress, Drupal 和许多其它的内容管理系统都是开源软件)。 但是很多的软件作者和设 阅读全文
posted @ 2011-04-07 22:45 能巴 阅读(278) 评论(0) 推荐(0) 编辑
摘要: Unusual memory bit patterns Software development is an intellectual challenge. Sometimes the process is interrupted by software failures and/or crashes. A lot of the time the reason for the failure is self evident and easily fixable. However the reason for some crashes is less obvious and often the 阅读全文
posted @ 2011-04-07 10:37 能巴 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 1.Every matrix M is associated with a coordinate system. This coordinate system has origin (t0, t1, t2) and vectors (a00,a110,a20), (a01,a11,a21), and (a02,a12,a22) as axes. Matrix M maps the standard coordinate system to the coordinate system with the origin (0, 0, 0) and axes (1, 0, 0), (0, 1, 0). 阅读全文
posted @ 2011-03-31 18:08 能巴 阅读(2959) 评论(1) 推荐(0) 编辑
摘要: 不要找借口。这一条路走下来并不容易,不要给自己找借口。我最不喜欢听到的就是“很忙,没有时间”这样的借口。 我以前在银行做项目,早9点到晚10点,周一到周六,我一样可以每天抽1个小时来看书和专研,一年下来也能精读5、6本书。我现在的工作项目和招聘任务很 紧张,刚生的小孩只有自己和老婆两人带,还需要准备讲课,但是我还是能够找到时间看文章写文章维护酷壳。所以,我可以告诉你,“时间就像乳沟,只要你肯 挤,就一定会有”。 学好C语言和系统编程。我认为,学好编程有四个方面:语言、算法和数据结构、系统调用和设计。 语言。我可以告诉你C语言有两大主题你要好好学,一个是内存管理,一个是指针!这个世界上90%以上 阅读全文
posted @ 2011-03-30 21:50 能巴 阅读(291) 评论(0) 推荐(1) 编辑
摘要: 现在在做一个addin的项目。本来只是一个比较简单的玩意,一个新feature的需求使得我有机会搞了一点interprocess的code。虽然coding的复杂度并不大,不过的确加深了关于interprocess sync的理解。note it down。需求:这个addin涉及的application包括两个。原来的行为是:每一次从一个app(app1)通过addin调用另一个application(app2)来完成一部分工作时,都是启动一个新的进程instance,用户抱怨启动速度太慢,并且希望可以reuse已经打开了的app2。但是,在app2中的工作完成之前(return to ap 阅读全文
posted @ 2011-03-29 14:10 能巴 阅读(190) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 63 下一页