代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/124792/14543798
asm dot_n.asm
;
; dot_n.asm
;
; calculates dot product of two n vectors
;
; float dot_n();
;
; float *a;
; float *b;
; float c;
; int n;
;
; c = dot_4( a, b, n );
;
;
;
www.eeworm.com/read/124628/14556128
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/124628/14556332
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/224858/14565893
exe elftobin_n.exe
www.eeworm.com/read/124417/14568606
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/124417/14568850
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/224102/14605704
rar e-n.rar
www.eeworm.com/read/223397/14642264
m n3.m
function r=n3(x1,x2,x3,x4)
r=(n2(x1,x2,x3)-n2(x2,x3,x4))/(x1-x4);