搜索结果
找到约 154 项符合
SHIFT 的查询结果
按分类筛选
- 全部分类
- 其他 (20)
- VHDL/FPGA/Verilog (15)
- matlab例程 (13)
- 单片机开发 (9)
- 学术论文 (7)
- 文章/文档 (6)
- 其他书籍 (5)
- 通讯/手机编程 (5)
- 技术资料 (5)
- 微处理器开发 (4)
- 资料/手册 (3)
- 可编程逻辑 (3)
- 数学计算 (3)
- 软件设计/软件工程 (3)
- 通讯编程文档 (3)
- 开发工具 (2)
- 单片机编程 (2)
- 教程资料 (2)
- 人工智能/神经网络 (2)
- 技术管理 (2)
- 电子书籍 (2)
- VC书籍 (2)
- DSP编程 (2)
- 数值算法/人工智能 (2)
- 书籍 (2)
- 其他文档 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 嵌入式综合 (1)
- 实用工具 (1)
- 多国语言处理 (1)
- 编译器/解释器 (1)
- Linux/Unix编程 (1)
- Delphi/CppBuilder (1)
- 汇编语言 (1)
- 邮电通讯系统 (1)
- 数据库系统 (1)
- Delphi控件源码 (1)
- 其他行业 (1)
- Internet/网络编程 (1)
- MySQL数据库 (1)
- Java编程 (1)
- 教育系统应用 (1)
- 加密解密 (1)
- 驱动编程 (1)
- 行业发展研究 (1)
- 其他嵌入式/单片机内容 (1)
- 嵌入式/单片机编程 (1)
- 系统设计方案 (1)
- 磁盘编程 (1)
- VHDL/Verilog/EDA源码 (1)
- 无线通信 (1)
- 应用设计 (1)
- 经验 (1)
- VIP专区 (1)
其他行业 生成一个 Rayleigh flat-fading channel with Doppler shift
生成一个 Rayleigh flat-fading channel with Doppler shift
软件设计/软件工程 mean-shift跟踪算法中核窗口大小的自动选区
mean-shift跟踪算法中核窗口大小的自动选区
matlab例程 % because we do not truncate and shift the convolved input % sequence, the delay of the desired out
% because we do not truncate and shift the convolved input
% sequence, the delay of the desired output sequence wrt
% the convolved input sequence need only be the delay
% introduced by the ideal weight vector centred at n=5
其他 Impulse Response in Rayleigh Fading channel, and Doppler Shift is in it.
Impulse Response in Rayleigh Fading channel, and Doppler Shift is in it.
MySQL数据库 The Shift Log is a database entry and display system that is built off of PHP and MySQL. The log use
The Shift Log is a database entry and display system that is built off of PHP and MySQL. The log uses a basic user authentication system to ensure user accountability and log integrity. It also has a RTF editor integrated into it.
其他 Infiniband – The Next Paradigm Shift in Storage
Infiniband – The Next Paradigm Shift in Storage
其他 简要介绍mean-shift算法的原理
简要介绍mean-shift算法的原理,并且在图像处理方面的应用
微处理器开发 ARM7 LED shift register (ST2221) in C programming
ARM7 LED shift register (ST2221) in C programming
matlab例程 mean shift
mean shift
加密解密 凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26
凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26
如:k=5 “hello world”加密为:mjqqt….