代码搜索结果

找到约 10,000 项符合 Interface 的代码

zerocpy.tex

% % Experiments with zero-copy UDP transmission under Linux % Joris van Rantwijk, May 2001 % NIKHEF, Amsterdam % \documentclass[twoside,a4paper,11pt]{article} \usepackage[english]{babel} \usepacka

sdk_readme.txt

This sdk is very very alpha, so you are free to play around with it. If someone could translate the import unit into c, I would gladly receive it, so I can distribute it in next releases. What is i

indemo.java

package in; public interface InDemo { public void fun(); }

news

What is new in 2.6 - Improved read characteristics (asynchronous reads) - Support for aborting filesystem connection - POSIX file locking support - Request interruption support - Building mo

hello.idl

module HelloApp { interface Hello { string sayHello(); }; };

sdk_readme.txt

This sdk is very very alpha, so you are free to play around with it. If someone could translate the import unit into c, I would gladly receive it, so I can distribute it in next releases. What is i

readme

InterFace STATistics Ga雔 Roualland =============================================== * Introduction Ifstat is a little tool to report interface activity like vmstat/io

remote-ext.h

/* * Copyright (c) 2002 - 2003 * NetGroup, Politecnico di Torino (Italy) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are

logolistener.java

public interface LogoListener{ public void logoStop(); public void playLogo(); }

gamelistener.java

public interface GameListener{ public void gamePauseList(); public void gameStopList(); }