代码搜索:normal

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

代码结果 10,000
www.eeworm.com/read/161065/10457590

npl 7led.npl

JDF G // Created by Project Navigator ver 1.0 PROJECT 7led DESIGN 7led DEVFAM spartan2 DEVFAMTIME 315558000 DEVICE xc2s100 DEVICETIME 315558000 DEVPKG pq208 DEVPKGTIME 315558000 DEVSPEED -5
www.eeworm.com/read/160935/10468878

imo 软体动物分类树.imo

win(header(pc,classificationtree_model_factory,'~(8F6F)~(4F53)~(52A8)~(7269)~(5206)~(7C7B)~(6811)',[]),8,50,400,500,[pic(pic_57,node(normal),node(-192,108,'~(8F6F)~(4F53)~(52A8)~(7269)','()')),pic(pic
www.eeworm.com/read/160935/10468887

imo 我的朋友分类树.imo

win(header(pc,classificationtree_model_factory,'~(6211)~(7684)~(670B)~(53CB)~(5206)~(7C7B)~(6811)',[]),70,70,380,600,[pic(pik_47,node(normal),node(-192,108,'~(6211)~(7684)~(670B)~(53CB)',' ~(5BB6)~(4E
www.eeworm.com/read/160935/10468949

imo 猫科动物决策树.imo

win(header(pc,decisiontree_model_factory,'~(732B)~(79D1)~(52A8)~(7269)~(51B3)~(7B56)~(6811)',[]),-23,-4,672,922,[pic(pic_152pic_131,node(normal),node(432,112,'~(6591)~(70B9)~(7684)~(5206)~(7EC4)?')),p
www.eeworm.com/read/424131/10490233

opj 2410 core.opj

(ExpressProject "2410 core" (ProjectVersion "19981106") (ProjectType "PCB") (Folder "Design Resources" (Folder "Library" (File ".\library1.olb" (Type "Schematic Library")
www.eeworm.com/read/160815/10497213

eqn dff1.map.eqn

--A1L72Q is qout[7]~reg0 --operation mode is normal A1L72Q_lut_out = din[7]; A1L72Q = DFFEA(A1L72Q_lut_out, clk, !r, , , , ); --A1L52Q is qout[6]~reg0 --operation mode is normal A1L52Q_l
www.eeworm.com/read/160583/10516806

py vline_demo.py

#!/usr/bin/env python from pylab import * from matplotlib.numerix import sin, exp, multiply, absolute, pi from matplotlib.numerix.random_array import normal def f(t): s1 = sin(2*pi*t) e1 = ex
www.eeworm.com/read/160583/10516852

py image_masked.py

#!/usr/bin/env python '''imshow with masked array input and out-of-range colors. ''' from pylab import * import matplotlib.numerix.ma as ma import matplotlib.colors as colors delta = 0.025 x = y =
www.eeworm.com/read/160583/10517018

py poormans_contour.py

#!/usr/bin/env python """ Use a pcolor or imshow with a custom colormap to make a contour plot. Since this example was initially written, a proper contour routine was added to matplotlib - see contou
www.eeworm.com/read/278507/10532100

c tcpsend01.c

#include "unp.h" int main(int argc, char **argv) { int sockfd; if (argc != 3) err_quit("usage: tcpsend01 "); sockfd = Tcp_connect(argv[1], argv[2]); Write(sockfd, "123", 3);