代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/137875/13290048
gif 842_n.gif
www.eeworm.com/read/238717/13329452
jpg n288.jpg
www.eeworm.com/read/238717/13329464
gif n628.gif
www.eeworm.com/read/238717/13329493
gif n508.gif
www.eeworm.com/read/238717/13329521
jpg n608.jpg
www.eeworm.com/read/238717/13329530
jpg n188.jpg
www.eeworm.com/read/137022/13347535
h n8250.h
/* Various I/O definitions specific to asynch I/O on the IBM PC */
#ifndef _N8250_H
#define _N8250_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endif
#i
www.eeworm.com/read/137022/13347696
c n8250.c
/* OS- and machine-dependent stuff for the 8250 asynch chip on a IBM-PC
*/
#include
#include
#include
#include "global.h"
#include "mbuf.h"
#include "proc.h"
#incl
www.eeworm.com/read/136911/13354462
h n_error.h
#ifndef __ERROR_H__
#define __ERROR_H__
/************************************************************************
*ASK() if user input y then ASK return 1 if user input n ASK() return 0 *
*********
www.eeworm.com/read/136911/13354487
c n_error.c
#include
#include
#include
#include "N_error.h"
void N_ERROR(char *Msg)
{
MessageBox(NULL,Msg,0,MB_OK);
}
int ASK(char *Msg)
{
if(MessageBox(NULL,Msg,"ASK",M