-
它+ +是一个C++库的数学、信号处理和通信系统…
IT++ is a C++ library of mathematical, signal processing and communication system routines/functions. Its main use is in simulation of communication systems or for performing research in the area of communications.
- 2022-05-20 01:01:16下载
- 积分:1
-
Application Wizard has been created for you this UserInterface applications. Thi...
应用程序向导已为您创建了这个 UserInterface 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。
本文件概要介绍组成 UserInterface 应用程序的每个文件的内容。
-Application Wizard has been created for you this UserInterface applications. This application not only the demonstration of Microsoft based on basic use, but also to write applications as your starting point. This document outlines the composition of applications UserInterface the contents of each file.
- 2022-01-26 07:20:01下载
- 积分:1
-
Its content is on professional communication error correction and encoding the c...
其内容是关于通信专业的纠错与编码的内容,对各种码型及编解码等相关内容作了一定的介绍-Its content is on professional communication error correction and encoding the contents of various codes, such as codec type and content of certain relevant introduction
- 2022-03-06 19:34:09下载
- 积分:1
-
this also t he beginners and teach you how to learn to parent and sub
这个也是给初学者的,教你怎么给学习父类和子类,多多支持-this also t he beginners and teach you how to learn to parent and sub-categories, for their support! !
- 2023-03-06 22:10:03下载
- 积分:1
-
编译原理转四元式
编译原理转四元式-compiler theory to 4 yuan-
- 2023-07-16 10:25:09下载
- 积分:1
-
一个自己写的ESPRIT的程序,能正确计算来波进度的。
一个自己写的ESPRIT的程序,能正确计算来波进度的。-himself wrote an ESPRIT procedures correctly calculated to the progress of the wave.
- 2022-02-25 08:50:57下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
完整的注册表监控regshot的源代码,很不错
完整的注册表监控regshot的源代码,很不错-integrity of the registry monitoring regshot the source code, very good
- 2023-08-29 13:40:02下载
- 积分:1
-
BT服务器源程序
BT服务器源程序-BT server source code
- 2022-02-02 11:47:04下载
- 积分:1
-
control system identification is the prerequisite for access to more accurate mo...
系统辨识是控制的前提,获得较为准确地模型才能对系统进行进一步的控制。此为《系统辨识及其MATLAB仿真〉一书中所附的程序-control system identification is the prerequisite for access to more accurate model of the system can be further controlled. As the "System Identification and MATLAB simulation" A book accompanying procedures
- 2022-05-29 15:43:42下载
- 积分:1