代码搜索:多时钟域
找到约 10,000 项符合「多时钟域」的源代码
代码结果 10,000
www.eeworm.com/read/410785/11269628
h linetype.h
/*
Name: LineType.h
Copyright: Starting Line
Author:
Date: 12-11-08 13:16
Description: Liner类定义
*/
#define LINE_SIZE 1024//定义初始线性域的长度
#define BACKSPACE 8//退格键
typedef char *
www.eeworm.com/read/401642/11552520
h c6-4.h
/* c6-4.h 树的双亲表存储表示 */
#define MAX_TREE_SIZE 100
typedef struct
{
TElemType data;
int parent; /* 双亲位置域 */
} PTNode;
typedef struct
{
PTNode nodes[MAX_TREE_SIZE];
int n; /*
www.eeworm.com/read/262111/11606444
h c6-4.h
/* c6-4.h 树的双亲表存储表示 */
#define MAX_TREE_SIZE 100
typedef struct
{
TElemType data;
int parent; /* 双亲位置域 */
} PTNode;
typedef struct
{
PTNode nodes[MAX_TREE_SIZE];
int n; /*
www.eeworm.com/read/347458/11664077
h c6-4.h
/* c6-4.h 树的双亲表存储表示 */
#define MAX_TREE_SIZE 100
typedef struct
{
TElemType data;
int parent; /* 双亲位置域 */
} PTNode;
typedef struct
{
PTNode nodes[MAX_TREE_SIZE];
int n; /*
www.eeworm.com/read/155891/11840248
txt 初始权值域值.txt
输入层到隐层权值:
0.0961943 0.753777 0.164251 0.872646 0.159978 0.86465 0.138005 0.393597 0.186254 0.270119
隐层到输出层权值:
0.712699 0.563799 0.190374 0.121982 0.33964
隐层域值:
0.808832 0.0560015 0.787347 0.363
www.eeworm.com/read/257980/11897694
h c6-4.h
/* c6-4.h 树的双亲表存储表示 */
#define MAX_TREE_SIZE 100
typedef struct
{
TElemType data;
int parent; /* 双亲位置域 */
} PTNode;
typedef struct
{
PTNode nodes[MAX_TREE_SIZE];
int n; /*
www.eeworm.com/read/127962/14324008
h c6-4.h
/* c6-4.h 树的双亲表存储表示 */
#define MAX_TREE_SIZE 100
typedef struct
{
TElemType data;
int parent; /* 双亲位置域 */
} PTNode;
typedef struct
{
PTNode nodes[MAX_TREE_SIZE];
int n; /*
www.eeworm.com/read/124325/14576594
cpp ex4_8.cpp
#include
void swap(int,int);
void main(){
int a,b; //a,b作用域为main()
coutb;
cout