代码搜索:N

找到约 10,000 项符合「N」的源代码

代码结果 10,000
www.eeworm.com/read/451211/7469122

gif 1n.gif

www.eeworm.com/read/451211/7469129

gif 2n.gif

www.eeworm.com/read/450999/7474064

pas n_prim.pas

program nr_prim; var n,i,k:integer; begin write('n= '); readln(n); k:=0; for i:=2 to (n div 2) do if (n mod i=0) then begin n:=n div i; writeln(i);
www.eeworm.com/read/449996/7491958

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/449996/7492055

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/449733/7497706

exe 16_n.exe

www.eeworm.com/read/449733/7497747

obj 16_n.obj

www.eeworm.com/read/449733/7497763

asm 16_n.asm

data_seg segment car db 29 db 40h,0bh,0,0 db 40h,0bh,1,0 db 40h,0bh,1,0 db 40h,0bh,1,0 db 40h,0bh,1,0
www.eeworm.com/read/449504/7502565

m kernel_n.m

function [y, x] = kernel_n(u,ngrid,h) % PURPOSE: normal kernel density estimate % ------------------------------------------------------- % USAGE: [y x] = kernel_n(u,ngrid,h) % where: u = vector or ma
www.eeworm.com/read/449276/7515431

c n_queenr.c