代码搜索:Interfacing
找到约 700 项符合「Interfacing」的源代码
代码结果 700
www.eeworm.com/read/335984/12485132
mac c16.mac
; NASM macro set to make interfacing to 16-bit programs easier -*- nasm -*-
%imacro proc 1 ; begin a procedure definition
%push proc
global %1
%1: push bp
mov bp,sp
%if
www.eeworm.com/read/335147/12549342
h ll_api.h
/** @file low_level.h
*
* Register handler. This file contains routines used when interfacing the nRF24Z1 with the slave
* and master interfaces.
*
* @author Runar Kjellhaug
*
* @compile
www.eeworm.com/read/100359/15876242
mac c16.mac
; NASM macro set to make interfacing to 16-bit programs easier -*- nasm -*-
%imacro proc 1 ; begin a procedure definition
%push proc
global %1
%1: push bp
mov bp,sp
%if
www.eeworm.com/read/429790/8788634
c bsio.c
// bsio.c: Source file for interfacing with the GP4020 BSIO serial
// (SPI) interface.
// Copyright (C) 2005 Frank Mathew
// Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 (
www.eeworm.com/read/197606/7984647
asm sub6.asm
;
; file: sub6.asm
; Subprogram to C interfacing example
; subroutine _calc_sum
; finds the sum of the integers 1 through n
; Parameters:
; n - what to sum up to (at [ebp + 8])
; Return value:
www.eeworm.com/read/398147/8002193
asm sub6.asm
;
; file: sub6.asm
; Subprogram to C interfacing example
; subroutine calc_sum
; finds the sum of the integers 1 through n
; Parameters:
; n - what to sum up to (at [ebp + 8])
; Return value:
www.eeworm.com/read/326435/13142175
c fx.c
/*
fx.c
David Rowe 21 Sep 2006
Modified by Alex Tao Jun 3, 2007
Functions supporting the 4fx card for Linux device drivers on the
Blackfin that support interfacing the Blackfin.
The
www.eeworm.com/read/136786/5864309
c prom.c
/*
* BK Id: SCCS/s.prom.c 1.48 12/19/01 10:50:58 paulus
*/
/*
* Procedures for interfacing to the Open Firmware PROM on
* Power Macintosh computers.
*
* In particular, we are interested in the d
www.eeworm.com/read/119348/6085244
txt perl.txt
/* $Id: perl.txt,v 1.3 2003/12/28 15:58:08 milosch Exp $ */
Perl interfacing to egroupware:
The Frontier::RPC module available at CPAN is capable of logging into an
egroupware server. To authentica