代码搜索:8×8点阵

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

代码结果 10,000
www.eeworm.com/read/27224/980676

8x8

www.eeworm.com/read/37287/1071462

ex8-8

www.eeworm.com/read/239750/4594542

cpp 8_8.cpp

//8_8.cpp #include #include #include"employee.h" using namespace std; void main() { manager m1; technician t1; salesmanager sm1; salesman s1; char namestr[20];
www.eeworm.com/read/236246/4643019

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/211182/4945753

txt 8-8.txt

/* 范例:8-8 */ #include void arith(int *k) /* 传址方式 */ { *k=*k+1; } /* 函数arith()在传递参数时,int *k所执行的动作为 int *k; k = &i; ,也就是定义指针变量k,并把变量i的地址赋给指针变量k */
www.eeworm.com/read/195829/5107138

txt 8_8.txt

void CreateBST(BSTree *bst) /*从键盘输入元素的值,创建相应的二叉排序树*/ { KeyType key; *bst=NULL; scanf("%d", &key); while (key!=ENDKEY) /*ENDKEY为自定义常量*/ { InsertBST(bst, key); scanf("%d", &key);
www.eeworm.com/read/175402/5347239

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/348688/3153483

cpp 8_8.cpp

//8_8.cpp #include #include #include"employee.h" using namespace std; void main() { manager m1; technician t1; salesmanager sm1; salesman s1; char namestr[20];
www.eeworm.com/read/316663/3609245

cpp 8_8.cpp

//8_8.cpp #include #include #include"employee.h" using namespace std; int main() { manager m1; technician t1; salesmanager sm1; salesman s1; char namestr[20];
www.eeworm.com/read/303129/3815332

txt 8_8.txt

void CreateBST(BSTree *bst) /*从键盘输入元素的值,创建相应的二叉排序树*/ { KeyType key; *bst=NULL; scanf("%d", &key); while (key!=ENDKEY) /*ENDKEY为自定义常量*/ { InsertBST(bst, key); scanf("%d", &key);