代码搜索:直驱式
找到约 10,000 项符合「直驱式」的源代码
代码结果 10,000
www.eeworm.com/read/391045/8425916
txt setup.txt
安装说明
注:在WinCE4.2下测试通过。
1.用ActiveSync连接系统嵌入式板。
用Remote Register Editor连接系统嵌入式板的注册表:
找到HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010804修改,把Ime File键值从msimepy.dll改
www.eeworm.com/read/386854/8723302
v ff_const_mul.v
// 常系数有限域乘法器
// 本原多项式: p(x) = x^8 + x^4 + x^3 + x^2 + 1
// 多项式基: {1, a^1, a^2, a^3, a^4, a^5, a^6, a^7}
// 弱对偶基: {1+a^2, a^1, 1, a^7, a^6, a^5, a^4, a^3+a^7}
`define M 8
module ff_const_mul(din
www.eeworm.com/read/284304/8947837
txt 04-33.txt
% polynomial operation
p1=[1 2 1]; %定义多项式
p2=[1 1];
length_of_p1=length(p1);
length_of_p2=length(p2);
if length_of_p1 == length_of_p2 %判断两个多项式长度是否相等
p1_plus_p2 =p
www.eeworm.com/read/162633/9409881
cpp compiler.cpp
#include "head.h"
WORD word[BUFLINE];//单词量不能大于256
stateStack _stack;//状态栈
int G_table[20][8];//文法矩阵
fourexp *fourexpHead;//生成四元式链的头指针
Vn vn_stack[STACKSIZE];//生成四元式时用的非终结符栈
int vn_stack_top
www.eeworm.com/read/371492/9552321
jpg 1.jpg
工a aaaa
其a adwu
东a aii
式aa aad
戒aa aak
芽aa aaht
工aaa aaaa
工aaaa
菚aaar
菚aaau aaar
式aad
匞aad
蘛aade
藄aadi
匿aadk
葚aadn
慝aadn
茙aadr
萁aadw
苷aaf aaff
甙aafd
苷aaff
蘜aafo
芽aah aaht
菣aahc
www.eeworm.com/read/370925/9574981
m rectangle_pulses_ambig_called.m
%——无调频 矩形 相参脉冲串 的模糊函数 called——
%模糊函数公式参考源自:书《雷达原理(第一版)》P1-101的式(140)和P1-95的式(109)。
function x = rectangle_pulses_ambig_called(taup,Tr,N,fdy,taux)
nf = length(fdy);
nt = length(taux);
x = zero
www.eeworm.com/read/365968/9838115
v ff_const_mul.v
// 常系数有限域乘法器
// 本原多项式: p(x) = x^8 + x^4 + x^3 + x^2 + 1
// 多项式基: {1, a^1, a^2, a^3, a^4, a^5, a^6, a^7}
// 弱对偶基: {1+a^2, a^1, 1, a^7, a^6, a^5, a^4, a^3+a^7}
`define M 8
module ff_const_mul(din
www.eeworm.com/read/357617/10204731
txt 05-02.txt
% polynomial operation
p1=[1 2 1]; %定义多项式
p2=[1 1];
length_of_p1=length(p1);
length_of_p2=length(p2);
if length_of_p1 == length_of_p2 %判断两个多项式长度是否相等
p1_plus_p2 =p
www.eeworm.com/read/279790/10393381
cpp vhdl rs.cpp
/**********************************************************************
作者:李卓
2007.10.15
RS编码的GF(2^8)乘法器系数计算
本原多项式:x^8+x^4+x^3+x^2+1
生成多项式:x^16+59x^15+13x^14+104x^13+189x^12+68x^11
www.eeworm.com/read/275630/10806475
m lh1.m
%dm12301
%交互式地观察和分析拉普拉斯变换尺度变换特性
ps=input('请输入信号尺度变换因子:'); %交互式输入尺度变换因子
t=-1: 0.1:3;
f=heaviside(ps*t)-heaviside(ps*t-1); %定义单边矩形脉冲信号
subplot(2,2,1)