Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - main.c
Search - main.c - List
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A total of three sources. Among them, dos.cpp FIR bandpass to the source, the filter order n, the low-frequency filter FLN, the high-frequency filter fhn, window function w, in accordance with the requirements change. Here is the Hanning window. The main function main.cpp achieve the input and fir h (n) convolution, the output Y (n), and store them in y.txt China. Finally, graphics.cpp y.txt read data from and then draw waveform statement, we can clearly see whether calculations are correct, and comparisons.
Date : 2025-12-19 Size : 2kb User : feide

C++编写的高斯列主元素消去法。界面不够好,不过算法没问题。-C++ out of the main elements of Gaussian Elimination Act. Interface is not good enough, but Algorithm no problem.
Date : 2025-12-19 Size : 190kb User : wf

高斯消去法是一个古老的求解线性方程组的方法,但它的改进、变形得到的主元素消去法仍然是计算机上常用的计算方法。-Gaussian Elimination is an ancient solving linear equations method, but it's improving, the deformation of the main elements elimination method is commonly used by computer calculation.
Date : 2025-12-19 Size : 11kb User : 轮子

使用C#语言编写的信号滤波程序,主要的优点是滤波后的信号不会产生相移,就是相位不会改变。-using C# language signal filtering procedures, the main advantages of the filtered signal no phase shift, phase is not going to change.
Date : 2025-12-19 Size : 1kb User : 詹华

DL : 0
给出了利用svd求解方程组的代码,结果的有效性在主函数中得到验证-Given the use of SVD for solving equations of the code, the validity of the results in the main function has been verified
Date : 2025-12-19 Size : 245kb User : mawei

DL : 0
一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix duplicate, matrix inversion Select All the main members of the Gaussian- about when the law, the triangular matrix decomposition (LU decomposition ), seeking Hessenberg eigenvalue matrix of all the QR method, some of the general real matrix to Hessenberg Matrix elementary similarity transformation
Date : 2025-12-19 Size : 4kb User : chen changqing

DL : 0
分段线性插值,分段二次多项式插值,分段三次多项式插值,三次样条插值-Piecewise linear interpolation, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation, cubic spline interpolation
Date : 2025-12-19 Size : 1kb User : 唐世兴

DL : 0
Concert c++ example of facility location problem. C++ concert technology is a registered trademark of ILOG CPLEX
Date : 2025-12-19 Size : 1kb User : Murali

DL : 0
用c语言实现n阶线性方程组Ax=b,列主元素消去法-Using c language implementation n linear equations Ax = b, set out the main elements of elimination
Date : 2025-12-19 Size : 1kb User : 尹泉

DL : 0
interpolation lineary vertical and horizontal.C++ Console.
Date : 2025-12-19 Size : 2kb User : slawko

DL : 0
该程序是主要描述的是矩阵运算,包括矩阵的基本运算,矩阵的求逆,矩阵的奇异值分解,以及特征值以及特征向量的求解等等。-The program is the main description of the matrix operations, including the basic matrix operations, matrix inverse, matrix singular value decomposition, and the characteristic value and characteristic vector solution and so on.
Date : 2025-12-19 Size : 61kb User : wangli

DL : 0
解线性方程组,N阶求解!c++无可视化界面。使用迭代法!-Solving linear equations, N order to solve! c++ non-visual interface. Using the iterative method!
Date : 2025-12-19 Size : 1kb User : 思凡

用于流体力学计算中的修正方法。主要是块修正和点修正想结合。-Fluid dynamics calculations for the correction method. Main point of correction and amendment to block binding.
Date : 2025-12-19 Size : 1kb User : blue

C语言编写的小程序,主要功能是仿真卡尔曼滤波算法。-Small program written in C, the main function is to simulate the Kalman filter algorithm.
Date : 2025-12-19 Size : 1kb User : Myname

程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减法做起,然 后在这两个基础上做出乘除法还有高阶乘法。 比较麻烦的是减法和除法,因为涉及到位的转移及判断。 最后是main函数的设计,主要是设计成可以连续使用的, 还有就是比较友好的界面。运用到了swich函数。还有那个图形的设计。-Program started running, require the user to enter first two operation. Then the menu option, undertake corresponding tarsus operations. Analysis in this paper shows that: because of the large range is too big, can not directly defined as int or float, So our idea is defined as a string literal, The number of input a a deposit to string array inside. And then in the operation of time also is a a ground operations. This process will have to from the most basic mathematical algorithms, starts to there is no lack of judgment. Involves the application of array and pointer. The most difficult judgment is feeling Conditions and application array pointer and appeared in the process of many unforeseen predictable wrong, Still have to go through gradually debugging slowly find out. We start from the first addition and subtraction, however In the two after a method based on the mentalistic and high factorial method. More trouble is subtraction and division, and because of the transf
Date : 2025-12-19 Size : 269kb User : yang

数值计算中经典方法的C语言通用程序。包含LU分解法,复化辛普森法,改进欧拉法,拉格朗日插值法,列主元素法,牛顿迭代法,最小二乘法拟合和四阶龙格-库塔法,支持文件读写。-The code is the classic method of numerical calculation of the C language common procedures. Including LU decomposition, re-oriented Simpson method, Improved Euler method, Lagrange interpolation, Out the main element method, Newton method, least squares fitting and fourth-order Runge- Kutta method, supporting read and write files.
Date : 2025-12-19 Size : 9kb User : 张震岳

DL : 0
这是一个随机自动生成20道20以内加减法的小程序,能够查看答案,是假期弟弟学校要求他每天做二十道口算题,我嫌出题太麻烦了写好的,可供c++初学者交流使用。-This is a small c++ program to give out arithmetic by rand.
Date : 2025-12-19 Size : 1kb User : 谢康

数值计算-列主元素法解方程的C++原始代码,下载可用-Out the main elements
Date : 2025-12-19 Size : 1kb User : 杰瑞

DL : 0
Minkowski Addition Platform: Any Language: C Graphical Library: Allegro
Date : 2025-12-19 Size : 3kb User : Ju994lo

Main function to solve a rubick cube using Genetic Algorithms
Date : 2025-12-19 Size : 1kb User : Felipe
« 12 3 4 5 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.