代码搜索结果
找到约 10,000 项符合
Q 的代码
q.dsp
# Microsoft Developer Studio Project File - Name="q" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console
q.h
main()
{
printf("hello world!");
}
q.plg
Build Log
--------------------Configuration: q - Win32 Debug--------------------
Command Lines
Results
q.exe - 0 error(s), 0 wa
q.txt
函数名: qsort
功 能: 使用快速排序例程进行排序
用 法: void qsort(void *base, int nelem, int width, int (*fcmp)());
程序例:
#include
#include
#include
int sort_function(