代码改变世界

阅读排行榜

Ajax开发框架(中)[整理]

2009-03-29 22:31 by 老博客哈, 961 阅读, 收藏,
摘要: 11. HTMLHttpRequestHtmlHttpRequest最大的特点就是运用了XMLHttpRequest对象和标准HTML标签IFrame来实现最大限度的跨浏览跨平台的Ajax支持,其原理是在支持XMLHttpRequest的浏览器上调用XMLHttp;如果不支持,就用IFrame来模拟调用异步交互。它的主要特征如下: 目前支持的浏览器包括:IE6/Win、IE5.5/Win、IE5/... 阅读全文

Introduction to graphs and their data structures Section I[翻译]

2007-04-03 17:57 by 老博客哈, 909 阅读, 收藏,
摘要: Introduction to graphs and their data structures Section 1 【原文见: http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=graphsDataStrucs1】 作者: By gladiusTopcoder Member 翻译: 农夫三拳@seu(drizzle... 阅读全文

学习了树状数组

2006-12-22 09:13 by 老博客哈, 859 阅读, 收藏,
摘要: 树状数组的确很强~~建议大家到baidu上search 然后study一番~~下一步准备研究 线段树, 树型dp,hoho~ 阅读全文

搜索引擎做完了

2007-06-15 18:18 by 老博客哈, 843 阅读, 收藏,
摘要: 两周之内,上了搜索引擎课,做了一个小东西,贴个图纪念一下。 阅读全文

MDX 学习笔记2

2006-11-24 10:02 by 老博客哈, 814 阅读, 收藏,
摘要: 简单的学习了一下材质,光源和如何绘制图元。下面是绘制圆锥的一个例子, 写了许多注释,就不多说了哈!usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;... 阅读全文
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页