-
Bresenham算法画圆的实现
通过VC++平台,利用Bresenham算法实现画圆。方便操作,实现快速画圆的方法。为初学者在学习Bresenham画圆算法的过程中提供了一个很好的实例,方便初学者掌握和运用。
- 2023-01-05 05:40:03下载
- 积分:1
-
用VC实现从距离方位到经纬度的转换,已知一点A的经纬度和另一点B相对于点A的距离和方位,求点B的经纬度...
用VC实现从距离方位到经纬度的转换,已知一点A的经纬度和另一点B相对于点A的距离和方位,求点B的经纬度-With the VC to the latitude and longitude position from a distance conversion, known latitude and longitude point A, and another point A to point B relative to the distance and azimuth, latitude and longitude of point B
- 2022-01-24 13:55:54下载
- 积分:1
-
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照...
数字带通滤波器的设计过程。共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.
- 2022-01-24 14:42:03下载
- 积分:1
-
matrix calculation includes all the header files and can be applied to all the n...
包含所有矩阵运算的头文件,可以应用在所有需要矩阵运算的VC程序中,-matrix calculation includes all the header files and can be applied to all the needs of the VC matrix calculation procedures,
- 2023-04-20 07:35:04下载
- 积分:1
-
在COMSOL Multiphysics模拟悬臂
Cantilever simulations in COMSOL Multiphysics
- 2022-04-30 08:46:35下载
- 积分:1
-
temporizador
tempo 1 segundo,led 1赫兹,辅助频率;
- 2022-12-26 08:35:03下载
- 积分:1
-
数值分析中常用的几种算法的实现
数值分析中常用的几种算法的实现-numerical analysis of several commonly used algorithms to achieve
- 2022-01-28 17:15:44下载
- 积分:1
-
蚂蚁算法实验室,可以仿真模拟一
蚂蚁算法实验室,可以仿真模拟一-laboratory ant algorithm can be simulated under what
- 2023-07-11 16:00:03下载
- 积分:1
-
C 字符串中的程序
#include < stdio.h >
#include < stdlib.h >
int main)
{
char str [20] ;
printf ("Digite uma stringn") ;
setbuf(stdin,NULL) ;
gets(str) ;
int i;
为 (我 = 0 ; 我 < 4; i + +) {
printf("%c",str[i]) ;
}
返回 0 ;
}
- 2022-08-10 12:27:30下载
- 积分:1
-
关于drbarr用C编的代码
关于drbarr用C编的代码-on drbarr Part C code
- 2022-02-07 09:33:44下载
- 积分:1