代码搜索结果

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

9-9.txt

/* 范例:9-9 */ #include enum { Mem1='A',Mem2,Mem3=3,Mem4=3,Mem5 }a,b; void main(void) { a=Mem2; b=Mem5; printf(" a=%d b=%d\n",a,b); printf(" Size of Mem1 = %d\n Size o

9-9.cpp

#include int array[6][4]={{60,80,90,75}, {75,85,65,77}, {80,88,90,98}, {89,100,78,81}, {62,68,69,75}, {85,85,77,91}}; int& level(int grade[],int size,int& tA,int& tB); void

9-9.m

[X,map]=imread('canoe.tif'); [Y,newmap] = imapprox(X,map,20); %图像进行退色处理 imshow(X,map) figure,imshow(Y,newmap)