-
-
dwqdsort111.rar
... 二路归并、基数排序等等;
2)函数首部要求:void XXXXSort(char **list, int len, int n, int *c, int *s)
其中:
a) XXXXSort为排序函数名 ... 希尔排序ShellSort
堆排序HeapSort
折半插入BInsertSort
二路归并Merge2Sort
基数排序RadixSort
b) list为二维字符数组的头指针,该二维数组的规格为:char list[n][len] 每行用于存放一个字符串(最大长度为len-1), ...
-
ProcessLogger.zip
When you want to list the processes only created by the user instead of SYSTEM,Local SERVICE etc, you can use my code!
-
Dirlv2007.rar
DirLV Sample Populates List Control Similar to Explorer
-
Win32_Ping.zip
This a basic multi-threaded ping utility using a raw socket. Take a look at the screenshot for the feature list. This code is not 100% mine. It was adapted from code on the internet (Found in several places so not sure of the author). It has been modified ...
-
EZWVCcode.rar
介绍EZW编解码算法的全部代码,该源代码包含有6个文件:
EZW.H - EZW编码器头文件
EZW.C - EZW编码器文件
MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作
FIFO.H FIFO.C - 扫描方式定义:先入先出原则
LIST.H LIST.C - 零树结构定义和操作
UNEZW.C - EZW解码器
-
libshd.rar
SH_Object libSH的基类
SH_String String类
SH_Array 数据结构Array类
SH_Stack 数据结构Stack类
SH_Queue 数据结构Queue类
SH_List 数据结构List类
SH_Hash 数据结构Hash类
SH_Tree 数据结构Tree(AVL)类
SH_Lock 互斥Lock类
SH_Serial 串口类
SH_Socket 套接字类
SH_Tcp TCP ...
-
-
string_process.rar
... " by itself."
print sentence
printwordcount sentence
printwords sentence
printlength sentence
list
exit
得到如下结果:
The cat sat on the ...
sat
on
the
mat
by
itself.
Length is: 33
Identifier list (3):
one: "The cat"
two: "sat on the mat"
...
-
MRULength.rar
The sample demonstrate how to set document list length , The demo is from <<MFC anwser book>>
-
J2ME_study3.rar
J2ME高级用户界面的学习代码,在ktoolbar下运行,是学习J2ME的好助手.这里包括
List,MIDlet,MultiThread,NewThread,Spacer,StringItemApperance
-