搜索结果
找到约 68 项符合
Gray 的查询结果
按分类筛选
- 全部分类
- matlab例程 (15)
- 其他 (10)
- VHDL/FPGA/Verilog (3)
- 电子书籍 (2)
- 数值算法/人工智能 (2)
- 邮电通讯系统 (2)
- 压缩解压 (2)
- 嵌入式/单片机编程 (2)
- 数据结构 (2)
- 文件格式 (2)
- 通讯/手机编程 (2)
- 人工智能/神经网络 (2)
- 图形图像 (1)
- 教程资料 (1)
- Mentor (1)
- 单片机编程 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 书籍源码 (1)
- 语音压缩 (1)
- 通讯编程文档 (1)
- 系统设计方案 (1)
- 其他嵌入式/单片机内容 (1)
- Linux/Unix编程 (1)
- Java编程 (1)
- 数学计算 (1)
- 教育系统应用 (1)
- 汇编语言 (1)
- 行业发展研究 (1)
- 文章/文档 (1)
- 源码 (1)
- 书籍 (1)
- 技术资料 (1)
- VIP专区 (1)
数据结构 Gray Watson写的一个C语言版本的内存池
Gray Watson写的一个C语言版本的内存池,性能十分高效,利用此可以提高动态申请和释放内存的速度,同时也可以减少内存碎片。
数学计算 这是一个快速产生Gray码的方法,可以飞快地产生很大的Gray码序列.代码巧妙,高效.
这是一个快速产生Gray码的方法,可以飞快地产生很大的Gray码序列.代码巧妙,高效.
其他 to use verilog code and c to translate a RGB bmp image(512*512) to a gray level image
to use verilog code and c to translate a RGB bmp image(512*512) to a gray level image
VHDL/FPGA/Verilog gray code encoder and demo
gray code encoder and demo
其他 //使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define
//使用gray code的解法
#include <iostream>
#include <cmath>
using namespace std
#define ZERO 0
#define ONE 1
#define ODD 1
#define EVEN 0
#define RIGHT 1
#define LEFT 0
#define MAX 10
其他 Modify the Gray-coded modulation example (COMMDOC_GRAY) so that it uses a pair of square root raise
Modify the Gray-coded modulation example (COMMDOC_GRAY)
so that it uses a pair of square root raised cosine filters
to perform pulse shaping and matched filtering at the
transmitter and receiver, respectively.
其他 Modify the modulation example (COMMDOC_MOD) so that it uses a Gray-coded signal constellation.
Modify the modulation example (COMMDOC_MOD) so that it uses
a Gray-coded signal constellation.
其他 Modify the modulation example (COMMDOC_MOD) so that it uses a Gray-coded signal constellation.
Modify the modulation example (COMMDOC_MOD) so that it uses
a Gray-coded signal constellation.
通讯/手机编程 Matlab code for 16 psk mapping that is gray coded
Matlab code for 16 psk mapping that is gray coded
matlab例程 遗传算法程序: 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!
遗传算法程序:
说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!