代码搜索:N
找到约 10,000 项符合「N」的源代码
代码结果 10,000
www.eeworm.com/read/13718/280874
c list_n.c
#include "config.h"
/* 函数原型 */
/* 操作: 初始化一个列表 */
/* 操作前: plist 指向一个列表 */
/* 操作后: 该列表被初始化为空列表 */
void InitializeList(List_N * plist)
{
* plist = NUL
www.eeworm.com/read/13787/283400
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/13787/283497
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/14063/293154
lib 2n.lib
.MODEL 2N2222A NPN (
+ IS = 1.16e-14
+ BF = 200
+ BR = 4
+ RB = 1.69
+ RE = 0.423
+ RC = 0.169
+ CJS = 0
+ CJE = 1.95e-11
+ CJC = 9.63e-12
+ VJE = 0.75
+ VJC = 0.75
www.eeworm.com/read/14063/293218
lib 1n.lib
.MODEL 1N4733 D (
+ IS = 1.99e-13
+ RS = 6.47
+ CJO = 2.12e-09
+ VJ = 0.75
+ TT = 4.65e-07
+ M = 0.333
+ BV = 5.1
+ IBV = 0.049
+ N = 1
+ EG = 1.11
+ XTI = 3
+ KF
www.eeworm.com/read/14063/293385
lib 1n.lib
.MODEL 1N4001 D (
+ IS = 1.41e-16
+ RS = 0.0401
+ CJO = 7.76e-11
+ VJ = 0.75
+ TT = 2.16e-07
+ M = 0.333
+ BV = 49.9
+ N = 1.7
+ EG = 1.11
+ XTI = 3
+ KF = 0
+ AF
www.eeworm.com/read/14767/407704
pcblib dpak_n.pcblib
www.eeworm.com/read/15262/445520
exe elftobin_n.exe
www.eeworm.com/read/15390/449942
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 );
;
;
;