代码搜索:routines 开发教程
找到约 10,000 项符合「routines 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/214740/15090132
m initubin.m
function out=initubin(bits)
%
% Initialises a vector for the fast unbin routines
%
n=[];
for i=1:bits
n(i)=2^(bits-i);
end
out=n;
www.eeworm.com/read/211569/15177484
c lcdgetp.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/211569/15177497
c lcd_getpixelcolor.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/210394/15199519
c etherinputdemo.c
/* etherInputDemo.c - Demo for using low-level ethernet input routines */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,06nov97,mm added copyr
www.eeworm.com/read/206931/15285385
c lcdgetp.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/169937/5408681
c nxtransform.c
/*
* Nano-X touchscreen transform routines
*
* These routines provide a uniform set of routines for
* handling transforms of the raw data from a touchscreen.
*
* Copyright (C) 2003, Jordan Cr
www.eeworm.com/read/169697/5412720
3 mpi_info_free.3
.TH MPI_Info_free 3 "2/9/2000" " " "MPI-2"
.SH NAME
MPI_Info_free \- Frees an info object
.SH SYNOPSIS
.nf
int MPI_Info_free(MPI_Info *info)
.fi
.SH INPUT PARAMETERS
.PD 0
.TP
.B info
- info object
www.eeworm.com/read/169697/5412736
3 mpio_test.3
.TH MPIO_Test 3 "2/5/1998" " " "MPI-2"
.SH NAME
MPIO_Test \- Test the completion of a nonblocking read or write
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPIO_Test(MPIO_Request *request, int *flag, MPI_
www.eeworm.com/read/169697/5412749
3 mpi_info_delete.3
.TH MPI_Info_delete 3 "2/9/2000" " " "MPI-2"
.SH NAME
MPI_Info_delete \- Deletes a (key,value) pair from info
.SH SYNOPSIS
.nf
int MPI_Info_delete(MPI_Info info, char *key)
.fi
.SH INPUT PARAMETERS
www.eeworm.com/read/169697/5412775
3 mpi_info_create.3
.TH MPI_Info_create 3 "2/9/2000" " " "MPI-2"
.SH NAME
MPI_Info_create \- Creates a new info object
.SH SYNOPSIS
.nf
int MPI_Info_create(MPI_Info *info)
.fi
.SH OUTPUT PARAMETERS
.PD 0
.TP
.B info
-