-
Templates are among the most powerful features of C++, but they are too often ne...
Templates are among the most powerful features of C++, but they are too often neglected, misunderstood, and misused. C++ Templates: The Complete Guide provides software architects and engineers with a clear understanding of why, when, and how to use templates to build and maintain cleaner, faster, and smarter software more efficiently.
- 2022-02-04 13:28:28下载
- 积分:1
-
As an industrial control software, an integral part of this software can be used...
为一个工业控制软件的一个组成部分,此软件可用于控制电镀生产线-As an industrial control software, an integral part of this software can be used to control the electroplating production line
- 2023-02-17 10:15:04下载
- 积分:1
-
VC实现的视频播放卡的驱动,用户电视台的视频流的播出
VC实现的视频播放卡的驱动,用户电视台的视频流的播出-the video card driver, user television broadcast video streams
- 2022-08-17 23:21:43下载
- 积分:1
-
本程序可以实现QAM均衡,这里面有详细的英文说明,对于复数仿真很有用处...
本程序可以实现QAM均衡,这里面有详细的英文说明,对于复数仿真很有用处-QAM balance can be achieved, there is a detailed statement in English, the plural useful simulation
- 2022-02-14 01:19:35下载
- 积分:1
-
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = dat...
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us -j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
-close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us-j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
- 2022-03-22 09:48:08下载
- 积分:1
-
实现判卷和扩展编辑框以及使用动态控件功能
实现判卷和扩展编辑框以及使用动态控件功能-Achieve graders and expanded edit box and the use of dynamic control function
- 2023-07-18 09:10:04下载
- 积分:1
-
AES算法代码
根据AES算法原理而实现的代码,出处来自国内某高校老师密码学课程授课,在源代码的基础上做出一定修改,增加可读性。运用群的性质实现,并给出相关的测试。
- 2023-07-28 22:50:03下载
- 积分:1
-
数据结构基本操作,对链表的线性数据结构进行排序,并输出排序的结果...
数据结构基本操作,对链表的线性数据结构进行排序,并输出排序的结果-The basic operation of the data structure of the linear list data structure to sort and output the results of sequencing
- 2022-09-02 22:00:03下载
- 积分:1
-
视频跟踪很好的代码,基于OpenCV和C++,我认为这是非常重要的…
很好的视频跟踪代码,用opencv实现,基于c++开发的,个人感觉很好。-Very good code for video tracking,based on opencv and c++,I think it s very important for learners of opencv.
- 2023-07-10 14:55:03下载
- 积分:1
-
数制转换对话框在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串...
数制转换对话框在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串-Number System Conversion dialog box on the left and enter a decimal integer number between 2 to 16, click the " Convert" button to be able to get the right of the decimal number corresponding to 2 ~ 16 hexadecimal string
- 2023-02-28 21:20:03下载
- 积分:1