代码搜索:8×8点阵

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

代码结果 10,000
www.eeworm.com/read/223144/14653824

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/223073/14661017

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/223000/14665453

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/222431/14691253

htm 8-8.htm

www.eeworm.com/read/220901/14784598

bmp 8-8.bmp

www.eeworm.com/read/118280/14878591

cpp 8-8.cpp

#include #include class array { int *p; int size; public: array(int sz); array(const array &a); ~array(); void put(int i,int j); int get (int i); }; ar
www.eeworm.com/read/118192/14882966

c 8-8.c

#include "stdio.h" #include "stdio.h" typedef int KeyType; /*假定关键字类型为整数*/ typedef struct node { /*结点类型*/ KeyType key; /*关键字项*/ /*其它数据域,InfoType视应用情况而定,下面不处理它*/ struct node *lchild,*rchild;
www.eeworm.com/read/218774/14907263

tif 8-8.tif

www.eeworm.com/read/116477/14968856

cpp 8-8.cpp

#include #include class array { int *p; int size; public: array(int sz); array(const array &a); ~array(); void put(int i,int j); int get (int i); }; ar
www.eeworm.com/read/115447/15014005

c 8-8.c

#include "stdio.h" #include "stdio.h" typedef int KeyType; /*假定关键字类型为整数*/ typedef struct node { /*结点类型*/ KeyType key; /*关键字项*/ /*其它数据域,InfoType视应用情况而定,下面不处理它*/ struct node *lchild,*rchild;