搜索结果

找到约 1,144 项符合 G-QAM 的查询结果

Linux/Unix编程 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CP ...
https://www.eeworm.com/dl/619/383060.html
下载: 90
查看: 1038

Linux/Unix编程 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CP ...
https://www.eeworm.com/dl/619/383061.html
下载: 45
查看: 1068

Linux/Unix编程 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CP ...
https://www.eeworm.com/dl/619/383062.html
下载: 177
查看: 1046

Linux/Unix编程 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt)

程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CP ...
https://www.eeworm.com/dl/619/383063.html
下载: 101
查看: 1033

Java编程 java中大部分对图形、文本、图像的操作方法都定义在Graphics类中

java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法; ...
https://www.eeworm.com/dl/633/383689.html
下载: 145
查看: 1056

通讯/手机编程 The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(

The Viterbi decoder for convolutional codes decoder_output,survivor_state,cumulated_metric]=viterbi(G,k,channel_output)
https://www.eeworm.com/dl/527/384774.html
下载: 128
查看: 1088

其他嵌入式/单片机内容 Measurement of gamma characteristic(Ca200Sample_Gamma.exe)provides Gamma characteristics of W,R,

Measurement of gamma characteristic(Ca200Sample_Gamma.exe)provides Gamma characteristics of W,R,G and B. Measurement at 16,32,64,128,256 gradation.
https://www.eeworm.com/dl/687/385364.html
下载: 154
查看: 1091

其他 蹦极跳系统的仿真

蹦极跳系统的仿真,整个蹦极跳系统的数学描述为mx =mg+bx-a1x -a2|x |x ,m为物体的重量,g为重力加速度,x为物体的位置。
https://www.eeworm.com/dl/534/391150.html
下载: 36
查看: 1011

语音压缩 COSTG711算法

COSTG711算法,完全兼容ITU-G.711,来自于Cambridge University。
https://www.eeworm.com/dl/627/391310.html
下载: 148
查看: 1024

文章/文档 Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60H

Overview Input Clock = 24Mhz Preview VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Capture VGA 15fps @ 60Hz VGA 12.5fps @ 50Hz Output Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversion R = Y + (351*(Cr – 128)) >> 8 G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8 B = Y + (443*(Cb – 128)) >> 8 ...
https://www.eeworm.com/dl/652/391448.html
下载: 160
查看: 1040