代码搜索:多时钟域

找到约 10,000 项符合「多时钟域」的源代码

代码结果 10,000
www.eeworm.com/read/355155/10290499

txt l2.1.txt

%设计一个单输入的一个神经元的网络 net=newp([0 2],1); %观察权值和域值 inputweights=net.inputweights{1,1} biases=net.biases{1}
www.eeworm.com/read/425971/10299615

h c6-4.h

// c6-4.h 树的双亲表存储表示 #define MAX_TREE_SIZE 100 struct PTNode { TElemType data; int parent; // 双亲位置域 }; struct PTree { PTNode nodes[MAX_TREE_SIZE]; int n; // 结点数 };
www.eeworm.com/read/424004/10508863

h ex7_6.h

#include using namespace std; //首先看结点组织,采用结点类,凡与结点数据和指针操作有关函数作为成员函数 templateclass List; templateclass Node{ T info; //数据域
www.eeworm.com/read/352747/10518498

h c6-4.h

// c6-4.h 树的双亲表存储表示 #define MAX_TREE_SIZE 100 struct PTNode { TElemType data; int parent; // 双亲位置域 }; struct PTree { PTNode nodes[MAX_TREE_SIZE]; int n; // 结点数 };
www.eeworm.com/read/278307/10551047

h rbtree.h

#include #include #include #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 #define OVERFLOW -2 typedef int status; typedef int KeyType;//关键域数据类型;
www.eeworm.com/read/423304/10571599

h c6-4.h

// c6-4.h 树的双亲表存储表示 #define MAX_TREE_SIZE 100 struct PTNode { TElemType data; int parent; // 双亲位置域 }; struct PTree { PTNode nodes[MAX_TREE_SIZE]; int n; // 结点数 };
www.eeworm.com/read/276301/10750678

java listtest.java

import java.awt.*; class ListTest { public static void main(String args[]) { Frame f=new Frame("正在测试标签和文本域!"); Label lbl=new Label("你最喜欢哪位电影名星?"); List moviestars=new List(10,true
www.eeworm.com/read/273268/10921552

h ex7_6.h

#include using namespace std; //首先看结点组织,采用结点类,凡与结点数据和指针操作有关函数作为成员函数 templateclass List; templateclass Node{ T info; //数据域
www.eeworm.com/read/416440/11025155

asv lmsimu.asv

%此为一仿真程序 %首先读入权域值参数 function retdouble = LmSimu(ModelNo,NetPara,SimulatePara,InputFun,OutputFun,DataDir) NNTWARN OFF %%%% 输入参数赋值开始 %%%%%%%%%%%%%%%%%%%%%%% % 这部分代码主要是方便用户调试用 % ModelNo='1'; %
www.eeworm.com/read/441635/7124132

~pas encrypt.~pas

//南域剑盟 http://www.98exe.com unit Encrypt; interface procedure Encode(var Str: string); // 加解密函数 implementation // 加解密函数 『要处理的串』 procedure Encode(var Str: string); const Xo