-
牛顿迭代法的数值解法vb程序
这是一个利用vb算法语言来模拟牛顿迭代法的程序,通过不同的迭代过程来体现出迭代次数的多少,从而优化计算,程序里面有两个不同的函数来进行区别。
- 2022-02-03 14:44:30下载
- 积分:1
-
基于STM32的经典PID算法
基于STM32的经典PID算法,对于做电源行业的朋友是好东西
- 2023-06-02 02:40:03下载
- 积分:1
-
nand flash 528字节 蓝光ecc算法
之前自己做的nand flash 小页512模式的16字节ecc计算,ecc是标准的蓝光528设计算法,采用C++设计,工程中有debug和Release,输入文件是二进制bin文件(512*n字节大小),输出bin(528*n字节大小),验证ok
- 2022-07-23 06:39:40下载
- 积分:1
-
viterbi编译码
卷积码的编译码,信道为AWGN信道,BPSK调制,码率为1/2,译码为viterbi硬判决,并画出了BER的曲线
- 2022-12-23 16:50:03下载
- 积分:1
-
Differential Evolution Strategy C++ source code. The algorithm is to find an opt...
微分进化策略的C++源代码。该算法是寻找一个集合中最优个体的一种遗传算法。-Differential Evolution Strategy C++ source code. The algorithm is to find an optimal set of individuals of a genetic algorithm.
- 2022-02-09 11:57:41下载
- 积分:1
-
数值分析相关问题代码,数据拟合
利用数值分析方法进行数据拟合#include
#include
#include
void main()
{
int i;
float a[3];
float x[16];
float y[16];
void Approx(float[],float[],int,int,float[]);
Approx(x,y,16,2,a);
for(i=0;i
- 2022-03-25 20:23:44下载
- 积分:1
-
test26RemoveDuplicatesfromSortedArray
应用背景
Remove Duplicates from Sorted Array
Total Accepted: 69756 Total Submissions: 223981 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论 0 粉丝 0 发布 0 获赞 关注 查看主页 c++ 相关源码推荐 qt tcp客户端 0 0 暂无评分KC注释的源码 0 0 暂无评分Q4SDKSRC 0 0 暂无评分快速排序算法 0 0 暂无评分贪吃蛇游戏 0 0 暂无评分 介绍信息预览(0条)评论打分
- 2022-07-11 15:55:10下载
- 积分:1
-
徐士良写的《数值分析与算法》,这是随书的源程序,有需要的朋友可以下来看看!...
徐士良写的《数值分析与算法》,这是随书的源程序,有需要的朋友可以下来看看!-XU Shi-liang wrote the "Numerical Analysis and algorithm", it is with the source, a friend in need can look down!
- 2023-08-08 03:15:04下载
- 积分:1
-
《VC++ 常用数值算法》代码,包含众多常用算法,值得学习参考!...
《VC++ 常用数值算法》代码,包含众多常用算法,值得学习参考!-"VC numerical algorithm commonly used" code contains many commonly used algorithms, it is worth studying reference!
- 2022-01-23 11:04:10下载
- 积分:1
-
快速傅里叶变换, 频谱的泄露,混叠误差实例的matla程序。
快速傅里叶变换, 频谱的泄露,混叠误差实例的matla程序。-Fast Fourier Transform: In order to reduce the number of DFT calculations of a fast algorithm.
- 2022-08-22 07:09:14下载
- 积分:1