代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/101066/6256558
c qsort.c
/* qsort.c - qsort file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,01jul93,jmm fixed parameter order of quick_sort and insert
www.eeworm.com/read/492997/6403209
txt @psc_readme_1724_3.txt
Title: Multi-Sort1
Description: Merge Sort, Insertion Sort, Radix Sort, Heap Sort, Bucket Sort, Quick Sort and Counting Sort.
This file came from Planet-Source-Code.com...the home millions of lines
www.eeworm.com/read/156892/11755997
cpp qftp2.cpp
#include // Required for atoi()
#include "..\winsock.h" // Winsock header file
#define PROG_NAME "Quick FTP Version 2"
#define HOST_NAME "NIC.DDN.MIL" // FTP server host
www.eeworm.com/read/156892/11756264
cpp qftp1.cpp
#include // Required for atoi()
#include "..\winsock.h" // Winsock header file
#define PROG_NAME "Quick FTP Version 1"
#define HOST_NAME "NIC.DDN.MIL" // FTP server host
www.eeworm.com/read/124063/14595454
c sniffer_vxw.c
/*
* quick and dirty ethernet sniffer for vxworks
*/
#include "vxWorks.h"
#include "sys/types.h"
#include "ioLib.h"
#include "iosLib.h"
#include "fioLib.h"
#include "stdio.h"
#include "un
www.eeworm.com/read/121258/14764413
htm read.cgi-read=10313.htm
Re: quick view of files documents etc.
www.eeworm.com/read/11175/207661
asm crt0stub.asm
TITLE crt0stub - stub replacement for crt0*.* (QLib only)
;***
; crt0stub - stub replacement for crt0*.* (QLib only)
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
; Quick Libs need
www.eeworm.com/read/34867/1045741
c qsort.c
/* qsort.c - qsort file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,01jul93,jmm fixed parameter order of quick_sort and insert