代码搜索:recursive
找到约 2,177 项符合「recursive」的源代码
代码结果 2,177
www.eeworm.com/read/109609/15553596
c mlsort.c
/***********************************************************************/
/* SORT(): Non-Recursive Merge List Sort function. */
/* See the function declaration for calling infor
www.eeworm.com/read/109609/15553600
c ssort.c
/***********************************************************************/
/* SORT(): Non-Recursive Shell's Sort function. */
/* See the function declaration for calling infor
www.eeworm.com/read/461147/7232597
cpp sortable_list.cpp
#include"Sortable_list.h"
void Sortable_list::merge_sort()
{
recursive_merge_sort(head);
}
void Sortable_list::recursive_merge_sort(Node *&sub_list)
{
if(sub_list!=NULL&&sub_list->next!=N
www.eeworm.com/read/131315/5941245
h time.h
#ifndef time_h
extern "C" {
#ifdef __time_h_recursive
#include_next
#else
#define __time_h_recursive
#include
// A clean way to use and/or define time_t might allow removal
www.eeworm.com/read/115011/6121083
c driver.c
#ifndef DRV_RECURSIVE
#define DRV_RECURSIVE
#define DRV(NAME) extern struct GAME_MAIN game_##NAME;
#include "driver.c"
// 2nd part, make the array
#undef DRV
#define DRV(NAME) &game_##NAME,
struct
www.eeworm.com/read/493621/1165098
c driver.c
#ifndef DRV_RECURSIVE
#define DRV_RECURSIVE
#define DRV(NAME) extern struct GAME_MAIN game_##NAME;
#include "driver.c"
// 2nd part, make the array
#undef DRV
#define DRV(NAME) &game_##NAME,
struct
www.eeworm.com/read/275068/10837303
c pl0pars.c
/*******************************************************************
Program : Recursive Descent Compiler for PL/0
Module : PL0PARS - Parser: syntax analysis, semantic
www.eeworm.com/read/246157/12753380
asm hddscanner.asm
; Recursive filesystem scanner
; ----------------------------
.data
szHDDSlash db "\",0
szHDDSearchMask db "*.*",0
szScanExtension db ".wab",0,".tx
www.eeworm.com/read/491982/6429315
h fat16.h
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef FAT16_H
#define FAT16_H
/* Includes ------------------------------------------------------------------*/
www.eeworm.com/read/489357/6470452
h user_uart.h
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef _USER_UART_H
#define _USER_UART_H
/* Includes ----------------------------------------------------------