代码搜索:Design

找到约 10,000 项符合「Design」的源代码

代码结果 10,000
www.eeworm.com/read/196632/8071192

c design_平方根和.c

/* 设计程序:计算2的平方根、3的平方根、...、10的的平方根之和,要求计算结果具 */ /* 有小数点后10位有效位数,并以格式"%.10f\n"写到考生目录中Paper子目录下的新建 */ /* 文件design.dat中。 */ #include #include void main() { FILE *p; int
www.eeworm.com/read/296909/8072780

m simple_nand2_gate_design.m

% Two-input NAND gate sizing (a simple, hard-coded example). % (a figure is generated if the tradeoff flag is turned on) % % This is an example taken directly from the paper: % % Digital circuit opt