代码搜索结果

找到约 10,000 项符合 X 的代码

x.h

///////////////////////////////////////////////////////////////////////// // Bitmap点阵数据表 // // 图片: C:\..入\字母\X.bmp,纵向取模下高位,数据排列:从左到右从上到下 // // 图

x.h

///////////////////////////////////////////////////////////////////////// // Bitmap点阵数据表 // // 图片: F:\..

x.h

///////////////////////////////////////////////////////////////////////// // Bitmap点阵数据表 // // 图片: C:\..入\字母\X.bmp,纵向取模下高位,数据排列:从左到右从上到下 // // 图

rdict.x

/* rdict.x */ /* RPC declarations for dictionary program */ const MAXWORD = 50; /* maximum length of a command or word */ const DICTSIZ = 100; /* number of entries in dictionary */ struc

x.m

x=round(rand(1,10)) ; y=[0,x]; for i=2:length(x) if y(i)==1 y(i)=0; %遇到“1”则电平跳转 else y(i)=y(i-1); %遇到“1”则电平不变 end end