代码搜索:8×8点阵

找到约 10,000 项符合「8×8点阵」的源代码

代码结果 10,000
www.eeworm.com/read/292420/8354346

bmp 8-8.bmp

www.eeworm.com/read/370011/9625146

c 8-8.c

#include"dos.h" #include"conio.h" int SetDate() { union REGS inregs,outregs; inregs.h.ah=0x2B; inregs.x.cx=1983; inregs.h.dh=8; inregs.h.dl=14; intdos(&inregs,&outregs); return outreg
www.eeworm.com/read/173119/9673359

htm 8-8.htm

无标
www.eeworm.com/read/172814/9689383

bmp 8-8.bmp

www.eeworm.com/read/265910/11250128

cpp 8_8.cpp

//8_8 #include #include #include void transpose(int* a, int size); //降维处理 void main() { int A[5][5]; randomize(); for(int i=0; i
www.eeworm.com/read/249868/12465450

m 8-8.m

I = imread('ngc4024m.tif'); X = grayslice(I,16); imshow(I) figure, imshow(X,jet(16))
www.eeworm.com/read/248954/12530613

cpp 8_8.cpp

#include using namespace std; #include class CRect { int length,width; public: CRect(int l,int w) {length=l; width=w; } void disp() { cout
www.eeworm.com/read/335039/12553261

cpp 8_8.cpp

//8_8.cpp #include #include using namespace std; class Med {public: virtual void print() =0; virtual string id() =0; protected: string title; }; class Book : Med
www.eeworm.com/read/334943/12560745

m 8-8.m

I = imread('ngc4024m.tif'); X = grayslice(I,16); imshow(I) figure, imshow(X,jet(16))
www.eeworm.com/read/247679/12631986

ncb 8_8.ncb