代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/251851/12314870
m scsb_wrapper.m
function [x_dot,x_reset] = scsb_wrapper(swfunc,x,u,p,use_reset,use_param,use_sd,controller_output,time)
% Description:
% SCSB wrapper function. This function calls the user-defined switching
%
www.eeworm.com/read/250043/12440888
java wrapper2.java
public class Wrapper2{
public static void main(String[] args){
int a=20;
Integer w=new Integer(10);
System.out.println(a+w.intValue());
int b=Integer.parseInt("123");
Syste
www.eeworm.com/read/250043/12441417
java wrapper1.java
public class Wrapper1{
public static void main(String[] args){
int a=7;
String b="123";
Integer w1=new Integer(a);
Integer w2=new Integer(b);
System.out.println(w1);
S
www.eeworm.com/read/224579/14582757
h pcm_wrapper.h
/* Copyright (C) 2005 Jean-Marc Valin */
/**
@file pcm_wrapper.h
@brief PCM encoding wrapped as a Speex mode
*/
/*
Redistribution and use in source and binary forms, with or without
modific
www.eeworm.com/read/224579/14582866
c pcm_wrapper.c
/* Copyright (C) 2005 Jean-Marc Valin */
/**
@file pcm_wrapper.c
@brief PCM encoding wrapped as a Speex mode
*/
/*
Redistribution and use in source and binary forms, with or without
modific
www.eeworm.com/read/123213/14642249
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/221931/14713900
c gb_wrapper.c
//#ifdef __MMI_GB__
#include "PixtelDataTypes.h"
#include "MMI_features.h"
#include "oslmemory.h"
#include "GlobalConstants.h"
#include "Eventsdef.h"
#include "Frameworkstruct.h"
#include "Even
www.eeworm.com/read/221931/14714023
h gb_wrapper.h
#ifndef __GB_WRAPPER_H__
#define __GB_WRAPPER_H__
extern void GBChangeInputModeForInputBox(int inputMethod);
extern void GBClearAllKeyHandler(void);
extern void GBInputMethodReset(void);
exte
www.eeworm.com/read/220278/14844847
c bsf_wrapper.c
/******************************************************************************
; Digital FIR Filter to perform Band Stop filtering
;
; Description; This code calls a Digital FIR Band-stop Filt
www.eeworm.com/read/220278/14844861
c lpf_wrapper.c
/******************************************************************************
; Digital FIR Filter to perform Low Pass filtering
;
; Description; This code calls a Digital FIR Low-pass Filter