资源列表
linearsearch
- 二分搜索,又称为顺序搜索,由于元素比较的最大次数和序列大小呈线性,又称为线性搜索。-Binary search, also known as sequential search, the maximum number of elements and sequence comparison of the size of linear, also known as linear search.
digitalstain-DoubleArrayTrie-b5f4eb3
- this is all projgrems in the data
modified(3)
- all the programs that are defined here are correct
telephone-management
- c语言编写的电话簿管理系统,含可运行的程序,可参考《C语言程序设计案例精编》-c language phone book management system, including operable program, refer to " C Programming Language design case for fine"
src
- ding dikana dang dang dakana-ding ding dikana dang dang dakana
calendar
- C语言编写的万年历,包含可运行的文件,参考《C语言程序设计案例精编》-Calendar written in C language, run the file contains reference to " C Programming Language design case for fine"
cnpm
- using language C++ (OOP) using namespace std
Chuong_6_-_Clipboard
- cai thu 2 roi do con cho dm tui tq-cai thu 2 roi do con cho dm tui tq
Chuong_2_-_VisualC_MFC_
- ca thu 3 roi do ong noi
Byte-alignment
- 字节对齐 对于初学者了解计算机内部存储结构非常有帮助。-Byte alignment for beginners to understand the computer' s internal storage structure is very helpful.
kxpx
- 1.i =L j = R 将基准数挖出形成第一个坑a[i]。 2.j--由后向前找比它小的数,找到后挖出此数填前一个坑a[i]中。 3.i++由前向后找比它大的数,找到后也挖出此数填到前一个坑a[j]中。 4.再重复执行2,3二步,直到i==j,将基准数填入a[i]中。 -1. i = L j = R the reference number of the first pit excavated to form a [i]. 2. j- from back
jiaohuan
- 使用visual C++或使用VS2010均可以使用,使用VS需要重新建立,用于交换俩个数。-Using visual C++ or VS2010 can be used with VS need to re-establish, the number both for the exchange.