代码搜索:IO控制
找到约 10,000 项符合「IO控制」的源代码
代码结果 10,000
www.eeworm.com/read/167930/5450335
h ser-io.h
#ifndef INCLUDE_SERIAL_IO_H
#define INCLUDE_SERIAL_IO_H
#include
void ser_init(void);
void ser_close(void);
void ser_putc(UINT8 c);
UINT8 ser_getc(void);
void ser_put
www.eeworm.com/read/167930/5450338
h ser-io.h
#ifndef INCLUDE_SERIAL_IO_H
#define INCLUDE_SERIAL_IO_H
#include
void ser_init(void);
void ser_close(void);
void ser_putc(UINT8 c);
UINT8 ser_getc(void);
void ser_put
www.eeworm.com/read/167728/5452916
c test_io.c
/* block/test_io.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of th
www.eeworm.com/read/167728/5454290
c test_io.c
/* vector/test_io.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
www.eeworm.com/read/167507/5459283
h io_map.h
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : IO_Map.H
** Project : RTOSDemo
www.eeworm.com/read/167507/5459297
c io_map.c
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : IO_Map.C
** Project : RTOSDemo
www.eeworm.com/read/167507/5459785
h io_map.h
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : IO_Map.H
** Project : RTOSDemo
www.eeworm.com/read/167507/5459800
c io_map.c
/** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : IO_Map.C
** Project : RTOSDemo
www.eeworm.com/read/167185/5464709
c shpack_io.c
#include
#include
#include
#include
#include
#include
/**** Added byt JGF ****/
#include
#include
www.eeworm.com/read/165891/5476755
h io_mat.h
#include
int write_mat_float_image(
float **img, /* 2-D image of size img[ht][wd] */
int ht, /* height of image */
int wd, /* width of image */
char *m