代码搜索:Two

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

代码结果 10,000
www.eeworm.com/read/164228/10121991

v two_d_filter.v

// Copyright (C) 1991-2002 Altera Corporation // Any megafunction design, and related netlist (encrypted or decrypted), // support information, device programming or simulation file, and any
www.eeworm.com/read/358669/10182413

m merge_two_datasets.m

fprintf(1,'Script that merges two "Cabib_Results.mat" data sets of the same camera into a single dataset\n') dir; cont = 1; while cont data_set1 = input('Filename of the first dataset (w
www.eeworm.com/read/422765/10611836

m two_dimensional_psd.m

% % %%%%%此程序为处理 二维 PSD基本程序,包含汉宁窗口算法%%%%%%%%%% % % clear;%close;%清内存,关闭图 % % load data_lg.dat;%读AFM数据,之前应先去除文件头的说明文字,仅剩数据 % % L=20; %取样长度,请先设定 % % Z_scale=14.93652; %根据文件头的
www.eeworm.com/read/350068/10774706

doc two_dsp_sci.doc

www.eeworm.com/read/419519/10863596

asv solve_two_temperature.asv

function dy =Solve_Two_Temperature(t,y) %t 代表时间变化量 %y 代表所求的电子及晶格温度 dy = zeros(2,1); % a column vector g=4.2e17;%耦合系数 Ce=194;%电子热容 Ci=3.6e6;%晶格热容 R=0.431;%反射率 delta=24e-9;%趋肤深度 tao=70e-15;%
www.eeworm.com/read/419519/10863608

m solve_two_temperature.m

function dy =Solve_Two_Temperature(t,y) %t 代表时间变化量 %y 代表所求的电子及晶格温度 dy = zeros(2,1); % a column vector g=4.2e17;%耦合系数 Ce=194;%电子热容 Ci=3.6e6;%晶格热容 R=0.431;%反射率 delta=24e-9;%趋肤深度 tao=70e-15;%
www.eeworm.com/read/418677/10936136

v two_d_dct.v

module two_d_dct (clk, aclr, clken, data_valid, serial_data, dct_out); //Port Declaration input clk, aclr, clken; input [7:0] serial_data; output [21:0] dct_out; output data_valid;
www.eeworm.com/read/418677/10936151

vwf two_d_dct.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/418677/10936179

v two_mult_add.v

// megafunction wizard: %ALTMULT_ADD% // GENERATION: STANDARD // VERSION: WM1.0 // MODULE: ALTMULT_ADD // ============================================================ // File Name: two_mult_ad