代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/134479/5892493
br read_write_domain.br
// read_write_domain.br
// confirm that streamRead and streamWrite
// interact properly with domain
#include
typedef struct Pair_t {
float field1;
float field2;
} Pair;
#define SIZE_X1
www.eeworm.com/read/133943/5897864
m extend_domain_table.m
function B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz)
% EXTEND_DOMAIN_TABLE Expand an array so it has the desired size.
% B = extend_domain_table(A, smalldom, smallsz, bigdom, bigsz)
%