搜索资源列表
demo1
- Linux 2.6内核版本下的PCI字符驱动开发练习参考代码。-Linux 2.6 kernel version of PCI-driven development practice character reference code.
paoding-rose-demo1
- paoding-rose框架的简单例子。Rose 是由 人人网、糯米网 提供的、基于Servlet规范、Spring“规范”的开放源代码WEB开发框架。 -paoding-rose the framework of a simple example. Rose is the all network, network to provide rice-based Servlet specification, Spring " norms" of the open source de
demo1
- vc 在多文档客户区中增加位图底图演示程序 - 源代码-vc client area in a multi-document add bitmap base map demo- source code
Demo1
- 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。 这个算法的名字由来是因为越小的元素会经由交换慢慢“浮”到数列的顶端,故名。 由于冒泡排序简洁的特点,它通常被用来对于计算机程序设计入门的学生介绍算法的概念。 -Bubble sort (Bubble Sort), is a field of com