-
要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss
要求出一个矩阵的逆矩阵有许多方法,这里介绍以 Gauss-Jordan Elimination 来求出逆矩阵的方法,算法函数用C++写成,可在C++编程环境下直接调用-requested a matrix inverse matrix there are many ways here to introduce the Gauss-Jordan Elimination get to the inverse matrix method, the algorithm functions with C languages, the C programming environment called directly
- 2022-03-31 21:28:42下载
- 积分:1
-
c语言实现图案绘制
算例1使用图形学算法在屏幕上画出一个圆,运行结果如附图1.
运行本程序后,先要求用户输入要画圆的圆心坐标、半径等数据,然后清屏并按照用户给出数据画出一个圆。
知识点:Turbo C的图形方式编程、画圆算法等;
算例2:实现屏幕画线和画矩形的程序,运行效果见附图2.
运行本程序后在屏幕上显示256色的套接矩形框。
知识点:DOS中断调用以及怎样直接写视频缓冲区;
算例3:使用BIOS中断INT 10H的功能随机生成图案,运行效果附图3.
程序执行后将在屏幕上随机生成颜色并进行填充,本例中随机颜色的初始值选择比较偏近于蓝色调,也可以自行设ing。
算例4:实现了图形的旋转、平移和缩放,运行效果如附图4.
- 2022-04-28 10:45:57下载
- 积分:1
-
从10进制到16进制的转换
从10进制到16进制的转换-band from 10 to 16 band conversion
- 2022-03-21 02:34:49下载
- 积分:1
-
this document for the simulation of MIMO
此文件用于仿真MIMO-STBC 系统性能程序,包括了发送,mimo quasi-static channel 和接收部分。用的是8psk调制
-this document for the simulation of MIMO- STBC system performance procedures, including sending, mimo quasi--static channel and receive part. The modulation of eight psk
- 2022-03-18 07:05:49下载
- 积分:1
-
自动谱分析:可用于丢失/采样/子束光谱分析;矢量自动迭代,可用于建模,故障诊断;...
自动谱分析:可用于丢失/采样/子束光谱分析;矢量自动迭代,可用于建模,故障诊断;-The applications of this additional toolbox are:
- Automatic spectral analysis for Irregular sampling/Missing data, analysis of spectral subbands,
- Vector Autoregressive modeling and Detection [uses ARMASA]
- Reduced statistics ARMAsel: A compact yet accurate ARMA model is obtained based on a given power spectrum. Can be used for generation of colored noise with a prescribed spectrum.
- ARfil algorithm: The analysis of missing data/irregularly sampled signals
- Subband analysis: Accurate analysis of a part of the power spectrum
- Detection: Generally applicable test statistic to determine whether two signals have been generated by the same process or not. Based on the Kullback-Leibler index or Likelihood Ratio.
- Analysis of segments of data, possibly of unequal length.
- 2022-03-04 02:22:26下载
- 积分:1
-
基于opcv的实例程序,提供源码,欢迎下载
基于opcv的实例程序,提供源码,欢迎下载-Based on opcv instance procedures to provide source code
- 2022-02-22 06:18:21下载
- 积分:1
-
简单的循环链表算法
简单的循环链表算法-simple algorithm cycle Chain
- 2022-11-14 00:40:03下载
- 积分:1
-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1
-
一个矩阵类的实现,有加减乘除、求逆、转置等功能,应该是一个不错的实用程序。...
一个矩阵类的实现,有加减乘除、求逆、转置等功能,应该是一个不错的实用程序。-a matrix of type, and it is the arithmetic, inversion, transpose function, it should be a good utility.
- 2022-05-18 19:22:16下载
- 积分:1
-
C#实现求1000以内被7整除的数
求出1-1000之间的所有能被7整除的数,并计算和输出每5个的和,控制台应用程序。
- 2022-10-19 04:45:03下载
- 积分:1