代码搜索:多时钟域
找到约 10,000 项符合「多时钟域」的源代码
代码结果 10,000
www.eeworm.com/read/441635/7124158
pas encrypt.pas
//南域剑盟 http://www.98exe.com
unit Encrypt;
interface
procedure Encode(var Str: string); // 加解密函数
implementation
// 加解密函数 『要处理的串』
procedure Encode(var Str: string);
const
Xo
www.eeworm.com/read/441635/7124216
~pas encrypt.~pas
//南域剑盟 http://www.98exe.com
unit Encrypt;
interface
procedure Encode(var Str: string); // 加解密函数
implementation
// 加解密函数 『要处理的串』
procedure Encode(var Str: string);
const
Xo
www.eeworm.com/read/441635/7124269
pas encrypt.pas
//南域剑盟 http://www.98exe.com
unit Encrypt;
interface
procedure Encode(var Str: string); // 加解密函数
implementation
// 加解密函数 『要处理的串』
procedure Encode(var Str: string);
const
Xo
www.eeworm.com/read/461473/7226894
m freqs_m.m
function [db,mag,pha,w] = freqs_m(b,a,wmax);
% s域频率响应计算的改进版本-
% ------------------------------------------------------------
% [db,mag,pha,w] = freqs_m(b,a,wmax);
% db = [0 to wmax]区间内的相对振幅
%
www.eeworm.com/read/461110/7233623
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/456942/7336300
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/454932/7381598
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/449240/7516573
h poly.h
//文件名Poly.h
#include
using namespace std;
//定义结点类型
struct node
{ int exp; //指数为整型
double coef; //系数为双精度型
node *next; //指针域
};
//多项式循环链表类
www.eeworm.com/read/399073/7896417
m freqs_m.m
function [db,mag,pha,w] = freqs_m(b,a,wmax);
% s域频率响应计算的改进版本-
% ------------------------------------------------------------
% [db,mag,pha,w] = freqs_m(b,a,wmax);
% db = [0 to wmax]区间内的相对振幅
%
www.eeworm.com/read/398351/7992466
m freqs_m.m
function [db,mag,pha,w] = freqs_m(b,a,wmax);
% s域频率响应计算的改进版本-
% ------------------------------------------------------------
% [db,mag,pha,w] = freqs_m(b,a,wmax);
% db = [0 to wmax]区间内的相对振幅
%