代码搜索:wrapper

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

代码结果 10,000
www.eeworm.com/read/135680/13910508

c wrapper.c

/****************************************************************************** File Name : wrapper.c Description : The file contain the standard test interface wrapper, and some ge
www.eeworm.com/read/204426/15339918

c wrapper.c

/* * Copyright (C) 2003-2005 Pontus Fuchs, Giridhar Pemmasani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as
www.eeworm.com/read/111741/15504405

class wrapper.class

www.eeworm.com/read/109477/15556255

h wrapper.h

#ifndef _WRAPPER_H_ #define _WRAPPER_H_ #define mem_map_reserve(p) set_bit(PG_reserved, &((p)->flags)) #define mem_map_unreserve(p) clear_bit(PG_reserved, &((p)->flags)) #endif /* _WRAPPER_H_ */
www.eeworm.com/read/104998/15680123

c wrapper.c

/* -*-Mode: C;-*- */ /*********************************************************************** * * wrapper.c * * C wrapper designed to run SUID root for controlling PPPoE connections. * * Copy
www.eeworm.com/read/431114/8709094

cpp python_wrapper.cpp

#include #include "sim_time.hpp" using namespace boost::python; BOOST_PYTHON_MODULE(sim_time) { class_("SimTime",init()) .def("setTimeInSeconds"
www.eeworm.com/read/285107/8868156

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/285107/8868706

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/186398/8934647

c expandpnseq_wrapper.c

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

wrp zchaff_wrapper.wrp

// ********************************************************************* // Copyright 2000-2004, Princeton University. All rights reserved. // By using this software the USER indicates that he or she