代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/424281/10467102
c linear_wrapper.c
typedef struct
{
gsl_function_fdf fdf_linear;
gsl_multimin_function_fdf *fdf;
/* fixed values */
const gsl_vector *x;
const gsl_vector *g;
const gsl_vector *p;
/* cached values, for x(a
www.eeworm.com/read/278507/10529599
c sctp_wrapper.c
#include "unp.h"
int
Sctp_recvmsg(int s, void *msg, size_t len,
struct sockaddr *from, socklen_t *fromlen,
struct sctp_sndrcvinfo *sinfo,
int *msg_flags)
{
int ret;
ret = sctp_re
www.eeworm.com/read/423392/10563247
doxygen driver_wrapper.doxygen
/**
\page driver_wrapper Driver wrapper implementation (driver.h, drivers.c)
All hardware and driver dependent functionality is in separate C files
that implement defined wrapper functions. Other par
www.eeworm.com/read/351829/10605058
test patch-wrapper.test
$ rm -rf d
$ mkdir -p d/somewhere
$ cd d
$ cat > foo.orig
< 1
<
< 3
<
< 5
$ sed -e 's/3/3a/' foo.orig > foo
$ diff -u foo.orig foo > foo.diff
$ mv foo.orig foo
$ patch-wrapper -s -p0 < foo.diff
$ qu
www.eeworm.com/read/349820/10798551
m albedo_wrapper.m
% ALBEDO_WRAPPER Simulink wrapper for ALBEDO.
%
% a = albedo_wrapper(sat, sun, param, redfac [, refllib])
%
% sat and sun are the vectors to the Earth and Sun in Earth Centered Earth
% Fixed coor
www.eeworm.com/read/272332/10962441
c scomdemohecgen_wrapper.c
/*
*
* --- THIS FILE GENERATED BY S-FUNCTION BUILDER: BASIC, 1.0 ---
*
* This file is a wrapper S-function produced by the S-Function
* Builder which only recognizes certain fields. C
www.eeworm.com/read/272332/10962499
c scomdemohecgen_wrapper.c
/*
*
* --- THIS FILE GENERATED BY S-FUNCTION BUILDER: BASIC, 1.0 ---
*
* This file is a wrapper S-function produced by the S-Function
* Builder which only recognizes certain fields. C
www.eeworm.com/read/416926/11009552
vhd wrapper_norm.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity wrapper_norm is
generic(
sh_reg_w :integer);
port(
clk: in std_logic;
nd