代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/114554/15048107

c match.c

/* match.c - simple shell-style filename matcher ** ** Only does ? * and **, and multiple patterns separated by |. Returns 1 or 0. ** ** Copyright
www.eeworm.com/read/168436/5446852

asm pow10fxp.asm

* * * 2.4 kbps MELP Federal Standard speech coder * * version 1.2 * * Copyright (c) 1996, Texas Instruments, Inc. * * This Mixed Excitation Linear Prediction (MELP) speech coding algori
www.eeworm.com/read/162614/5521964

c p6610a.c

// { dg-do run } // prms-id: 6610 // There is a bug in vtable thunks with multiple/virtual inheritance. int fail = 1; struct B; struct A { virtual int f(const B*) = 0; int g(const B*); }; int A::g(c
www.eeworm.com/read/173816/9634396

m 2-26.m

B=char('This is a example.','The example has multiple rows.') % char函数示例 B = str2mat('您好!','这是一个示例。','由3行组成。') % str2mat函数示例 B = strvcat('您好!','这是一个示例。','','由3行组成。') % strvcat函数示例,含有“空串”
www.eeworm.com/read/134186/14002274

c misc.c

#include "common.h" int strncmp(char *p, char *q, int n) { while(n--) { if (*p++!=*q++) return 1; } return 0; } int strnlen(char *p,uint max) { uint l=0; while (*p++) l++
www.eeworm.com/read/101631/15823136

def wiz16.def

;module-definition file for WiZip-- used by link.exe NAME WiZ ; application's module name DESCRIPTION 'Windows Info-ZIP 4.0 by Info-ZIP, Mike White 1996' EXETYPE WINDOWS STUB
www.eeworm.com/read/100158/15881837

def wiz16.def

;module-definition file for WiZip-- used by link.exe NAME WiZ ; application's module name DESCRIPTION 'Windows Info-ZIP 4.0 by Info-ZIP, Mike White 1996' EXETYPE WINDOWS STUB