代码搜索:Dimensional
找到约 3,569 项符合「Dimensional」的源代码
代码结果 3,569
www.eeworm.com/read/481260/1297545
m dimensional.m
function B = dimensional(val,units)
% dimensional class contructor method
A.val = val;
A.units = units;
B = class(A,'dimensional');
www.eeworm.com/read/362900/9977035
cpp two_dimensional.cpp
/* Copyright (C) 2005-2008 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as
www.eeworm.com/read/362900/9977038
cpp one_dimensional.cpp
/* Copyright (C) 2005-2008 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as
www.eeworm.com/read/199277/7870317
cpp two_dimensional.cpp
/* Copyright (C) 2006 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as publi
www.eeworm.com/read/199277/7870321
cpp one_dimensional.cpp
/* Copyright (C) 2006 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as publi
www.eeworm.com/read/222447/14689537
cpp two_dimensional.cpp
/* Copyright (C) 2006 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as publi
www.eeworm.com/read/222447/14689539
cpp one_dimensional.cpp
/* Copyright (C) 2006 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as publi
www.eeworm.com/read/422767/10611515
m one_dimensional_psd.m
%%%%%此程序为处理一维PSD基本程序,包含汉宁窗口,多线平均算法%%%%%%%%%%
clear;close;%清内存,关闭图
load data_lg.dat;%读AFM数据,之前应先去除文件头的说明文字,仅剩数据
L=20; %取样长度,请先设定
Z_scale=14.93652; %根据文件头的说明文字找出相应的值
sen_Z_
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/275548/10812229
vhd 2dimensional-vector.vhd
-- *************************************************
-- Behavioral description of a single-port SRAM with:
-- Active High write enable (WE)
-- Rising clock edge (Clock)
-- ****************************