代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/457337/7327340
s wrap.s
/* SMDK2440 Linux Kernel Wrapper
*
* (c) 2004 Ben Dooks
*
* Based on original 2.4.20 port by Samsung
*/
.text
.global _entry
_entry:
b go @ jump to the main code
www.eeworm.com/read/442383/7653719
plg trackfaces.plg
Build Log
--------------------Configuration: TrackFaces - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\am
www.eeworm.com/read/437964/7738372
spec esvn.spec
Summary: Graphical frontend for subversion
Name: esvn
Version: 0.6.12
Release: 1
License: GPL
Group: Applications/Editors
URL: http://zoneit.free.fr/esvn/
Source: esvn-%{version}-%{release}.tar.gz
Pa
www.eeworm.com/read/168182/7813621
h calarm.h
// Machine generated IDispatch wrapper class(es) created with Add Class from Typelib Wizard
// CAlarm wrapper class
class CAlarm : public COleDispatchDriver
{
public:
CAlarm(){} // Calls
www.eeworm.com/read/199865/7816728
h sospatialrelation2.h
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your m
www.eeworm.com/read/199733/7826774
cc hello-system.cc
#include
component print_string
{
public:
inport const char* in(const char*);
};
const char* print_string::in(const char*s)
{
printf(s);
return s;
}
template compone