代码搜索:双排90度弯排母
找到约 6,000 项符合「双排90度弯排母」的源代码
代码结果 6,000
www.eeworm.com/read/372698/9496886
txt 图3-2-7预畸变在双线性变换中的作用.txt
%图3-2-4双线性变换模拟滤波器和数字滤波器的幅频特性曲线
clear;
fs=1500;
bs=2000;
as=[1 2000];
%freqs(bs,as);
figure(1);
omeg=linspace(0,fs*pi,1000); %FREQ中频率需输入弧度OMEG=0~0.5fs
h=freqs(bs,as,omeg);
habs=10*log(abs(h
www.eeworm.com/read/174700/9577003
lrc 许巍 - 树.lrc
[ti:树]
[ar:许巍]
[al:在别处]
[by:炫网资讯 Liuxuan.com]
[00:31.86]我站在夏日的黄昏
[00:37.12]身体迎着风飞舞
[00:41.23]一双鸟踩着我的肩
[00:44.61]我听见
[00:46.60]她在歌唱着明天
[00:49.81]我想问
[00:51.31]这世界
[00:53.27]是否遥远又无限
[00:57.2
www.eeworm.com/read/365868/9842376
m example6_1.m
I = imread('cameraman.tif');%读入图像
I = double(I)/255;
T = dctmtx(8);%计算离散变换矩阵,返回结果为双精度型
B = blkproc(I,[8 8],'P1*x*P2',T,T');%实现图像的显示块操作
mask =[1 1 1 1 0 0 0 0
1 1 1 0 0 0 0 0
www.eeworm.com/read/364985/9884537
m exm1073_1.m
%exm1073_1.m
tp=(0:100)/100*5;yp=8+4*(1-exp(-0.8*tp).*cos(3*tp)); %压力数据
tt=(0:500)/500*40;yt=120+40*(1-exp(-0.05*tt).*cos(tt)); %温度数据
%产生双坐标系图形
clf reset,shg,h_ap=axes('Position',[0.13,0.13,0.7,0
www.eeworm.com/read/362605/9989246
c link.c
#include
#include "link.h"
#include "profibus.h"
struct DPRAM485 xdata dpram485 _at_ 0x8000; //定义双口RAM中的结构体
struct SLA_DATA_CONSTRUCT slave_data_str[125]; //模块的数据结构体,最多可以支持124个站(有一个
www.eeworm.com/read/360510/10089503
plg guding.plg
礦ision2 Build Log
Project:
F:\2008年工作\电子制作\1588双色点阵第二版\测试文件\guding.uv2
Project File Date: 08/25/2008
Output:
Build target 'Target 1'
compilin
www.eeworm.com/read/164050/10133963
m exm1073_1.m
%exm1073_1.m
tp=(0:100)/100*5;yp=8+4*(1-exp(-0.8*tp).*cos(3*tp)); %压力数据
tt=(0:500)/500*40;yt=120+40*(1-exp(-0.05*tt).*cos(tt)); %温度数据
%产生双坐标系图形
clf reset,shg,h_ap=axes('Position',[0.13,0.13,0.7,0
www.eeworm.com/read/356085/10237455
m example6_1.m
I = imread('cameraman.tif');%读入图像
I = double(I)/255;
T = dctmtx(8);%计算离散变换矩阵,返回结果为双精度型
B = blkproc(I,[8 8],'P1*x*P2',T,T');%实现图像的显示块操作
mask =[1 1 1 1 0 0 0 0
1 1 1 0 0 0 0 0
www.eeworm.com/read/425609/10344888
bak processgrayimage.m.bak
function []=processgrayimage()
%function []=processgrayimage()
%说明:
% MATLAB读取的位图图像数据是8位无符号整型
% MATLAB显示和存储图像的时候,也需要是8位无符号整型
% 或者将所有的数据归一到[0 1]之间
% 因而采用double和uint8进行整型和双精度型之间的转换
www.eeworm.com/read/161098/10451461
m ex0603.m
% Ex0603 求单输入双输出系统的状态空间描述、传递函数和零极点描述,并得出系统参数
num=[0 3 2;
1 2 3];
den=[3 5 2 1];
G11=tf(num(1,:),den)
G12=tf(num(2,:),den)
G=ss([G11;G12])
a=[-1.667 -0.3333 -0.1667;
2