代码搜索:wrapper

找到约 10,000 项符合「wrapper」的源代码

代码结果 10,000
www.eeworm.com/read/438832/7725826

sh logging-wrapper.sh

#!/bin/bash # 通用的shell包装, #+ 执行一个操作, 然后把所作的操作写入到日志文件中. # 需要设置如下两个变量. OPERATION= # 可以是一个复杂的命令链, #+ 比如awk脚本或者一个管道 . . . LOGFILE= # 命令行参数, 不管怎么样, 操作一般都需要参数. (译者注: 这行解释的是下面的OP
www.eeworm.com/read/196900/8050289

h stream_wrapper.h

/* MeCab -- Yet Another Part-of-Speech and Morphological Analyzer $Id: stream_wrapper.h 1528 2006-08-07 02:39:50Z taku $; Copyright(C) 2001-2005 Taku Kudo Copyright(C) 2004
www.eeworm.com/read/195686/8135617

c to_frame_wrapper.c

/* * * --- THIS FILE GENERATED BY S-FUNCTION BUILDER: 3.0 --- * * This file is a wrapper S-function produced by the S-Function * Builder which only recognizes certain fields. Cha
www.eeworm.com/read/331966/12790980

gif bg_wrapper.gif

www.eeworm.com/read/329960/12923610

i wrapper_alphabet.i

typedef struct { int id; char* description; unsigned int size; char** symbols; } ghmm_alphabet; %extend ghmm_alphabet { ghmm_alphabet(size_t size, char* desc) { int len =
www.eeworm.com/read/329960/12923646

i wrapper_dseq.i

%{ #include #include %} /*========================================================================== ===== discrete sequences ===================================
www.eeworm.com/read/329960/12923659

i wrapper_xmlfile.i

%{ #include #include %} typedef struct { int noModels; int modelType; union { ghmm_cmodel** c; ghmm_dmodel** d; ghmm_d
www.eeworm.com/read/329960/12923663

i wrapper_dpseq.i

%{ #include %} /*========================================================================== ===== discrete pair sequences ============================================ */ typedef